Configuration guides for IT Administrators

HP Switch

  • VLAN trunk between Cisco and HP switch

    VLAN trunk between Cisco and HP switch

    In Cisco switching terms, we call it as trunk, however in HP switching terms, this is tagged. On Cisco switch, !Create VLAN 2 and SVI for finance dept. clients to use as their gateway IP Cisco(config)#vlan 2 Cisco(config-vlan)#name “finance-users” Cisco(config-vlan)#exit Cisco(config)#interface vlan 2 Cisco(config-vlan)#ip address 192.168.2.1 255.255.255.0 Cisco(config-vlan)#no shut Cisco(config-vlan)#exit !Create VLAN 3 and SVI for hr dept.…

    Read More →: VLAN trunk between Cisco and HP switch
  • IP routing between VLANs in HP Procurve switch

    IP routing between VLANs in HP Procurve switch

    This is a common scenario where you want clients in one VLAN to reach servers or other systems in another VLAN and all you have to do is configuring IP routing on the switch. Below is an working hp switch configuration. hostname “HP ProCurve Switch 2610-48-PWR” no web-management no telnet-server ip routing vlan 192 name…

    Read More →: IP routing between VLANs in HP Procurve switch
  • HP Switch CLI Commands

    Configuration Commands: 1.Create a VLAN and assign an IP address that will be used as default gateway for computers belonging to this specific VLAN. In Cisco terms, you call it as SVI. SWITCH(config)# vlan 4 name CLIENTS SWITCH(vlan-4)# ip address 10.10.10.1 255.255.255.0 2.Assign a switch port to a specific VLAN SWITCH(config)# vlan 4 SWITCH(vlan-4)# untagged 24…

    Read More →: HP Switch CLI Commands

Lucas Brey

I’m Lucas Brey, a travel blogger sharing practical guides, hidden gems, and honest tips from the road. Follow along for smart itineraries, great food finds, and stories worth bookmarking.

Tags