Cisco Nexus 7000 Series Configuration Manual page 103

Nx-os multicast routing
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring PIM and PIM6
ip prefix-list plist seq 10 deny 231.1.1.0/24
ip prefix-list plist seq 20 permit 231.1.0.0/16
ip prefix-list plist seq 10 permit 231.1.0.0/16
ip prefix-list plist seq 20 deny 231.1.1.0/24
This behavior differs from Cisco IOS. See the Cisco Nexus 7000 Series NX-OS Multicast Routing Command
Reference, behavior for more samples for the ip pim rp-address command.
Configuring Static RPs (PIM)
Before you begin
Ensure that you have installed the Enterprise Services license and enabled PIM or PIM6.
Procedure
Step 1
Step 2
Step 3
Step 4
Configuring Static RPs (PIM6)
Before you begin
Ensure that you have installed the Enterprise Services license and enabled PIM or PIM6.
Command or Action
config t
Example:
switch# config t
switch(config)#
ipv6 pim rp-address rp-address [group-list
ipv6-prefix | route-map policy-name] [bidir]
Example:
switch(config)# ip pim rp-address
192.0.2.33 group-list 224.0.0.0/9
Example:
switch(config)# ip pim rp-address
192.0.2.34 group-list 224.128.0.0/9 bidir
show ip pim group-range ipv6-prefix| vrf
vrf-name all
Example:
switch(config)# show ip pim group-range
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Cisco Nexus 7000 Series NX-OS Multicast Routing Configuration Guide
Configuring Static RPs (PIM)
Purpose
Enters global configuration mode.
Configures a PIM6 static RP address for a
multicast group range. You can specify a
route-map policy name that lists the group
prefixes to use with the match ip multicast
command. The mode is ASM unless you specify
the bidir keyword. The default group range is
ff00::0/8.
Example 1 configures PIM6 ASM mode for the
specified group range.
Example 2 configures PIM6 Bidir mode for the
specified group range.
(Optional) Displays PIM6 RP information,
including BSR listen and forward states.
(Optional) Saves configuration changes.
89

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents