D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 461

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
453
47-7 ip pim rp-candidate
This command is used to configure the router to advertise itself as a Protocol Independent Multicast (PIM) Version 2
candidate rendezvous point (RP) to the bootstrap router (BSR). To return default, use the no form of this command. If
no parameter is added in no command, the device will restore default value for interval of CRP-Adv and priority of CRP
interface. If interface name added in no form of this command, the device will clean the ACL information binding on this
interface.
ip pim rp-candidate IFNAME [interval SECONDS] [priority PRIORITY] [group-list ACCESS_LIST] [wildcard-
prefix-cnt {0 | 1}]
no ip pim rp-candidate [IFNAME]
Parameters
Usage Guideline
This command is used to configure the static RP.
If no ACL is configured in this command, it means this static RP support all the
multicast groups 224.0.0.0/4. To disable this configuration, use no ip pim rp-address
RP-ADDRESS.
You can configure only one ACL list on one RP, and in each list, the same group
range can exist. And for the same group range entry, only the first configured one
can work. If the working group range is deleted, the switch will auto search if there is
another entry existed with the same group range. If does, this new entry will be
selected, this may change the static RP address. The number of ACL entry
configured to static RP is limited, and the total number of group range configured to
static RP is also limited. If any limitation exceeded, no more static RP can be
created.
To verify your configuration, you can use show ip pim.
Example
This example shows how to configure the static RP address 172.18.62.1 with a
group range 234.0.0.0/12.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip pim rp-address 172.18.62.1 statirp-acl
DXS-3600-32S(config)#ip standard access-list statirp-acl
DXS-3600-32S(config-ip-acl)#permit 234.0.0.0/12
DXS-3600-32S(config-ip-acl)#
Example
This example shows how to configure the static RP address 172.18.63.254 with a
group range 224.0.0.0/4.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip pim rp-address 172.18.63.254
DXS-3600-32S(config)#
Example
This example shows how to delete the access list of the static RP binding at
172.18.62.1.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#no ip pim rp-address 172.18.62.1
DXS-3600-32S(config)#
IFNAME Specifies the interface name. The IP address associated with this interface is
advertised as a candidate RP address.
ACCESS_LIST Specifies the name of the access list. If no group-list is specified, the switch is a
candidate RP for all groups.
SECONDS Specifies the interval of the sending CRP-Adv message to BSR. The range is 0 to
102.
PRIORITY Specifies the priority of this CRP interface, in the range 0 to 255.
Loading ...
Loading ...
Loading ...