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.