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.