Users Guide

Table Of Contents
7. View VLAN members.
AG2# 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.
AG2# show interface port-channel summary | no-more
LAG Mode Status Uptime Ports
1 L2-HYBRID up 01:34:43 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:34:38 Eth 1/1/17:1 (Up)
42 L2-HYBRID up 01:34:36 Eth 1/1/17:2 (Up)
43 L2-HYBRID up 01:34:37 Eth 1/1/17:3 (Up)
44 L2-HYBRID up 01:34:35 Eth 1/1/17:4 (Up)
45 L2-HYBRID up 01:34:38 Eth 1/1/19:1 (Up)
46 L2-HYBRID up 01:34:34 Eth 1/1/19:2 (Up)
47 L2-HYBRID up 01:34:33 Eth 1/1/19:3 (Up)
48 L2-HYBRID up 01:34:33 Eth 1/1/19:4 (Up)
AG3 configuration
1. Configure a global anycast MAC address.
AG3# configure terminal
AG3(config)# ip virtual-router mac-address 00:00:5e:00:01:01
2. Configure a VLAN Interface with the anycast virtual address.
AG3(config)# interface vlan 3001
AG3(conf-if-vl-3001)# no shutdown
AG3(conf-if-vl-3001)# ip address 10.1.1.3/24
AG3(conf-if-vl-3001)# ip virtual-router address 10.1.1.5
AG3(conf-if-vl-3001)# ipv6 address 10:1:1::3/64
AG3(conf-if-vl-3001)# ipv6 virtual-router address 10:1:1::5
AG3(conf-if-vl-3001)# exit
3. Configure the VLT domain.
AG3(config)# vlt-domain 255
AG3(conf-vlt-1)# backup destination 172.16.1.6
AG3(conf-vlt-1)# delay-restore 300
AG3(conf-vlt-1)# discovery-interface ethernet1/1/25:1-1/1/25:4
AG3(conf-vlt-1)# peer-routing
AG3(conf-vlt-1)# primary-priority 1
AG3(conf-vlt-1)# vlt-mac f0:ce:10:f0:ce:10
AG3(conf-vlt-1)# multicast peer-routing timeout 450
AG3(conf-vlt-1)# exit
4. Configure a port channel interface towards AG1, AG2, and TR2.
AG3(config)# interface port-channel 1
AG3(conf-if-po-1)# vlt-port-channel 1
AG3(config)# interface port-channel 51
AG3(conf-if-po-51)# vlt-port-channel 51
AG3(config)# interface port-channel 52
AG3(conf-if-po-52)# vlt-port-channel 52
Layer 2
653