cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1805
Views
5
Helpful
3
Replies

Migrate from HP to Cisco - VLAN Configuration

Hi Cisco Community,

 

I'm asked to migrate on of our switch. We will migrate from HP to Cisco. 

Here is the HP Configuration (Access Switch) :

VLAN 1 : Default - VLAN 27 : Voice - VLAN 169 : Camera

Interface 25 is the link to the distribution switch

Access interfaces 0/1-0/3 & 0/5-0/24 are linked to users & phones (VLAN 1 & 27) and

Access interface 0/4 is linked to a camera (VLAN 169).

 

HP ProCurve Switch 2524# sh config

IN-FLASH CONFIGURATION

; J4813A Configuration Editor; Created on release #F.01.08

time daylight-time-rule None
hostname "HP ProCurve Switch 2524"
ip timep dhcp
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-3,5-26
   ip address dhcp-bootp
   exit
vlan 169
   name "VLAN169"
   untagged 4 tagged 1-3,5-26
   exit
vlan 27
   name "VLAN27"
   tagged 1-26
   exit

As I am more used to Cisco IOS than HP ones, I want to make sure I will be able to replicate the config quickly. I did this in PacketTracer. Should this configuration allow the Cisco switch to make the same work as the HP switch?

 

Switch(config)#vlan 27
Switch(config-vlan)#name Voice
Switch(config-vlan)#vlan 169
Switch(config-vlan)#name Cameras
Switch(config-vlan)#exit
Switch(config)#int vlan 1
Switch(config-if)#ip address dhcp
Switch(config-if)#exit
Switch(config)#int range Ge0/1-3, Ge0/5-24
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 1
Switch(config-if-range)#switchport voice vlan 27
Switch(config-if-range)#exit
Switch(config)#int Ge0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 169
Switch(config-if)#exit
Switch(config)#int Ge0/25
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk native vlan 1

Thanks a lot for your feedback ! 

 

Best regards,

 

Nicolas Steinbusch.

 

1 Accepted Solution

Accepted Solutions

Hello,

 

the converted configuration looks by the book. The only thing you need to add to the access (not the trunk) ports is:

 

spanning-tree portfast

View solution in original post

3 Replies 3

Hello,

 

the converted configuration looks by the book. The only thing you need to add to the access (not the trunk) ports is:

 

spanning-tree portfast

@Georg Pauwen Thank you for your feed-back, it worked like a charm ! With that pre-configuration, it was about 15' on-site to unplug HP switch and plug the Cisco one !

Is that 15 seconds ? Faster than a Formula 1 pit stop ! Glad that the transition went smoothly...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card