Users Guide

Table Of Contents
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
AG4(conf-if-eth1/1/21)# no shutdown
AG4(conf-if-eth1/1/21)# no switchport
AG4(conf-if-eth1/1/21)# channel-group 128 mode active
AG4(conf-if-eth1/1/21)# exit
AG4(config)# interface ethernet1/1/24
AG4(conf-if-eth1/1/24)# no shutdown
AG4(conf-if-eth1/1/24)# no switchport
AG4(conf-if-eth1/1/24)# channel-group 128 mode active
AG4(conf-if-eth1/1/24)# exit
AG4(config)# interface port-channel128
AG4(conf-if-po-128)# vlt-port-channel 1024
AG4(conf-if-po-128)# exit
4. Configure the primary VLANs and the PVLAN mode.
AG4(config)# interface vlan 100
AG4(conf-if-vl-100)# private-vlan mode primary
AG4(conf-if-vl-100)# exit
AG4(config)# interface vlan 200
AG4(conf-if-vl-200)# private-vlan mode primary
AG4(conf-if-vl-200)# exit
5. Configure the secondary VLANs and the respective PVLAN modes.
AG4(config)# interface vlan 11
AG4(conf-if-vl-11)# private-vlan mode community
AG4(conf-if-vl-11)# exit
AG4(config)# interface vlan 12
Layer 2
689