Here are the command to configure VLANs in HP Procurve
Its pretty easy to create vlan in HP procure Switches Follow the following steps
Cofig t
vlan 10
name "VLAN10"
untagged 1-12
ip address 192.168.10.1 255.255.255.0
tagged 25-26
exit
vlan 11
name "VLAN11"
192.168.11.1 255.255.255.0
untagged 13-24
tagged 25-26
exit
ip routing
tagged 25-26 is equivalent to trunking for Cisco Switches
untagged command make the required ports to be the part of vlan you want.
From the above example ports 1 - 12 are part of vlan 10 & port from 13-24 part of vlan 11 and ports 25 & 26 are trunk ports can carry vlan information for vlan 10 & 11 make sure you configure ip routing to en bale intervlan routing
Also check this post
http://www.experts-exchange.com/Networking/Networking_Hardware/Switches/Q_23529300.html
No comments:
Post a Comment