Comware Wireless / Unified Series
1752806 Members
5955 Online
108789 Solutions
New Discussion

HP 527 WW map configuration file for vlan

 
SOLVED
Go to solution
Marky_Mark
Advisor

HP 527 WW map configuration file for vlan

Hi

Does anyone have any information on the interface names/programming on the HP 527 WW to configure the ports to access different vlans by adding a configuration file from HP870 controller using local forwarding?

I have read the post for the 525.  But I was advised that the interface names may be different.

I cannot find anything about this.

2 REPLIES 2
Marky_Mark
Advisor
Solution

Re: HP 527 WW map configuration file for vlan

Some progress..

I have used this programming

 

vlan 104
name something
interface gig 1/0/1
port link-type trunk
port trunk permit vlan all
interface gig 1/0/2
port access vlan 104

 

I managed to verify that this works on the ap.  Using a USB console cable, the programming seems to be there and working, but you still get the vlan that is default on controller.

So that means I havent got the controller configuration correct even though I have local forwarding on the SSID and all vlans 1-4094 set in local forwarding vlan?

Marky_Mark
Advisor

Re: HP 527 WW map configuration file for vlan

I had another look at this and it seems the documentation is wrong.   Having looked at the interfaces on the 527 itself, I found gig1/0/4

If you use this as the uplink port, everything starts to work - so:

Enable local forwarding on the SSID and create a txt file and map it to the ap

vlan 104
name student

interface gig 1/0/4
port link-type trunk
port trunk permit vlan 104

interface gig 1/0/1
port access vlan 104

interface gig 1/0/2
port access vlan 104

interface gig 1/0/3
port access vlan 104

This opens up vlan 104 on the three ports on the 527 - whereas all the documentation, examples and advice would have you believe that gig1/0/1 is the uplink port.