Users Guide

Table Of Contents
AG2(config)# interface ethernet 1/1/17:1
AG2(conf-if-eth1/1/17:1)# channel-group 41 mode active
6. Configure Loopback interface and enable PIM-SM.
AG2(config)# interface loopback 1
AG2(conf-if-lo-1)# ip address 10.1.100.2/32
AG2(conf-if-lo-1)# ip pim sparse-mode
7. Enable multicast routing on the default VRF.
AG2(config)# ip multicast-routing
8. Configure OSPF for unicast routing.
AG2(config)# router ospf 1
AG2(config-router-ospf-1)# log-adjacency-changes
AG2(config-router-ospf-1)# redistribute connected
AG2(config-router-ospf-1)# router-id 10.1.100.2
9. Configure the IP address, OSPF process, and PIM-SM on the VLANs.
VLAN 1001 towards CR1 and CR2
AG2(config)# interface vlan 1001
AG2(conf-if-vl-1001)# ip address 10.1.2.2/24
AG2(conf-if-vl-1001)# ip ospf 1 area 0.0.0.0
AG2(conf-if-vl-1001)# ip pim sparse-mode
AG2(conf-if-vl-1001)# ip igmp snooping mrouter interface port-channel11
VLAN 1301 towards AG3 and AG4
AG2(config)# interface vlan 1301
AG2(conf-if-vl-1301)# ip address 10.112.1.2/24
AG2(conf-if-vl-1301)# ip ospf 1 area 0.0.0.0
AG2(conf-if-vl-1301)# ip pim sparse-mode
AG2(conf-if-vl-1301)# ip igmp snooping mrouter interface port-channel1
VLAN 2001 towards TR1
AG2(config)# interface vlan 2001
AG2(conf-if-vl-2001)# ip address 192.168.1.2/24
AG2(conf-if-vl-2001)# ip pim sparse-mode
AG2(conf-if-vl-2001)# ip pim dr-priority 4294967290
AG2(conf-if-vl-2001)# ip igmp snooping mrouter interface port-channel1
10. Configure the interfaces as VLAN trunk ports and specify the allowed VLANs.
AG2(config)# interface port-channel 11
AG2(conf-if-po-11)# switchport mode trunk
AG2(conf-if-po-11)# switchport trunk allowed vlan 1001
AG2(config)# interface port-channel 1
AG2(conf-if-po-1)# switchport mode trunk
AG2(conf-if-po-1)# switchport trunk allowed vlan 1301,2001
AG2(config)# interface port-channel 41
AG2(conf-if-po-41)# switchport mode trunk
AG2(conf-if-po-41)# switchport trunk allowed vlan 2001
AG2(config)# interface ethernet 1/1/6:2
AG2(conf-if-eth1/1/6:2)# switchport mode trunk
AG2(conf-if-eth1/1/6:2)# switchport trunk allowed vlan 2001
AG2(conf-if-eth1/1/6:2)# spanning-tree port type edge
906
Multicast