D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
312
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-level users can issue this command.
Usage example:
To create an IP interface to become a Candidate RP on the Switch:
DGS-3600:4#create pim crp group 231.0.0.1/32 rp Trinity
Command: create pim crp group 231.0.0.1/32 rp Trinity
Success.
DGS-3600:4#
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-level users can use this command.
Usage example:
To delete an IP interface from becoming a Candidate RP on the Switch:
DGS-3600:4#delete pim crp group 231.0.0.1/32
Command: delete pim crp group 231.0.0.1/32
Success.
DGS-3600:4#