Users Guide

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