This command displays the bootstrap router (BSR) information.
| Format | show ip pim bsr-router {candidate | elected} |
| Mode |
|
| Parameter | Definition |
|---|---|
| BSR Address | IP address of the BSR. |
| BSR Priority | Priority as configured in the ip pim bsr-candidate command. |
| BSR Hash Mask Length | Length of a mask (maximum 32 bits) that is to be ANDed with the group address before the hash function is called. This value is configured in the ip pim bsr-candidate command. |
| C-BSR Advertisement Interval | Indicates the configured C-BSR Advertisement interval with which the router, acting as a C-BSR, will periodically send the C-BSR advertisement messages. |
| Next Bootstrap Message | Time (in hours, minutes, and seconds) in which the next bootstrap message is due from this BSR. |
Example:
(Routing)#show ip pim bsr-router elected BSR Address................................... 192.168.10.1 BSR Priority................................ 0 BSR Hash Mask Length........................ 30 Next Bootstrap message (hh:mm:ss)........... 00:00:24
Example:
(Routing)#show ip pim bsr-router candidate BSR Address................................... 192.168.10.1 BSR Priority................................ 0 BSR Hash Mask Length........................ 30 C-BSR Advertisement Interval (secs)......... 60 Next Bootstrap message (hh:mm:ss)........... NA
If no configured or elected BSRs exist on the router, the following message is displayed:
No BSR's exist/learned on this router.