10-10-2002 05:23 AM - edited 03-02-2019 01:58 AM
Is there a way to allow the transport of a 802.1q trunk connection on ports configured as access ports ? In other words on an existing switched environnement you define a vlan with access ports and you interconnect two other switches using 802.1q trunk protocol . So that the initial switches act as strictly layer two transport switches with respect to the second pair of switches.
thanks,
10-11-2002 03:20 PM
Not sure if I understand the question clearly but it sounds like you already know to use the 'switchport mode trunk' command on the links that go back to other dot1q switches.
Access ports to me (according to the CCDA definition) are user ports on an access layer switch. If that is the case, I don't know why you would want trunking done on these ports. But like I said before, if your goal is to configure certain ports on a switch to be trunk ports then you use the config t, interface fastethernet 0/1, switchport mode trunk command
10-12-2002 06:04 AM
Are you thinking of "QinQ" or 802.1q tunneling? This is available in recent
3550 and 6500 IOS versions, see for instance http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12111ea1/3550scg/swtunnel.htm
This lets you transport an 802.1q trunk through your network using only
one VLAN.
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