D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
553
create pim crp
Purpose To enable the Switch to become a candidate to be the Rendezvous Point (RP).
Syntax
create pim crp group <network_address> rp <ipif_name 12>
Description This command will set the parameters for the switch to become a candidate RP. This
command is for PIM-SM configurations only.
Parameters
group <network_address> Enter the multicast group address for this switch to become a
Candidate RP. This address must be a class D address.
rp <ipif_name 12> Enter the name of the PIM-SM enabled interface the switch administrator
wishes to become the CRP for this group.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create an IP interface to become a Candidate RP on the Switch:
DGS-3627:admin# create pim crp group 231.0.0.1/32 rp Zira
Command: create pim crp group 231.0.0.1/32 rp Zira
Success.
DGS-3627:admin#
delete pim crp
Purpose To disable the Switch in becoming a possible candidate to be the Rendezvous Point (RP).
Syntax
delete pim crp group <network_address>
Description This command remove the switch’s status of Candidate RP. This command is for PIM-SM
configurations only.
Parameters
group <network_address> Enter the multicast group address for this switch to be removed
from being a Candidate RP. This address must be a class D address.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an IP interface from becoming a Candidate RP on the Switch:
DGS-3627:admin# delete pim crp group 231.0.0.1/32
Command: delete pim crp group 231.0.0.1/32
Success.
DGS-3627:admin#