ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
52
| Multicast Routing Commands
PIM Multicast Routing
– 1963
EXAMPLE
This example sets the register rate limit to 500 pps.
Console(config)#ipv6 pim register-rate-limit 500
Console(config)#
ipv6 pim
register-source
This command configures the IP source address of a register message to
an address other than the outgoing interface address of the designated
router (DR) that leads back toward the rendezvous point (RP). Use the no
form to restore the default setting.
SYNTAX
ipv6 pim register-source interface vlan vlan-id
no ipv6 pim register-source
vlan-id - VLAN ID (Range: 1-4094)
DEFAULT SETTING
The IP address of the DRs outgoing interface that leads back to the RP
COMMAND MODE
Global Configuration
COMMAND USAGE
When the source address of a register message is filtered by intermediate
network devices, or is not a uniquely routed address to which the RP can
send packets, the replies sent from the RP to the source address will fail to
reach the DR, resulting in PIM6-SM protocol failures. This command can be
used to overcome this type of problem by manually configuring the source
address of register messages to an interface that leads back to the RP.
EXAMPLE
This example sets the register source address to the interface address for
VLAN 1.
Console(config)#ipv6 pim register-source interface vlan 1
Console(config)#