cancel
Showing results for 
Search instead for 
Did you mean: 

Trunk connection between Cisco Cat.3650 and Enterasys C5

Trunk connection between Cisco Cat.3650 and Enterasys C5

tech_dept
New Contributor
I have an Enterasys C5 that I need connected to a Cisco 3650 via trunk. (single fiber cable) I don't have as much experience on Enterasys so I was wondering if someone could help me out.
There isn't much on the Enterasys switch. All ports are default vlan 1. I am using port 48 on the Enterasys switch. I tried setting the egress on port ge.1.48 to vlan 1 but when I run "show egress ge.1.48" I get nothing in return.

The config on the Cisco switch is

interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk allow vlan 1,16,32,48,64,80,96,112,120,128,144,200
ip arp inspection trust
ip dhcp snooping trust

interface Vlan1
Ip address 10.16.1.1 255.255.255.0
Ip address 10.1.16.1 255.255.248.0 secondary
No ip unreachable
No ip redirects
No shut

Enterasys :
ip address 10.1.16.2 255.255.248.0 gateway 10.1.16.1

Not sure where to go from here.

7 REPLIES 7

Mike_D
Extreme Employee

stuff to try:

verify link led at the port on the front of the C5 and the 3650.
In the c5 cli, use 'show port status' command to verify state.

if established, what does 'show port egress' report?
Use 'show vlan' output to review the information

can you plug in a laptop and ping through?

tech_dept
New Contributor
Thanks for that Mike. I entered the commands you reference and can't ping the gateway which is vlan 1 secondary on the 3650.

Mike_D
Extreme Employee

show port egress ge.1.48 should have the info you're looking for.
As you know all ports have port vid 1 out of the box and vlan 1 will egress untagged by default.

should you need to change to tagged
set vlan egress 1 ge.1.48 tagged

Regards,
Mike

GTM-P2G8KFN