Prev: WTB: Cisco ws-x6748ge-tx, ws-sup720-3bxl,ws-sup720-3b, ws-x6724-sfp, ws-x6704-10ge
Next: Nexus sensor Intake-3 ? where is this located
From: Ned on 10 May 2010 09:57 What is wrong with my config here please? Trying to set up "Private VLANs" - Primary is 100, I have isolated vlans 101 - 103, but when I try to accociate them to the Primary - the config only shows the "first" vlan number I enetered - not the range... 3560AA(config)#vlan 100 3560AA(config-vlan)#priv 3560AA(config-vlan)#private-vlan assoc 3560AA(config-vlan)#private-vlan association add ? WORD VLAN IDs of the private VLANs to be configured 3560AA(config-vlan)#private-vlan association add 101,102,103 3560AA(config-vlan)#end 3560AA0# ! spanning-tree mode pvst spanning-tree etherchannel guard misconfig spanning-tree extend system-id ! vlan internal allocation policy ascending ! vlan 2 ! vlan 100 private-vlan primary private-vlan association 101 ! vlan 101 private-vlan isolated ! vlan 102 private-vlan isolated ! vlan 103 private-vlan isolated !
From: Morph on 10 May 2010 13:24
In the message <b6fc4d4f-5654-4c2e-80a4-46f957fb6a89(a)d19g2000yqf.googlegroups.com> Ned wrote: | What is wrong with my config here please? Trying to set up "Private | VLANs" - Primary is 100, I have isolated vlans 101 - 103, but when I | try to accociate them to the Primary - the config only shows the | "first" vlan number I enetered - not the range... | | 3560AA(config)#vlan 100 | 3560AA(config-vlan)#priv | 3560AA(config-vlan)#private-vlan assoc | 3560AA(config-vlan)#private-vlan association add ? | WORD VLAN IDs of the private VLANs to be configured | | 3560AA(config-vlan)#private-vlan association add 101,102,103 Try private-vlan association add 101-103 Here you have more info on configuring private vlan's on 3560 http://www.cisco.com/en/US/docs/switches/lan/catalyst3560/software/release/12.2_20_se/configuration/guide/swpvlan.html |