I want to setup trunk between Cisco router and Enterasys B series switch.
On Enterasys switch I've created VLAN 27 and assigned it to ports, I've also set egress port on my trunk port :
set vlan egress 27 ge.1.1 tagged
on Cisco router I've created subinterface :
interface fastethernet 0/0.27
encapsulation dot1Q 27
ip address 192.168.27.1
no shutdown
!
but it doesn't seem to work.
Have I forgotten something in config, or is it more complex problem?
I don't think there's anything more in switch or router config that could cause problems.
/Kvistofta