Users Guide

Table Of Contents
ethernet1/1/25:2 AG2 ethernet1/1/25:2 50:9a:4c:d4:d0:f0
ethernet1/1/25:3 AG2 ethernet1/1/25:3 50:9a:4c:d4:d0:f0
ethernet1/1/25:4 AG2 ethernet1/1/25:4 50:9a:4c:d4:d0:f0
ethernet1/1/17:1 TR1 ethernet1/1/39 e4:f0:04:fe:9f:e1
ethernet1/1/17:2 TR1 ethernet1/1/40 e4:f0:04:fe:9f:e1
ethernet1/1/17:3 TR1 ethernet1/1/41 e4:f0:04:fe:9f:e1
ethernet1/1/17:4 TR1 ethernet1/1/42 e4:f0:04:fe:9f:e1
ethernet1/1/19:1 TR1 ethernet1/1/43 e4:f0:04:fe:9f:e1
ethernet1/1/19:2 TR1 ethernet1/1/44 e4:f0:04:fe:9f:e1
ethernet1/1/19:3 TR1 ethernet1/1/45 e4:f0:04:fe:9f:e1
ethernet1/1/19:4 TR1 ethernet1/1/46 e4:f0:04:fe:9f:e1
7. View VLAN members.
AG1# show vlan 3001
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs,
@ - Attached to Virtual Network, P - Primary, C - Community, I - Isolated
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
3001 Active T Eth1/1/9:1-1/1/9:2
T Po1,41-48,1000
8. View port channel members.
AG1# show interface port-channel summary | no-more
LAG Mode Status Uptime Ports
1 L2-HYBRID up 01:30:31 Eth 1/1/21:1 (Up)
Eth 1/1/21:2 (Up)
Eth 1/1/21:3 (Up)
Eth 1/1/21:4 (Up)
Eth 1/1/23:1 (Up)
Eth 1/1/23:2 (Up)
Eth 1/1/23:3 (Up)
Eth 1/1/23:4 (Up)
41 L2-HYBRID up 01:30:56 Eth 1/1/17:1 (Up)
42 L2-HYBRID up 01:30:54 Eth 1/1/17:2 (Up)
43 L2-HYBRID up 01:30:54 Eth 1/1/17:3 (Up)
44 L2-HYBRID up 01:30:52 Eth 1/1/17:4 (Up)
45 L2-HYBRID up 01:30:52 Eth 1/1/19:1 (Up)
46 L2-HYBRID up 01:30:51 Eth 1/1/19:2 (Up)
47 L2-HYBRID up 01:30:50 Eth 1/1/19:3 (Up)
48 L2-HYBRID up 01:30:47 Eth 1/1/19:4 (Up)
AG2 configuration
1. Configure a global anycast MAC address.
AG2# configure terminal
AG2(config)# ip virtual-router mac-address 00:00:5e:00:01:01
2. Configure a VLAN Interface with the anycast virtual address.
AG2(config)# interface vlan 3001
AG2(conf-if-vl-3001)# no shutdown
AG2(conf-if-vl-3001)# ip address 10.1.1.2/24
AG2(conf-if-vl-3001)# ip virtual-router address 10.1.1.5
AG2(conf-if-vl-3001)# ipv6 address 10:1:1::2/64
AG2(conf-if-vl-3001)# ipv6 virtual-router address 10:1:1::5
AG2(conf-if-vl-3001)# exit
3. Configure the VLT domain.
AG2(config)# vlt-domain 1
AG2(conf-vlt-1)# backup destination 172.16.1.3 interval 3
AG2(conf-vlt-1)# delay-restore 300
AG2(conf-vlt-1)# discovery-interface ethernet1/1/25:1-1/1/25:4
AG2(conf-vlt-1)# peer-routing
AG2(conf-vlt-1)# primary-priority 65535
AG2(conf-vlt-1)# vlt-mac de:11:de:11:de:11
AG2(conf-vlt-1)# multicast peer-routing timeout 450
AG2(conf-vlt-1)# exit
Layer 2
651