C613-50170-01 Rev B
Command Reference for x510 Series
1382
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM
V
6 C
OMMANDS
IPV
6
PIM
ACCEPT
-
REGISTER
ipv6 pim accept-register
Overview
Use this command to configure the ability to filter out multicast sources specified
by the given software IPv6 access-list at the Rendezvous Point (RP), so that the RP
will accept/refuse to perform the register mechanism for the packets sent by the
specified sources. By default, the RP accepts register packets from all multicast
sources.
Use the
no
variant of this command to revert to default.
Syntax
ipv6 pim accept-register list{
<access-list>
}
no ipv6 pim accept-register
Mode
Global Configuration
Example
awplus#
configure terminal
awplus(config)#
ipv6 forwarding
awplus(config)#
ipv6 multicast-routing
awplus(config)#
ipv6 pim accept-register list G2
awplus(config)#
ipv6 access-list standard G2 permit
2001:db8::/128
awplus#
configure terminal
awplus(config)#
no ipv6 pim accept-register
Parameter
Description
<
access-list
>
Specify a Standard or an Extended software IPv6 Access list.
See
IPv6 Software Access Control List (ACL) Commands
for
supported IPv6 ACLs.