Users Guide

Table Of Contents
9. Associate the ISL to the primary and the secondary VLANs as a normal trunk port.
AG3(config)# interface port-channel128
AG3(conf-if-po-128)# switchport mode trunk
AG3(conf-if-po-128)# switchport trunk allowed vlan 11-13,21-22,100,200
AG3(conf-if-po-128)# exit
10. Configure anycast MAC address.
AG3(config)# ip virtual-router mac-address 00:00:00:44:44:44
11. Configure IP address and anycast IP address on the primary VLANs.
AG3(config)# interface vlan 100
AG3(conf-if-vl-100)# ip address 172.1.1.3/16
AG3(conf-if-vl-100)# ip virtual-router address 172.1.0.254
AG3(conf-if-vl-100)# exit
AG3(config)# interface vlan 200
AG3(conf-if-vl-200)# ip address 172.2.1.3/16
AG3(conf-if-vl-200)# ip virtual-router address 172.2.0.254
AG3(conf-if-vl-200)# exit
AG4 Leaf Switch
1. Configure the VLTi member links between AG1 and AG2.
AG4(config)# interface ethernet1/1/11
AG4(conf-if-eth1/1/11)# no shutdown
AG4(conf-if-eth1/1/11)# no switchport
AG4(conf-if-eth1/1/11)# exit
AG4(config)# interface ethernet1/1/12
AG4(conf-if-eth1/1/12)# no shutdown
AG4(conf-if-eth1/1/12)# no switchport
AG4(conf-if-eth1/1/12)# exit
2. Configure the VLT domain.
AG4(config)# vlt-domain 255
AG4(conf-vlt-255)# backup destination 100.104.80.16
AG4(conf-vlt-255)# discovery-interface ethernet1/1/11-1/1/12
AG4(conf-vlt-255)# peer-routing
AG4(conf-vlt-255)# primary-priority 65535
AG4(conf-vlt-255)# vlt-mac 00:00:00:00:00:02
AG4(conf-vlt-255)# exit
3. Configure the VLT port channels.
AG4(config)# interface ethernet1/1/15
AG4(conf-if-eth1/1/15)# no shutdown
AG4(conf-if-eth1/1/15)# no switchport
AG4(conf-if-eth1/1/15)# channel-group 1 mode active
AG4(conf-if-eth1/1/15)# exit
AG4(config)# interface port-channel1
AG4(conf-if-po-1)# vlt-port-channel 1
AG4(conf-if-po-1)# exit
AG4(config)# interface ethernet1/1/16
AG4(conf-if-eth1/1/16)# no shutdown
AG4(conf-if-eth1/1/16)# no switchport
AG4(conf-if-eth1/1/16)# channel-group 2 mode active
AG4(conf-if-eth1/1/16)# exit
AG4(config)# interface port-channel2
AG4(conf-if-po-2)# vlt-port-channel 2
AG4(conf-if-po-2)# exit
AG4(config)# interface ethernet1/1/21
702
Layer 2