cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
292
Views
0
Helpful
1
Replies

7206VXR not tagging traffic with dot1q

jlamanna1
Level 1
Level 1

I have an interface set up like the following:

interface FastEthernet5/0

no ip address

duplex full

!

interface FastEthernet5/0.253

encapsulation dot1Q 253 native

ip address xxx.xxx.xxx.37 255.255.255.252

!

interface FastEthernet5/0.353

encapsulation dot1Q 353

ip address xxx.xxx.xxx.61 255.255.255.252

!

I cannot get the 7206 to tag traffic on the 353 VLAN.

If I do a ping xxx.xxx.xxx.62 (which should go out the 353 VLAN) my provider does not see any tagged traffic.

Why would the traffic not be being tagged??

Thank you.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello James,

to troubleshoot use the following

sh vlan

shows counters for each defined vlan

term mon

debug vlan packets

then issue the ping and see the results

then again

sh vlan

In this way you can also verify if provider is using ISL instead of 802.1Q if so its device doesn't understand 802.1Q tags

Hope to help

Giuseppe