09-25-2019 05:20 AM
Hello everyone,
Although the configuration of private VLANs is straight forward based on the documentation, but i'm not ablw to make it work using the below configuration on Cisco NX 9000 in GNS3 Lab;
configure terminal
vlan 2
private-vlan primary
exit
vlan 3
private-vlan community
exit
vlan 4
private-vlan isolated
exit
vlan 2
private-vlan association 3,4
exit
interface ethernet 1/5
switchport
switchport mode private-vlan host
exit
interface ethernet 1/6
switchport
switchport mode private-vlan promiscuous
exit
interface ethernet 1/5
switchport private-vlan host-association 2 3
exit
interface ethernet 1/6
switchport private-vlan mapping 2 3,4
exit
interface vlan 2
private-vlan mapping 3,4
exit
Please advice what is the wrong with this configuration
Solved! Go to Solution.
09-25-2019 05:28 AM
Looks at the supported features :
09-25-2019 05:28 AM
Looks at the supported features :
09-25-2019 06:37 AM
So private VLAN is not supported although the configuration is available!?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide