83-21
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Chapter 83 Configuring Easy Virtual Network
Configuration Examples for Configuring EVN
ip address 125.1.15.18 255.255.255.0
ip pim sparse-mode
vnet name red
no ip pim
Example: EVN Using IP Multicast
The following example configures PIM sparse mode and leverages Anycast RP for RP redundancy. In
this example, only one VRF is configured.
The example shows how to enable multicast routing globally and on each L3 interface. The black text
indicates the group of commands configuring the global table; the red text indicates the group of
commands configuring VRF red.
ip multicast-routing
interface GigabitEthernet 1/1/1
description GigabitEthernet to core (Global) GLOBAL TABLE
ip pim sparse-mode
vrf definition red
vnet tag 100
!
address-family ipv4
exit-address-family
!
ip multicast-routing vrf red VRF RED
!
interface gigabitethernet1/1/1.100
description GigabitEthernet to core (VRF red)
vrf forwarding red
ip pim sparse-mode
Configure the RP in the VRF using Anycast RP.
interface loopback0
description Anycast RP Global
ip address 10.122.5.200 255.255.255.255
ip pim sparse-mode
!
interface loopback1
description MDSP Peering interface
ip address 10.122.5.250 255.255.255.255 GLOBAL TABLE
ip pim sparse-mode
!
ip msdp peer 10.122.5.251 connect-source loopback 1
ip msdp originator-id loopback 1
ip pim rp-address 10.122.5.200
access-list 10 permit 239.0.0.0 0.255.255.255
!
!
interface loopback 10
description Anycast RP VRF Red
vrf forwarding red
ip address 10.122.15.200 255.255.255.255
ip pim sparse-mode
interface loopback 11
description MSDP Peering interface VRF red VRF RED
vrf forwarding red
ip address 10.122.15.250 255.255.255.255
ip pim sparse-mode
!