Jump to content

Recommended Posts

Posted

Hi - hopefully this will be an easy one for the procurve switch experts out there.

 

I have all HP Procurve managed switches running in our school, which consists of 8 seperate buildings.

 

I have an HP Procurve 5406zl running as the core switch and a number of 2610, 2626, 2910, 2810 switches connecting back to the 5406zl.

 

We have recently had a Trapeze wireless network installed throughout our whole school covering the 8 buildings. I would like to provide secure guest access to the internet via the wireless network. I thought the best way to accomplish this security would be to create a VLAN for the wireless network. Unfortunatly, Even though I know what VLANS are and why they are used I have not needed to set up VLANs in the past so I am struggling to set this up.

 

I would appreciated any advice or help on a solution for this.

 

Much appreciated

 

Ed :p

Posted

I have done this recently with hp procurve to segment my network into two vlans. The default one and an extra one to split the network as we were approaching to many devices on one network segment. You can set up the basic vlans via the web interface but have to use comand line via telnet to setup the routing on the 5406zl. Here is my config.

 

vlan 1

name "DEFAULT_VLAN"

untagged A1-A24,B3-B24,C1-C24,D2-D24,E4,F2,F

ip address 172.16.64.2 255.255.248.0

no untagged B1-B2,D1,E1-E3,F1,F3

ip igmp

exit

vlan 2

name "testvlan"

untagged B1-B2,E1-E3,F1,F3

ip address 172.16.72.1 255.255.248.0

ip helper-address 172.16.64.10

ip igmp

exit

vlan 3

name "Admin"

untagged D1

ip address 172.16.80.1 255.255.248.0

ip helper-address 172.16.64.10

ip igmp

exit

ip route 0.0.0.0 0.0.0.0 172.16.64.1

ip multicast-routing

router rip

exit

router pim

exit

vlan 1

ip rip

ip rip receive V1-only

ip rip send V1-only

ip pim all

exit

vlan 2

ip rip

ip rip receive V1-only

ip rip send V1-only

ip pim all

exit

vlan 3

ip rip

ip rip receive V1-only

ip rip send V1-only

ip pim all

exit

 

You will have to dig through the HP documents to find out how to do all of this.

  • Thanks 1
Posted (edited)
As a helpful in between (web vs console), type "menu" in the console for a menu driven setup of VLANs or other basic switch configuration. Won't do everything that the command line can but can still do a bit more than the web interface, pretty helpful when getting used to the command line. Edited by cbrasga

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...