06-27-2006 09:19 PM - edited 03-03-2019 03:50 AM
I'm going to use Metro-Ethernet with fast ethenet port on 4ESW in 2851XM router.
Because the port can not work as L3, I set VLAN. But far end device is not Cisco. I need to dot1q for this connection but I can't.
How can I enable dot1q encapsulation for VLAN?
06-27-2006 09:21 PM
at the trunk links you can set the encapsulation to 802.1q.
I hope that i got your point!
Abd Alqader
06-27-2006 10:05 PM
Hi
when you confire the trunk port, at the time, you can find encapulation type...
I hope this will sovle the problem
-Minu
06-28-2006 02:21 AM
Hi Winqu,
Try this... it should work.
Config sample
!
configure terminal
!
interface fastethernet 2/3
shutdown
switchport trunk encapsulation dot1q
switchport mode trunk
no shutdown
exit
!
Verify:
show interfaces fastethernet 2/3 switchport
show interfaces fastethernet 2/3 trunk
regards,
sean
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