D-Link DXS-3600 Series Cli Reference Manual page 1045

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to specify the static multicast groups to RP mapping. In a multicast domain, the
static multicast group to RP mapping can be used together with BSR. All routers in a domain should have
a consistent multicast group to RP mapping. The first hop router that initiates a register message will use
the mapping entries to determine the RP for sending the PIM register message destined for a specific
group. The last hop router that initiates a join message uses the mapping entries to determine the RP for
sending the join and prune message for a specific group. When a router receives a join message, it will
check the mapping entries for forwarding of the message. When a RP receives a register message, if the
router is not the right RP for the multicast group, a register-stop message will be sent.
Multiple RPs can be defined, each with a single access list.
Example
This example shows how to configure the PIM RP address to 10.90.90.90 for multicast group 225.2.2.2
only.
Switch# configure terminal
Switch(config)# ip access-list PIM-Control
Switch(config-ip-acl)# permit any host 225.2.2.2
Switch(config-ip-acl)# exit
Switch(config)# ip pim rp-address 10.90.90.90 group-list PIM-Control
Switch(config)#
83-12
ip pim rp-candidate
This command is used to configure the router as an RP candidate. Use the no form of this command to
remove the router as candidate RP.
ip pim rp-candidate {INTERFACE-ID [group-list ACCESS-LIST-NAME] | interval SECONDS |
priority PRIORITY | wildcard_prefix_cnt {0 | 1}}
no ip pim rp-candidate INTERFACE-ID
Parameters
INTERFACE-ID
group-list ACCESS-LIST-
NAME
interval SECONDS
priority PRIORITY
wildcard_prefix_cnt
Specifies the interface ID. The IP address associated with this
interface is advertised as a candidate RP address.
(Optional) Specifies the name of the standard IP access list that
defines the group prefixes that are advertised in association with the
RP address. If no group list is specified, the switch is a candidate RP
for all groups.
Specifies the RP candidate advertisement interval. The range is from 1
to 16383 seconds. If not specified, default is 60 seconds.
Specifies the RP priority value. The range is from 0 to 255. If not
specified, default is 192.
Specifies to set the wildcard (224.0.0.0/4) prefix count 1 or 0 in C-RP
message. The default value is 0.
1040

Advertisement

Table of Contents
loading

Table of Contents