Users Guide

AG2(conf-if-eth1/1/1)# no shutdown
AG2(conf-if-eth1/1/1)# private-vlan mode secondary-port
AG2(conf-if-eth1/1/1)# exit
AG2(config)# interface ethernet1/1/2
AG2(conf-if-eth1/1/2)# no shutdown
AG2(conf-if-eth1/1/2)# private-vlan mode secondary-port
AG2(conf-if-eth1/1/2)# exit
8. Associate the member ports to the secondary VLANs.
AG2(config)# interface port-channel1
AG2(conf-if-po-1)# switchport mode trunk
AG2(conf-if-po-1)# switchport trunk allowed vlan 12
AG2(conf-if-po-1)# exit
AG2(config)# interface port-channel2
AG2(conf-if-po-2)# switchport mode trunk
AG2(conf-if-po-2)# switchport trunk allowed vlan 13
AG2(conf-if-po-2)# exit
AG2(config)# interface port-channel3
AG2(conf-if-po-3)# switchport mode trunk
AG2(conf-if-po-3)# switchport trunk allowed vlan 21
AG2(conf-if-po-3)# exit
AG2(config)# interface port-channel4
AG2(conf-if-po-4)# switchport mode trunk
AG2(conf-if-po-4)# switchport trunk allowed vlan 22
AG2(conf-if-po-4)# exit
AG2(config)# interface ethernet1/1/1
AG2(conf-if-eth1/1/1)# switchport mode trunk
AG2(conf-if-eth1/1/1)# switchport trunk allowed vlan 12
AG2(conf-if-eth1/1/1)# exit
AG2(config)# interface ethernet1/1/2
AG2(conf-if-eth1/1/2)# switchport mode trunk
AG2(conf-if-eth1/1/2)# switchport trunk allowed vlan 13
AG2(conf-if-eth1/1/2)# exit
9. Associate the ISL to the primary and the secondary VLANs as a normal trunk port.
AG2(config)# interface port-channel128
AG2(conf-if-po-128)# switchport mode trunk
AG2(conf-if-po-128)# switchport trunk allowed vlan 11-13,21-22,100,200
AG2(conf-if-po-128)# exit
10. Configure the spine-facing port in promiscuous mode.
AG2(config)# interface port-channel101
AG2(conf-if-po-101)# no shutdown
AG2(conf-if-po-101)# private-vlan mode promiscuous
AG2(conf-if-po-101)# exit
11. Associate the promiscuous port to the primary VLANs.
AG2(config)# interface port-channel101
AG2(conf-if-po-101)# switchport mode trunk
AG2(conf-if-po-101)# switchport trunk allowed vlan 100,200
AG2(conf-if-po-101)# exit
AG3 Leaf Switch
1. Configure the VLTi member links between AG3 and AG4.
AG3(config)# interface ethernet1/1/11
AG3(conf-if-eth1/1/11)# no shutdown
AG3(conf-if-eth1/1/11)# no switchport
AG3(conf-if-eth1/1/11)# exit
688
Layer 2