Users Guide

Table Of Contents
6 Congure a Loopback interface and enable PIM-SM.
AG1(config)# interface loopback 1
AG1(conf-if-lo-1)# ip address 10.1.100.1/32
AG1(conf-if-lo-1)# ip pim sparse-mode
7 Enable multicast routing on the default VRF.
AG1(config)# ip multicast-routing
8 Congure OSPF for unicast routing.
AG1(config)# router ospf 1
AG1(config-router-ospf-1)# log-adjacency-changes
AG1(config-router-ospf-1)# redistribute connected
AG1(config-router-ospf-1)# router-id 10.1.100.1
9 Congure the IP address, OSPF process, and PIM-SM on the VLANs.
VLAN 1001 towards CR1 and CR2
AG1(config)# interface vlan 1001
AG1(conf-if-vl-1001)# ip address 10.1.2.1/24
AG1(conf-if-vl-1001)# ip ospf 1 area 0.0.0.0
AG1(conf-if-vl-1001)# ip pim sparse-mode
AG1(conf-if-vl-1001)# ip igmp snooping mrouter interface port-channel11
VLAN 1301 towards AG3 and AG4
AG1(config)# interface vlan 1301
AG1(conf-if-vl-1301)# ip address 10.112.1.1/24
AG1(conf-if-vl-1301)# ip ospf 1 area 0.0.0.0
AG1(conf-if-vl-1301)# ip pim sparse-mode
AG1(conf-if-vl-1301)# ip igmp snooping mrouter interface port-channel1
VLAN 2001 towards TR1
AG1(config)# interface vlan 2001
AG1(conf-if-vl-2001)# ip address 192.168.1.1/24
AG1(conf-if-vl-2001)# ip pim sparse-mode
AG1(conf-if-vl-2001)# ip pim dr-priority 4294967295
AG1(conf-if-vl-2001)# ip igmp snooping mrouter interface port-channel1
10 Congure the interfaces as VLAN trunk ports and specify the allowed VLANs.
AG1(config)# interface port-channel 11
AG1(conf-if-po-11)# switchport mode trunk
AG1(conf-if-po-11)# switchport trunk allowed vlan 1001
AG1(config)# interface port-channel 1
AG1(conf-if-po-1)# switchport mode trunk
AG1(conf-if-po-1)# switchport trunk allowed vlan 1301,2001
AG1(config)# interface port-channel 41
AG1(conf-if-po-41)# switchport mode trunk
AG1(conf-if-po-41)# switchport trunk allowed vlan 2001
AG1(config)# interface ethernet 1/1/6:2
AG1(conf-if-eth1/1/6:2)# switchport mode trunk
AG1(conf-if-eth1/1/6:2)# switchport trunk allowed vlan 2001
AG1(conf-if-eth1/1/6:2)# spanning-tree port type edge
AG2 switch
1 Congure RSTP.
AG2(config)# spanning-tree mode rstp
AG2(config)# spanning-tree rstp priority 4096
2 Congure the VLT domain.
AG2(config)# interface ethernet 1/1/25:1
AG2(conf-if-eth1/1/25:1)# no switchport
AG2(config)#vlt-domain 1
AG2(conf-vlt-1)# backup destination 10.16.208.218
AG2(conf-vlt-1)# discovery-interface ethernet1/1/25:1
AG2(conf-vlt-1)# peer-routing
768
Multicast