R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
432
Description
Use the c-bsr holdtime command to configure the BS timeout, namely the length of time a C-BSR waits
before it must receive a bootstrap message from the BSR.
Use the undo c-bsr holdtime command to restore the system default.
By default, the bootstrap timeout value is determined by this formula: BS timeout = BS period × 2 + 10.
NOTE:
The default BS period is 60 seconds, so the default BS timeout = 60 × 2 + 10 = 130 (seconds).
Related commands: c-bsr, c-bsr interval.
Examples
# Set the BS timeout time to 150 seconds in the public instance.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] c-bsr holdtime 150
c-bsr interval (PIM view)
Syntax
c-bsr interval interval
undo c-bsr interval
View
Public instance PIM view
Default level
2: System level
Parameters
interval: BS period in seconds, with an effective range of 1 to 2,147,483,647.
Description
Use the c-bsr interval command to configure the BS period, namely the interval at which the BSR sends
bootstrap messages.
Use the undo c-bsr interval command to restore the system default.
By default, the BS period value is determined by this formula: BS period = (BS timeout – 10) ÷ 2.
NOTE:
The default BS timeout is 130 seconds, so the default BS period = (130 – 10) ÷ 2 = 60 (seconds).
Related commands: c-bsr, c-bsr holdtime.
Examples
# Set the BS period to 30 seconds in the public instance.
<Sysname> system-view
[Sysname] pim
[Sysname-pim] c-bsr interval 30