Configuring Q-in-Q vlan tunnels on cisco Switch port
Configuring Q-in-Q vlan tunnels on cisco Switch port:
Today i will discuss how to Configuring Q-in-Q vlan tunnels in cisco switch. At first login your Switch then apply bellow command. Here i use FastEthernet 0/1 interface.
conf t
interface FastEthernet 0/1
description “your description here”
port-type nni
switchport access vlan 92
switchport mode dot1q-tunnel
no keepalive
duplex full
storm-control broadcast level 1.00
l2protocol-tunnel cdp
no cdp enable
no cdp tlv server-location
no cdp tlv app
spanning-tree bpdufilter enable
N.B: Here 92=q-in-q VLAN id.
Configuring Q-in-Q vlan tunnels on cisco Switch port was last modified: October 26th, 2015 by
Leave a Reply