I am trying to trunk between a 3Com 4800g and a Cisco 3500xl. I can get the a PC that connects to a vlan 1 port on the cisco switch to connect to the 3com switch and get connectivity. However, I cannot get anthing on the cisco switch that is on vlan 2 to connect and get dhcp. I am not a 3com guy, so I am not familiar with the command and configs.
We have 2 vlans on both switches: Vlan 1 is Admin and Vlan 2 is Student.
Our Topology is like this...
Internet -> 3Com 4800g -> Cisco 3500xl
My Cisco 3500xl Fa0/1 is my trunk
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
The Cisco switch has Vlan 1 interface with appropriate ip in appropriate subnet. I can ping addresses in both vlans from the cisco switch (vlan 1 and vlan 2)
My 3Com 4800g gi1/0/11 is my trunk on other end.
interface GigabitEthernet1/0/11
port link-type trunk
port trunk permit vlan 1 to 2
undo voice vlan mode auto
broadcast-suppression pps 3000
undo jumboframe enable
lldp compliance admin-status cdp txrx
I am connected between them with a crossover cable.
If I plug a pc into the 3500xl to a port in vlan 1, I get DHCP address and connectivity. If I plug into a port in vlan 2, I do not.
This is really bugging me. Any help would be appreciated.