Switches, Hubs, and Modems
1753485 Members
4474 Online
108794 Solutions
New Discussion юеВ

Re: VLAN - Access Pt 420 to Procurve 2610

 
Wes Shelton
New Member

VLAN - Access Pt 420 to Procurve 2610

I'm having difficulties configuring my vlans correctly. I have 2 vlans (1 and 2). On my switch I have port 1 connected to the access point. Port 2 is connected to my public internet connection and port 26 is connected to my private internet connection. Here's my VLAN config:

vlan 1
name "DEFAULT_VLAN"
untagged 1,3-11,13-28
ip address 10.0.0.241 255.255.255.0
no untagged 2,12
exit
vlan 2
name "PublicVLAN"
untagged 2,12
ip address 10.2.0.1 255.255.255.0
ip helper-address 10.2.0.254
tagged 1,3
exit

If I plug into port 12 on the switch I get a correct IP address on the public access vlan. Same thing if I plug into other ports, I get a correct IP address on the default VLAN.

My issue with with the AP on port 1. I have it set to do 2 SSID's - 1 with vlan 1 untagged and 1 with vlan 2 untagged. However, no matter which SSID I connect to I always get connected to VLAN 1. Where am I going wrong?
4 REPLIES 4
Marco Wessel
Valued Contributor

Re: VLAN - Access Pt 420 to Procurve 2610

You need to have port 12, if this is where you are connecting the ap to, in both vlans. I see it only in one. Tag it with vlan 1 as well and it should work.
Wes Shelton
New Member

Re: VLAN - Access Pt 420 to Procurve 2610

Port 12 is simply a hardwired connection that I was using to test VLAN2. It doesn't have anything to do with the wireless AP.
Marco Wessel
Valued Contributor

Re: VLAN - Access Pt 420 to Procurve 2610

Ok.

You state you have the two SSIDs both as untagged. That would be your problem, then, if that were to actually be the case. There's no distinguishing between vlans without the tags.
cenk sasmaztin
Honored Contributor

Re: VLAN - Access Pt 420 to Procurve 2610

please check on 420 access point vlan state

vlan state must have enable

and
your dhcp server ip address 10.2.0.254 so this server resiade vlan 2 therefore no needed ip helper commans on vlan 2 ip helper command must have vlan 1

Vlan 1
name "DEFAULT_VLAN"
untagged 1,3-11,13-28
ip address 10.0.0.241 255.255.255.0
ip helper-address 10.2.0.254
no untagged 2,12
exit
vlan 2
name "PublicVLAN"
untagged 2,12
ip address 10.2.0.1 255.255.255.0
tagged 1,3
exit
cenk