@@ -81,6 +81,20 @@ PIM Routers
8181 This command is vrf aware, to configure for a vrf, specify the vrf in the
8282 router pim block.
8383
84+ .. clicmd :: autorp announce A.B.C.D [A.B.C.D/M | group-list PREFIX_LIST]
85+
86+ Configure the router to advertise itself as a candidate PIM-SM RP via AutoRP.
87+ The supported groups can be defined as a single group range, or multiple
88+ group ranges can be defined via a prefix list.
89+
90+ .. clicmd :: autorp announce {scope (1-255) | interval (1-65535) | holdtime (0-65535)}
91+
92+ Configure the AutoRP advertise messages. The scope defines the TTL value in the
93+ messages to limit the scope, defaults to 31. Interval defines the number of
94+ seconds elapsed between advertise messages sent, defaults to 60. Hold time defines
95+ how long the AutoRP mapping agent will consider the information valid, setting to
96+ 0 will disable expiration of the candidate RP information, defaults to 3 * interval.
97+
8498.. clicmd :: rp keep-alive-timer (1-65535)
8599
86100 Modify the time out value for a S,G flow from 1-65535 seconds at RP.
@@ -581,6 +595,11 @@ cause great confusion.
581595 192.168.10.123 239.0.0.0/8 eth2 yes Static ASM
582596 192.168.10.123 239.4.0.0/24 eth2 yes Static SSM
583597
598+ .. clicmd :: show ip pim [vrf NAME] autorp [json]
599+
600+ Display information about AutoRP. Including state of AutoRP Discovery parsing
601+ and configured AutoRP candidate RP information.
602+
584603.. clicmd :: show ip pim rpf
585604
586605 Display information about currently being used S,G's and their RPF lookup
0 commit comments