CAPsMAN, VLAN, SSID, vAP

Hi,

can you help me please.
I want to use multiple SSID on different VLAN.
In CAPsMAN i can see remote CAP. SSID’s are broadcasting but i can not obtain IP from DHCP.
I forget somewhere definition of VLAN or bridge? Must i set VLAN on wAP?

http://cloud.mikenopa.com/index.php/s/bG4LAiOTT4DIUvK
pass: capsman

Thank you

Ales

@Test-CAPsMAN] /caps-man actual-interface-configuration> print
Flags: M - master, D - dynamic, B - bound,
X - disabled, I - inactive, R - running
0 B name=“cap1” mtu=1500 l2mtu=0 mac-address=E6:8D:8C:CE:E4:C5 arp=enabled
radio-mac=00:00:00:00:00:00 master-interface=cap2 configuration.mode=ap
configuration.ssid=“Test999” configuration.country=czech republic
security.authentication-types=“” datapath.vlan-id=999
channel.frequency=2412 channel.width=20 channel.band=2ghz-b/g/n
channel.tx-power=1

0 M B name=“cap2” mtu=1500 l2mtu=1600 mac-address=E4:8D:8C:CE:E4:C5 arp=enabled
radio-mac=E4:8D:8C:CE:E4:C5 master-interface=none configuration.mode=ap
configuration.ssid=“Test888” configuration.country=czech republic
security.authentication-types=“” datapath.vlan-id=888
channel.frequency=2412 channel.width=20 channel.band=2ghz-b/g/n
channel.tx-power=1

0 M B name=“cap3” mtu=1500 l2mtu=1600 mac-address=E4:8D:8C:CB:70:4B arp=enabled
radio-mac=E4:8D:8C:CB:70:4B master-interface=none configuration.mode=ap
configuration.ssid=“Test888” configuration.country=czech republic
security.authentication-types=“” datapath.vlan-id=888
channel.frequency=2412 channel.width=20 channel.band=2ghz-b/g/n
channel.tx-power=1

1 B name=“cap4” mtu=1500 l2mtu=0 mac-address=E6:8D:8C:CB:70:4B arp=enabled
radio-mac=00:00:00:00:00:00 master-interface=cap3 configuration.mode=ap
configuration.ssid=“Test999” configuration.country=czech republic
datapath.vlan-id=999 channel.frequency=2412 channel.width=20
channel.band=2ghz-b/g/n channel.tx-power=1

Hi again,

Solved issue with VLAN and SSID with CAPsMAN
created two bridges for VLANs and cap-interfaces
VLANs 888 and 999 are on ether3
CAPsMAN provide data over ether4

@Test-CAPsMAN] /caps-man actual-interface-configuration> print
Flags: M - master, D - dynamic, B - bound,
X - disabled, I - inactive, R - running
0 M B name="cap1" mtu=1500 l2mtu=1600 mac-address=E4:8D:8C:CB:70:4B arp=enabled
radio-mac=E4:8D:8C:CB:70:4B master-interface=none configuration.mode=ap
configuration.ssid="Test888" configuration.tx-chains=0,1
configuration.rx-chains=0,1 configuration.country=czech republic
security.authentication-types="" datapath.bridge=CAPsMAN-888
datapath.local-forwarding=no channel.frequency=2412 channel.width=20
channel.extension-channel=Ce channel.tx-power=0

1 BR name="cap2" mtu=1500 l2mtu=1600 mac-address=E4:8D:8C:CB:70:4C arp=enabled
radio-mac=E4:8D:8C:CB:70:4C master-interface=cap1 configuration.mode=ap
configuration.ssid="Test999" configuration.tx-chains=0,1
configuration.rx-chains=0,1 configuration.country=czech republic
security.authentication-types="" datapath.bridge=CAPsMAN-999
datapath.local-forwarding=no channel.frequency=2412 channel.width=20
channel.extension-channel=Ce channel.tx-power=0


@Test-CAPsMAN] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic

INTERFACE BRIDGE PRIORITY PATH-COST HORIZON

0 vlan888 CAPsMAN-888 0x80 10 none
1 cap2 CAPsMAN-999 0x80 10 none
2 vlan999 CAPsMAN-999 0x80 10 none
3 ID cap1 CAPsMAN-888 0x80 10 none


@Test-CAPsMAN] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave

NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU

0 R ether1-WAN ether 1500 1598 2028
1 ether2 ether 1500 1598 2028
2 R ether3-GUEST ether 1500 1598 2028
3 R ether4-MNGMT ether 1500 1598 2028
4 X wlan1 wlan 1500 1600 2290
5 R CAPsMAN-888 bridge 1500 1594
6 R CAPsMAN-999 bridge 1500 1594
7 S cap1 cap 1500 1600
8 RS cap2 cap 1500 1600
9 RS vlan888 vlan 1500 1594 -- interface ether3
10 RS vlan999 vlan 1500 1594 -- interface ether3

Hi,

could you please “export” your configuration for the whole capsman part?

Regards