Comware

 View Only
  • 1.  Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 10, 2012 01:42 PM

    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.

     

     

     



  • 2.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 11, 2012 02:39 AM

    Looks OK. On the 4800, do you see any mac addresses in vlan2? Does vlan 2 exist? :)



  • 3.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 11, 2012 06:38 AM

    I am not familiar with the commands on the HP 4800,  What is the command for viewing mac address in vlan.

     

    Yes, vlan 2 exists.  Our orgainzation uses these 4800s for their infrastructure and we use 3 vlans (Admin, Student, Voice).

     

    I Appreciate the assistance.

     

     



  • 4.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 11, 2012 07:42 AM

    OK, found the command to see mac-addresses in respective vlans.  Yes, I see mac addresses in vlan 2.



  • 5.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 11, 2012 07:46 AM
    Should work then. You do have a DHCP server in vlan 2 also? No DHCP snooping or other security features?


  • 6.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 11, 2012 09:28 AM

    Yes, we have a DHCP server in vlan 2.  All PCs on vlan 2 on the 4800 switches get ip address fine.  Seems it is something in the way HP4800 (3Com 4800g) and  cisco 3500xl tag the vlans is causing the problem.  If I put a pc on the cisco switch in vlan 1 it gets an IP in the correct subnet.



  • 7.  RE: Trunk 3Com 4800g with Cisco 3500xl

    Posted Oct 22, 2012 10:36 AM

    In your Cisco config, you don't show these 2 config parms in the interface:

     

    switchport trunk allowed vlan 1 to 2

    switchport nonegotiate

     

    In my tests of 802.1Q (tagging aka trunking), I had to have these in order for the 802.1Q tags to be in pkts.

     

    Another good source of info, the HP Networking and Cisco CLI Reference Guide. A free CLI ref of ProVision, Comware5, and Cisco in side-by-side comparison. Not all inclusive, but alot of the "daily" config needs.  ....and it's free!

     

    https://h30590.www3.hp.com/product/HP+Networking+and+Cisco+CLI+Reference+Guide-PDF-6997

     

    hth...Jeff