Aruba & ProVision-based
1752295 Members
4626 Online
108786 Solutions
New Discussion

Upgrading from 3com Switch 4210 to HP ProCurve 2510

 
SOLVED
Go to solution
eric0325
Visitor

Upgrading from 3com Switch 4210 to HP ProCurve 2510

Hi There,

 

I have an old 3com Switch 4210 which gonna replace with HP ProCurve 2510.

I found that the configuration is totally different between these two switches.

Is anyone can help to 'convert' the old 3Com config to the new HP ProCurve 2510?

 

-----3com Switch 4210-----
[SW09]display current-configuration # sysname SW09 # undo password-control aging enable undo password-control length enable undo password-control history enable password-control login-attempt 3 exceed lock-time 120 # local-server nas-ip 127.0.0.1 key 3com # priority trust # igmp-snooping enable # radius scheme system # domain system # local-user admin service-type ssh telnet terminal level 3 local-user manager password simple manager service-type ssh telnet terminal level 2 local-user monitor password simple monitor service-type ssh telnet terminal level 1 # vlan 1 igmp-snooping enable # vlan 11 to 17 # vlan 100 # interface Vlan-interface1 ip address 10.10.10.12 255.255.255.0 # interface Aux1/0/0 # interface Ethernet1/0/1 stp edged-port enable port link-type trunk port trunk permit vlan 1 # interface Ethernet1/0/2 stp edged-port enable # interface Ethernet1/0/3 stp edged-port enable port access vlan 13 # interface Ethernet1/0/4 stp edged-port enable port access vlan 16 # interface Ethernet1/0/5 stp edged-port enable port access vlan 11 # interface Ethernet1/0/6 stp edged-port enable port access vlan 100 # interface Ethernet1/0/7 stp edged-port enable port access vlan 100 # interface Ethernet1/0/8 stp edged-port enable port access vlan 15 # interface Ethernet1/0/9 stp edged-port enable port access vlan 15 # interface Ethernet1/0/10 stp edged-port enable port access vlan 15 # interface Ethernet1/0/11 stp edged-port enable # interface Ethernet1/0/12 stp edged-port enable port access vlan 16 # interface Ethernet1/0/13 stp edged-port enable port access vlan 16 # interface Ethernet1/0/14 stp edged-port enable port access vlan 16 # interface Ethernet1/0/15 stp edged-port enable port access vlan 16 # interface Ethernet1/0/16 stp edged-port enable port access vlan 11 # interface Ethernet1/0/17 stp edged-port enable port access vlan 15 # interface Ethernet1/0/18 stp edged-port enable port access vlan 16 # interface Ethernet1/0/19 stp edged-port enable port access vlan 15 # interface Ethernet1/0/20 stp edged-port enable port access vlan 13 # interface Ethernet1/0/21 stp edged-port enable port access vlan 14 # interface Ethernet1/0/22 stp edged-port enable port access vlan 15 # interface Ethernet1/0/23 stp edged-port enable port access vlan 15 # interface Ethernet1/0/24 stp edged-port enable port access vlan 14 # interface GigabitEthernet1/0/25 stp edged-port enable port link-type trunk port trunk permit vlan 1 11 to 17 100 # interface GigabitEthernet1/0/26 stp edged-port enable # interface GigabitEthernet1/0/27 stp edged-port enable port link-type trunk port trunk permit vlan 1 11 to 17 100 shutdown # interface GigabitEthernet1/0/28 stp edged-port enable shutdown # interface NULL0 # ip route-static 0.0.0.0 255.255.255.0 192.168.1.1 preference 60 # snmp-agent snmp-agent local-engineid snmp-agent community read public snmp-agent community write private snmp-agent sys-info version all # user-interface aux 0 authentication-mode scheme user-interface vty 0 4 authentication-mode scheme # return

 

3 REPLIES 3
eric0325
Visitor

Re: Upgrading from 3com Switch 4210 to HP ProCurve 2510

I'm trying to fix the trunk port first. My port 25 is set as trunk and with the required tagged vlans. However I just cant ping to the core switch like the 3Com does. 

 

Default route are same in both old and new switches.

 

 

3com Switch 4210

interface GigabitEthernet1/0/25
stp edged-port enable
port link-type trunk
port trunk permit vlan 1 11 to 17 100

 

HP ProCurve 2510

SW13                                                        1-Jan-1990   1:33:12
==========================- CONSOLE - MANAGER MODE -============================
               Switch Configuration - VLAN - VLAN Port Assignment

  Port   DEFAULT_VLAN     vlan11        vlan12        vlan13
  ---- + ------------  ------------  ------------  ------------
  15   | Untagged      No            No            No
  16   | Untagged      No            No            No
  17   | Untagged      No            No            No
  18   | Untagged      No            No            No
  19   | Untagged      No            No            No
  20   | Untagged      No            No            No
  21   | Untagged      No            No            No
  22   | Untagged      No            No            No
  23   | Untagged      No            No            No
  24   | Untagged      No            No            No
  26   | Untagged      No            No            No
  Trk1 | Tagged        Tagged        Tagged        Tagged

 Actions->   Cancel     Edit     Save     Help

Select the tagging mode for the port/VLAN combination.
Use arrow keys to change field selection, <Space> to toggle field choices,
and <Enter> to go to Actions.

 

 

Fredrik Lönnman
Honored Contributor
Solution

Re: Upgrading from 3com Switch 4210 to HP ProCurve 2510

A Trunk in HP Procuve isnt the same as a Trunk in 3Com. Remove the trunk configuration and tag the VLANs directly at port 25 instead.

---
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S

eric0325
Visitor

Re: Upgrading from 3com Switch 4210 to HP ProCurve 2510

Thanks, it is working now. 

For those who has similar question can refer below config.

 

Running configuration:

; J9019B Configuration Editor; Created on release #Q.11.17

hostname "SW13"
interface 25
   lacp Passive
exit
ip default-gateway 10.10.10.1
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 21-26
   ip address 10.10.10.30 255.255.255.0
   no untagged 1-20
   exit
vlan 13
   name "vlan13"
   untagged 1-10
   no ip address
   tagged 25
   exit
vlan 15
   name "vlan15"
   untagged 11-20
   tagged 25
   exit
password manager

SW13#