]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Implementation of show ip pim bsrp-info.
authorsaravanank <saravanank@vmware.com>
Sun, 5 May 2019 04:34:59 +0000 (21:34 -0700)
committersaravanank <saravanank@vmware.com>
Wed, 15 May 2019 04:42:22 +0000 (21:42 -0700)
commit321295c1d75e112ca49df5bab55584041ef47250
treefc0b4441f7be8228b41a3642b4c6340ae70cd8cd
parent0d1a4e24c2ba84058282793a58ea7f8063f2ae9a
pimd: Implementation of show ip pim bsrp-info.

This command displays the group to rp mappings received from BSR.

Sw3# show ip pim bsrp-info
BSR Address  30.0.0.100
Group Address 225.1.1.1/32
--------------------------
Rp Address      priority        Holdtime        Hash
(ACTIVE)
20.0.0.2        0               150             1533588312
2.2.2.2         0               150             1524600152
9.9.9.10        0               150             1489835248
7.7.2.7         0               150             1230207135
7.2.2.7         0               150             1093826719
7.7.9.7         0               150             897086367
7.8.9.10        0               150             811603184
7.5.2.7         0               150             746158239
9.10.9.10       0               150             658117872
(PENDING)
Pending RP count :0
Partial List is empty.

Group Address 226.1.1.1/32
--------------------------
Rp Address      priority        Holdtime        Hash
(ACTIVE)
9.9.9.9         0               150             326773161
(PENDING)
Pending RP count :0
Partial List is empty.

Signed-off-by: Saravanan K <saravanank@vmware.com>
pimd/pim_cmd.c