PurposeCommand or Action
Creates a standard access list, repeating the command as many times as
necessary.
access-list access-list-number {deny |
permit} source [source-wildcard]
Step 3
Example:
Switch(config)# access-list 10 permit
•
For access-list-number, enter the access list number specified in
Step 2.
•
The deny keyword denies access if the conditions are matched. The
permit keyword permits access if the conditions are matched.
239.0.0.0 0.255.255.255
•
For source, enter the number of the network or host from which the
packet is being sent.
•
(Optional) For source-wildcard, enter the wildcard bits in dotted
decimal notation to be applied to the source. Place ones in the bit
positions that you want to ignore.
The access list is always terminated by an implicit deny statement for
everything.
Returns to privileged EXEC mode.end
Step 4
Example:
Switch(config-if)# end
Verifies your entriesshow running-config
Step 5
Example:
Switch# show running-config
(Optional) Saves your entries in the configuration filecopy running-config startup-config
Step 6
Example:
Switch# copy running-config
startup-config
Related Topics
Example: Configuring Candidate RPs, on page 74
Configuring Auto-RP and BSR for the Network
If there are only Cisco devices in your network (no routers from other vendors), there is no need to configure
a BSR. Configure Auto-RP in a network that is running both PIMv1 and PIMv2.
Catalyst 2960-XR Switch IP Multicast Routing Configuration Guide, Cisco IOS Release 15.0(2)EX1
64 OL-29426-01
Configuring PIM
Configuring Auto-RP and BSR for the Network