Users Guide

Table Of Contents
AG3(config)# interface vlan 13
AG3(conf-if-vl-13)# private-vlan mode isolated
AG3(conf-if-vl-13)# exit
AG3(config)# interface vlan 21
AG3(conf-if-vl-21)# private-vlan mode community
AG3(conf-if-vl-21)# exit
AG3(config)# interface vlan 22
AG3(conf-if-vl-22)# private-vlan mode isolated
AG3(conf-if-vl-22)# exit
6. Associate the secondary VLANs to the primary VLAN.
AG3(config)# interface vlan 100
AG3(conf-if-vl-100)# private-vlan mapping secondary-vlans 11-13
AG3(conf-if-vl-100)# exit
AG3(config)# interface vlan 200
AG3(conf-if-vl-200)# private-vlan mapping secondary-vlans 21-22
AG3(conf-if-vl-200)# exit
7. Configure the port mode on the community and isolated ports.
AG3(config)# interface port-channel1
AG3(conf-if-po-1)# no shutdown
AG3(conf-if-po-1)# private-vlan mode secondary-port
AG3(conf-if-po-1)# exit
AG3(config)# interface port-channel2
AG3(conf-if-po-2)# no shutdown
AG3(conf-if-po-2)# private-vlan mode secondary-port
AG3(conf-if-po-2)# exit
AG3(config)# interface ethernet1/1/1
AG3(conf-if-eth1/1/1)# no shutdown
AG3(conf-if-eth1/1/1)# private-vlan mode secondary-port
AG3(conf-if-eth1/1/1)# exit
8. Associate the member ports to the secondary VLANs.
AG3(config)# interface port-channel1
AG3(conf-if-po-1)# switchport mode trunk
AG3(conf-if-po-1)# switchport trunk allowed vlan 11
AG3(conf-if-po-1)# exit
AG3(config)# interface port-channel2
AG3(conf-if-po-2)# switchport mode trunk
AG3(conf-if-po-2)# switchport trunk allowed vlan 13
AG3(conf-if-po-2)# exit
AG3(config)# interface ethernet1/1/1
AG3(conf-if-eth1/1/1)# switchport mode trunk
AG3(conf-if-eth1/1/1)# switchport trunk allowed vlan 21
AG3(conf-if-eth1/1/1)# exit
9. Associate the ISL to the primary and the secondary VLANs as a normal trunk port.
AG3(config)# interface port-channel128
AG3(conf-if-po-128)# switchport mode trunk
AG3(conf-if-po-128)# switchport trunk allowed vlan 11-13,21-22,100,200
AG3(conf-if-po-128)# exit
AG4 Leaf Switch
1. Configure the VLTi member links between AG3 and AG4.
AG4(config)# interface ethernet1/1/11
AG4(conf-if-eth1/1/11)# no shutdown
688
Layer 2