Users Guide

K - Ack-Pending state
Timers: Uptime/Expires
Interface state: Interface, next-Hop, State/Mode
(*, 225.1.1.1), uptime 00:10:15, expires 00:00:44, RP 103.0.0.3, flags: SCJ
Incoming interface: vlan12, RPF neighbor 12.0.0.3
Outgoing interface list:
vlan11 Forward/Sparse 00:10:15/Never
(16.0.0.10, 225.1.1.1), uptime 00:00:55, expires 00:02:34, flags: CT
Incoming interface: vlan12, RPF neighbor 12.0.0.3
Outgoing interface list:
vlan11 Forward/Sparse 00:00:55/Never
The show ip pim mcache command displays the multicast route entries.
AG1# show ip pim mcache
PIM Multicast Routing Cache Table
(*, 225.1.1.1)
Incoming interface : vlan12
Outgoing interface list :
vlan11
(16.0.0.10, 225.1.1.1)
Incoming interface : vlan12
Outgoing interface list :
vlan11
The show ip pim mcache vlt command displays multicast route entries.
AG1# show ip pim mcache vlt
PIM Multicast Routing Cache Table
Flags: S - Synced
(*, 225.1.1.1)
Incoming interface : vlan12
Outgoing interface list :
vlan11
(16.0.0.10, 225.1.1.1)
Incoming interface : vlan12
Outgoing interface list :
vlan11
Sample configuration on AG2:
AG2# configure terminal
AG2(config)# ip multicast-routing
AG2 (config)# ip pim rp-address 103.0.0.3 group-address 224.0.0.0/4
AG2(config)# router ospf 100
AG2(config-router-ospf-100)# exit
AG2(config)# vlt-domain 255
AG2(conf-vlt-255)# backup destination 10.16.132.153
AG2(conf-vlt-255)# discovery-interface ethernet1/1/31:1,1/1/31:4
AG2(conf-vlt-255)# peer-routing
AG2(conf-vlt-255)# vlt-mac 00:00:00:11:11:11
AG2(conf-vlt-255)# exit
AG2(config)# interface ethernet 1/1/32:1
AG2(conf-if-eth1/1/32:1)# no shutdown
AG2(conf-if-eth1/1/32:1)# no switchport
AG2(conf-if-eth1/1/32:1)# ip address 16.0.0.1/24
AG2(conf-if-eth1/1/32:1)# flowcontrol receive off
AG2(conf-if-eth1/1/32:1)# ip pim sparse-mode
AG2(conf-if-eth1/1/32:1)# ip ospf 100 area 0.0.0.0
AG2(conf-if-eth1/1/32:1)# exit
Multicast
1099