- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- VLAN Configuration help - Procurve 2520G
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2013 10:26 AM
04-15-2013 10:26 AM
VLAN Configuration help - Procurve 2520G
Hi,
I have a Wireless network controller which controls Wireless APs, this has 2 wireless networks (public and private) - public needs to use router A and private router B
This is what I have been instructed to do:
PART 1:
With the help of VLANs we can segregate network which will help in routing the traffic from wireless users in a specific VLAN to their assigned ISP. Here, the Wireless Access Points and Wireless Controller are in same VLAN (VLAN 10)
Please follow the steps below to achieve the setup:
1. Connect Wireless Controller to a Access Port VLAN 10.
2. Now, connect the Wireless Access points to trunk ports with VLAN 10 Untagged and VLANs 20 and 30 as “Allowed/Tagged”
3. Here VLANs 20, 30 are for configuring SSIDs with corresponding VLANs.
The Access Points will join back to Wireless Controller and will show connected on wireless controller WebGUI
PART 2:
As there are going to be two ISPs which will have Routers(NAT device) of their own so consider the following setup which is needed in addition to the configuration done in Part 1:
1. Two ISPs: ISP A and ISP B with Routers/NAT device as Router A and Router B respectively.
2. The Router A connects to a Access Port for VLAN 20.
3. The Router B connects to Access Port for VLAN 30.
Note: I assume that the Routers have Inbuilt DHCP server.
I hope this helps.
--------------------
This what I have done so far:
I have created 3 Vlans on my HP Procuvre. Heres how the rest is setup:
VLAN 10 (Root) ports 10-12 on procurve (Untagged) (ZD on 192.168.3.240 and 1x AP plugged into ports 10 and 11)
VLAN 20 (Staff) ports 13-18 on procurve (Untagged) (Router A DHCP 192.168.3.x enabled plugged into port 13)
VLAN 30 (Public) ports 19-24 on procurve (Untagged) (Router B DHCP 192.168.20.x enabled plugged into port 19)
(i) I don’t understand what I am ment to do below?
“Now, connect the Acess Points to trunk ports with VLAN 10 Untagged and VLANs 20 and 30 as “Allowed/Tagged”
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2013 03:40 PM
04-28-2013 03:40 PM
Re: VLAN Configuration help - Procurve 2520G
The mention of trunk ports in this context is using the Cisco/Comware terminology - it means that the port has tagged VLANs on it.
Assuming that ports 10-12 where your wireless APs plug in, what you need to do is something like this:
vlan 10
name root
untagged 10-12
vlan 20
name staff
tagged 10-12
untagged 13
vlan 30
name public
tagged 10-12
untagged 18
Note that this is only the part of the config for ports 10-13,18 - there may be other ports included.
Note that you have overlapping IP addressing in VLANs 10 and 20. This is probably not desirable. My recommendation is to make your IP addressing and VLAN numbering match to make it easier to troubleshoot. i.e. VLAN 10 = 192.168.10.0/24, VLAN 20 = 192.168.20.0/24, VLAN 30 = 192.168.30.0/24, etc.
Hope that makes sense - good luck!
Paul