HP Switches archives - Network technologies and trends

Network technologies and trends:

HP switches

Sep 24 2008   11:21AM GMT

HP to Acquire Colubris Networks to Expand, HP ProCurve’s Wireless Technology Offerings



Posted by: Yasir Irfan
Wireless, HP Procurve, HP switches, Colubris Networks, Acuization

HP  announced that it has signed a definitive agreement to acquire Colubris Networks Inc., a Waltham, Mass.-based, privately-held global provider of intelligent wireless networks for enterprises and service providers.HP plans to integrate Colubris’ extensive product line into its ProCurve Networking product portfolio. This will expand HP ProCurve’s reach into vertical markets such as hospitality, transportation, healthcare, manufacturing, service provider and education.

The award-winning Colubris Networks Intelligent Mobility Solution delivers wireless integrated access, management and security products as well as 802.11n capability – all of which help enterprises and service providers broaden the reach and impact of voice, data and multimedia applications.

“The acquisition of Colubris Networks will strengthen ProCurve’s hardware, management platform and services, significantly improving the overall performance capabilities of both wired and wireless networks, and will deliver even more best-in-class choices for our customers worldwide,” said Marius Haas, senior vice president and general manager, HP ProCurve. “With our vision and continued support from HP leadership, I am convinced that ProCurve’s impressive growth and market leadership is unlimited.”

The acquisition is subject to certain closing conditions and is expected to close by the end of HP’s fiscal year 2008. Financial terms of the transaction were not disclosed.

Sep 24 2008   8:27AM GMT

How to configure intervlan routing between Cisco Catalyst Switches and HP Procurve Switches Series 2



Posted by: Yasir Irfan
Networking, Switches, Cisco, HP Procurve, Cisco Tips, Cisco 3560, Cisco Learning, Cisco 3560-E, Intervlan routing, IP Address, IOS commands, HP switches

In my previous post I did discussed about the how common terminologies are applied by both Cisco & HP, now it’s time  proceed further , in this example we will create two VLANs and make intervlan communication between HP Procurve Switches  and Cisco Catalyst Switches.

 

HP-Cisco Vlan

 

We will create 2 VLANS in both Switches, as shown in the below table

IP address

 

Now let’s see what configuration commands required to create a VLAN, and enable intervlan communication between HP Procurve Switches  and Cisco Catalyst Switches.

commands1

Commands2


Sep 22 2008   6:53AM GMT

How to configure intervlan routing between Cisco Catalyst Switches and HP Procurve Switches Series 1.



Posted by: Yasir Irfan
Networking, Switches, Cisco, HP Procurve, Cisco 6500, Cisco Tips, Intervlan routing, IOS commands, HP switches, Trunking

In this series of article you are going to experience how to configure VLAN trunking between HP Procurve Switches  and Cisco Catalyst Switches.

Before proceeding further lest understand the basic terminoly applied by both Cisco and HP for the following things

When it comes to VLANs in Cisco every one thinks of the term TRUKING.

HP applies trunking for ether channel where as in Cisco it applies for VLANs

Let’s compare how both vendors define Trunking

HP-Cisco

Source:HP

VLAN Terminologies applied by Both Cisco & HP

Vlans comparison

 

to be continued in next series


Aug 16 2008   11:12AM GMT

How to change an IP address in a HP Procurve Switch



Posted by: Yasir Irfan
Switches, HP Procurve, IP Address, HP switches

Changing an IP address in a Cisco Switch is quite simple, where as in HP Procurve Switches if you try to change an IP address for any existing vlan you get an error message  The IP address (or subnet) 10.0.0.122/23 already exists.. 

I will demonstrate how to change an IP address for an existing VLAN. In this example we have a VLAN 100 assigned with an IP address 10.0.0.99/23 in a HP Procurve Switch.

vlan 100

   name “VLAN100″

   ip address 10.0.0.97 255.255.248.0

   tagged 25-26

   exit

We will try to change the IP address in a normal way as we do in a Cisco Catalyst Switch.

ICU(config)# vlan 100

ICU(vlan-100)# ip address 10.0.0.122 255.255.254.0

The IP address (or subnet) 10.0.0.122/23 already exists.. 

The moment you enter the IP address command you will get an error message mentioned above.

In order to change an IP address do the following things

Log in to the Switch thro a console port.

Then from the global parameters use the following commands

vlan 100

 name “VLAN100″

 no ip address 10.0.0.97 255.255.248.0

 ip address 10.0.0.122  255.255.248.0

However, you can’t do that if you connect to the switch remotely. As soon as the “no ip address” command is received and processed by the switch, your session will be disconnected and you won’t be able to get to the switch.The trick to get around this issue is to make this IP address change through the switch’s built-in menu system instead of using the plain old CLI.
HP Procurve
1. Type “menu”, hit Enter
2. Select “Switch Configuration”
3. Select “IP Configuration”
4. Navigate to Edit, hit Enter
5. Change the IP and then Save

you will be disconnected once you save it but you will be able to reconnect using the new IP.