C613-50631-01 Rev A Command Reference for IE340 Series 1795
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SM COMMANDS
IP
PIM ACCEPT-REGISTER LIST
ip pim accept-register list
Overview Use this command to configure the ability to filter out multicast sources specified
by the given 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.
Use the no variant of this command to revert to default.
Syntax
ip pim accept-register list {<100-199>|<2000-2699>|<name>}
no ip pim accept-register
Default By default, the RP accepts register packets from all multicast sources.
Mode Global Configuration
Example To create an ACL that denies packets from 100.1.1.1 to any destination, and use
that ACL to filter at the RP point, use the commands:
awplus# configure terminal
awplus(config)# access-list 121
awplus(config-ip-ext-acl)# deny ip 100.1.1.1 0.0.0.0 any
awplus(config-ip-ext-acl)# exit
awplus(config)# ip pim accept-register list 121
Parameter Description
<100-199> IP extended access-list, identified by number.
<2000-2699> IP extended access list, identified by number (expanded range).
<name> IP access list, identified by name.