Cisco Catalyst 3850 series Configuration Manual page 185

Ip multicast routing configuration guide
Hide thumbs Also See for Catalyst 3850 series:
Table of Contents

Advertisement

Configuring PIM
SUMMARY STEPS
1. enable
2. configure terminal
3. ip pim rp-candidate interface-id [group-list access-list-number]
4. access-list access-list-number {deny | permit} source [source-wildcard]
5. end
6. show running-config
7. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
ip pim rp-candidate interface-id [group-list
access-list-number]
Example:
Device(config)# ip pim rp-candidate
gigabitethernet 1/0/5 group-list 10
Step 4
access-list access-list-number {deny | permit}
source [source-wildcard]
Example:
Device(config)# access-list 10 permit
239.0.0.0 0.255.255.255
OL-32598-01
Purpose
Enables privileged EXEC mode. Enter your password if prompted.
Enters the global configuration mode.
Configures your device to be a candidate RP.
• For interface-id, specify the interface whose associated IP address
is advertised as a candidate RP address. Valid interfaces include
physical ports, port channels, and VLANs.
• (Optional) For group-list access-list-number, enter an IP standard
access list number from 1 to 99. If no group-list is specified, the
device is a candidate RP for all groups.
Creates a standard access list, repeating the command as many times
as necessary.
• 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.
• 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.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
Configuring PIMv2 BSR
161

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents