Users Guide

Table Of Contents
VLAN 1001 towards AG1 and AG2
CR1(config)# interface vlan 1001
CR1(conf-if-vl-1001)# ip address 10.1.2.5/24
CR1(conf-if-vl-1001)# ip ospf 1 area 0.0.0.0
CR1(conf-if-vl-1001)# ip pim sparse-mode
CR1(conf-if-vl-1001)# ip igmp snooping mrouter interface port-channel11
VLAN 1101 towards AG3
CR1(config)# interface vlan 1101
CR1(conf-if-vl-1101)# ip address 10.1.3.5/24
CR1(conf-if-vl-1101)# ip ospf 1 area 0.0.0.0
CR1(conf-if-vl-1101)# ip pim sparse-mode
CR1(conf-if-vl-1101)# ip ospf cost 65535
CR1(conf-if-vl-1101)#ip igmp snooping mrouter interface port-channel21
VLAN 1201 towards AG4
CR1(config)# interface vlan 1201
CR1(conf-if-vl-1201)# ip address 10.1.4.5/24
CR1(conf-if-vl-1201)# ip ospf 1 area 0.0.0.0
CR1(conf-if-vl-1201)# ip pim sparse-mode
CR1(conf-if-vl-1201)# ip ospf cost 65535
CR1(conf-if-vl-1201)#ip igmp snooping mrouter interface port-channel31
13. Configure the interfaces as VLAN trunk ports and specify the allowed VLANs.
CR1(config)# interface port-channel 11
CR1(conf-if-po-11)# switchport mode trunk
CR1(conf-if-po-11)# switchport trunk allowed vlan 1001
CR1(config)# interface port-channel 21
CR1(conf-if-po-21)# switchport mode trunk
CR1(conf-if-po-21)# switchport trunk allowed vlan 1101
CR1(config)# interface port-channel 31
CR1(conf-if-po-31)# switchport mode trunk
CR1(conf-if-po-31)# switchport trunk allowed vlan 1201
CR1(config)# interface ethernet 1/1/28:1
CR1(conf-if-eth1/1/28:1)# switchport mode trunk
CR1(conf-if-eth1/1/28:1)# switchport trunk allowed vlan 100
CR1(config)# interface ethernet 1/1/28:3
CR1(conf-if-eth1/1/28:3)# switchport mode trunk
CR1(conf-if-eth1/1/28:3)# switchport trunk allowed vlan 100
CR2 switch
1. Configure RSTP.
CR2(config)# spanning-tree disable
2. Configure the VLT domain.
CR2(config)# interface ethernet 1/1/27:2
CR2(conf-if-eth1/1/27:2)# no switchport
CR2(config)#vlt-domain 128
CR2(conf-vlt-128)# backup destination 10.222.208.238
CR2(conf-vlt-128)# discovery-interface ethernet1/1/27:2
CR2(conf-vlt-128)# peer-routing
CR2(conf-vlt-128)# primary-priority 65535
CR2(conf-vlt-128)# vlt-mac 9a:00:00:aa:aa:aa
Multicast
845