M and MSM Series
1748145 Members
3603 Online
108758 Solutions
New Discussion юеВ

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

 
SOLVED
Go to solution
qube20
Occasional Advisor

HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

Im using HP Procurve 2626 switch and HP/Colubris MAP-320 Multiservice Access Point. Switch uses two VLAN-s for wireless clients. AP is connected to switch port 24 witch is untagged in vlan 1000. I can access to AP via web browser and also can ping AP-s ip address 10.1.1.7. Now the problem: when i configure switch port 24 to be tagged in vlan 3000, Acces Point is not answering to ping and is not accessible via web browser anymore.

2626 has following configuration:
vlan 1
name "DEFAULT_VLAN"
untagged Trk1
no ip address
qos dscp 000001
no untagged 1-24,26
exit
vlan 1000
name "VLAN1000"
untagged 2-16,18-24,26
ip address 10.1.1.6 255.255.254.0
qos dscp 000010
tagged Trk1
exit
vlan 1001
name "VLAN1001"
no ip address
qos dscp 000001
tagged 24,Trk1
exit

Any advice would be helpful.
Marek

 

 

P.S. This thread has been moved from Communications, Wireless (Legacy ITRC forum) to MSM Series. -HP Forum Moderator

8 REPLIES 8
cenk sasmaztin
Honored Contributor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

your switch config don't see any problem

MSM320
please check bridge configuration page in vlan ports enable

and please check access managemet interface
managemet tool configuration in active interface must mark lan interface

my advice
assign ip address switch vlan 1
most network device vlan 1 interface for managemet connect access point device vlan 1 untag port, create two ssid on access point and associate vlan 1000 and vlan 1001
cenk

qube20
Occasional Advisor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

Thank you for the tips.

MSM310 has two ssid-s witch are assigned to vlans, i.e. ssid1 is assigned to vlan 1000 and ssid2 is assigned to vlan 1001.

You mean i have to configure vlan 1 to use ip from the same subnet? So if vlan 1000 has ip 10.1.1.6 255.255.254.0, vlan 1 should have ip from the same subnet i.e. 10.1.1.8 255.255.254.0?

rgrds,
Marek
nunocosta75
Advisor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

Hi, it├В┬┤s not a good politic put a port tagged and untagged at the same time, in your case you have to put both vlans 1000 and 1001 tagged in the port 24 because tagged vlans take precedence over untagged so put vlan 1001 tagged on port 24 puts on hold the configuration for valn 1000 in port 24 and that├В┬┤s why you can├В┬┤t ping, tagged configuration overrides untagged configuration, just put both vlans tagged and everything must work.
Regards
qube20
Occasional Advisor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

For some reason i'm unable to ping ap-s ip address if i put port 24 into tagged mode in vlan 1000. I'm out of ideas at the moment
cenk sasmaztin
Honored Contributor
Solution

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

your access point ip address 10.1.1.7
so in vlan 1000 network subnet

access point connect must be vlan 1000 untag port if you make access point connect port vlan 1000 tag port very normaly unreachable access point managemet interface
cenk

qube20
Occasional Advisor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

So is there any solution to thiskind of behaviour? Does using default vlan help? For example HP AP420 is reachable if all ports are in tagged mode.
cenk sasmaztin
Honored Contributor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

hi
420 access poind LAn interface ip address
for example
10.1.1.7 ,subnet mask 255.255.255.0 default gateway address 10.1.1.6 and connect untag vlan 1000 port
you can able ping this device on all network

but
access point connect port vlan 1000 tag, vlan 1001 untag port unreachable ping

such as MSM310
cenk

cenk sasmaztin
Honored Contributor

Re: HP Procurve 2626 switch and MAP-320 (MSM310) configuration issues

my advice
set vlan 1 ip address for managemet (10.1.2.6/24)and set MSM310 ip address (10.1.2.7/24) connect interface 24 MSM310 device assign ssid1 vlan 1000, and ssid 2 vlan 1001

exactly right way


vlan 1
name "DEFAULT_VLAN"
untagged 24,Trk1
ip address 10.1.2.6 255.255.255.0
qos dscp 000001
no untagged 1-23,26
exit
vlan 1000
name "VLAN1000"
untagged 2-16,18-23,26
ip address 10.1.1.6 255.255.254.0
qos dscp 000010
tagged 24,Trk1
exit
vlan 1001
name "VLAN1001"
no ip address
qos dscp 000001
tagged 24,Trk1
exit
cenk