From: anthony.sequeira@thomson.com
Date: Fri Jan 05 2007 - 20:44:30 ART
I have NOT verified this configuration against the 3560s yet - but
perhaps this will help you. I looked QUICKLY at the 3560 docs and I
think these are accurate for that platform.
Set VTP mode to transparent
Switch(config)# vtp mode transparent
Create the secondary VLANs
Switch(config)# vlan 10
Swtich(config-vlan)# private-vlan community
Swtich(config-vlan)# vlan 20
Swtich(config-vlan)# private-vlan isolated
Create the primary VLAN - associate the secondary VLANs
Switch(config)# vlan 100
Swtich(config-vlan)# private vlan primary
Swtich(config-vlan)# private-vlan association 10,20
Configure interfaces for isolated or community ports
Switch(config)# interface fastethernet 1/1
Switch(config-if)# switchport private-vlan host-association 100 10
Configure the promiscuous port
Switch(config)# interface fastethernet 2/1
Switch(config-if)# switchport mode private-vlan promiscuous
Switch(config-if)# switchport private-vlan mapping 100 10,20
Anthony J. Sequeira
#15626
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Mike O
Sent: Friday, January 05, 2007 6:08 PM
To: ccielab@groupstudy.com
Subject: Private-vlan config
Does anyone have a example private vlan config, I don't have access to a
3560 so I'm trying to get the basics down.
-Mike
This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:55 ART