cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1034
Views
0
Helpful
2
Replies

Native Vlan with dot1q Tunneling

KAMRAN HASSAN
Level 1
Level 1

According to my understanding, the native Vlan on a dot1q tunnel port will be the one that is configured as

"switchport access vlan ##"

Pl correct me if I am wrong.

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Are you referring to a dot1q trunk link or dot1q tunneling which is used by ISPs ?

Jon

L2 protocols can be configured to use QinQ - cdp, stp-vtp

in this case i am using cdp:

example of qinq tunnel

to make r1 see r2  via cdp

r1 -sw1 -sw4 -sw3 -sw2 -r2

R1

int fa0/0

ip address 10.1.12.1 255.255.255.0

Sw1

vtp domainQinQ

( this needs to be done for future vlan creations across the trunks)

int fa0/1

sw acc  vlan 100

swi mode dot1q-tunnel

l2protocol-tunnel cdp

int fa0/23

des to sw4

swi trun encap isl

swi mode trun

Sw4

int fa0/23

des to sw1

swi trun encap isl

swi mode tru

int fa0/19

des to sw3

swi trun encap isl

swi mode tru

Sw3

des to sw4

int fa0/19

swi trun encap isl

swi mode tru

int fa0/23

des to sw2

swi trun encap isl

swi mode tru

Sw2

int fa0/23

des to sw3

swi trun encap isl

swi mode tru

int fa0/1

sw acc  vlan 100

swi mode dot1q-tunnel

l2protocol-tunnel cdp

R2

int fa0/0

ip address 10.1.12.2 255.255.255.0

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card