Link to home
Start Free TrialLog in
Avatar of tgarrity
tgarrityFlag for United States of America

asked on

VLAN Implimentation

Hello,

I'm in the process of designing and implimenting my first VLAN on a HP Procurve switch.
Does anyone have any suggestions or some do's or dont's.

Also, does anyone have any specific instrucitons on how to setup the VLAN on the HP Procurve switch side. Is it IP based or port based as to how the VLAN is created?

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Soulja
Soulja
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hp and cisco differ in the config

Here is a working config on an HP switch HP2510G

You can setup this via telnet or ssh on the switch easilly with this cli

menu

2. switch configuration
  7. Vlan menu
   3 vlan port assigment

At the end your config should look like this

You should name your vlan first.

show config ...



vlan 70
   name "DMZ"
   forbid 13-44
   untagged 45-48
   tagged 1-12
   ip address 192.168.10.10 255.255.255.0
   exit
 


Avatar of tgarrity

ASKER

Our core switch is a HP 4108GL switch that has 4 - 24 port modules.
All of our servers are on a Procurve 2910AL - 48 port switch running gigabit connections.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you both for your help