![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/1/8b/18b1e1e7-4363-4706-bb94-6eba3a993996/18b1e1e7-4363-4706-bb94-6eba3a993996-bg5b7.png)
1463
c-bsr holdtime (IPv6 PIM view)
Syntax c-bsr holdtime interval
undo c-bsr holdtime
View IPv6 PIM view
Parameter interval: Bootstrap timeout in seconds, in the range of 1 to 2,147,483,647.
Description Use the
c-bsr holdtime command to configure the bootstrap timeout time,
namely the length of time for which the C-BSRs wait for a bootstrap message
from the BSR.
Use the
undo c-bsr holdtime command to restore the default setting.
By default, the bootstrap timeout value is determined by this formula: Bootstrap
timeout = Bootstrap interval × 2 + 10.
n
The default bootstrap interval is 60 seconds, so the default bootstrap timeout = 60
× 2 + 10 = 130 (seconds).
Related command: c-bsr (IPv6 PIM view) and c-bsr interval (IPv6 PIM view).
Example # Set the bootstrap timeout time to 150 seconds.
<Sysname> system-view
[Sysname] pim ipv6
[Sysname-pim6] c-bsr holdtime 150
c-bsr interval (IPv6 PIM view)
Syntax c-bsr interval interval
undo c-bsr interval
View IPv6 PIM view
Parameter interval: Bootstrap interval in seconds, with an effective range of 1 to
2,147,483,647.
Description Use the
c-bsr interval command to configure the bootstrap interval, namely the
interval at which the BSR sends bootstrap messages.
Use the
undo c-bsr interval command to restore the default setting.
By default, the bootstrap interval value is determined by this formula: Bootstrap
interval = (Bootstrap timeout - 10) / 2.