Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 22996

Wireless Networking • Re: CAPsMAN instructions result in "Invalid value in Master"

$
0
0
Some progress I suppose. Remember how I said the one wifi was coming up on the wrong vlan - well, I can't replicate that anymore, so I guess that's good. Anyway. A short recap of where I'm at.
* Did a factory reset and put the CAP AX on port 2. It got an DHCP IP. Huzzah. The firmware was crazy old, so I updated it hoping that would make a difference. It didn't.
* The trunk port for the cap ax - I changed it around to allow vlan4. Not what I wanted, but obviously I want something working so I loosened that up. *shrug* Anyway, the CAP AX is back on port 7, it gets a DHCP IP.
* On the CAP AX using the Quick Set mode I can set a wifi access configuration and it works. I didn't mess around with vlans, just a single wifi which I assume was bridging over vlan4. So horray I suppose - the CAP AX is capable of putting out a wifi network.
* I have now tried 4 different guides on how to get CAPsMAN working. Not a single one of them works and it's probably because my configuration is a bit of a mess now. I've run out of time to poke at this tonight. If you have any ideas, I would really appreciate it.
Code:
/interface bridgeadd admin-mac={snip} auto-mac=no comment=defconf name=bridge vlan-filtering=yesadd name=bridgeLocal vlan-filtering=yes/interface ethernetset [ find default-name=ether3 ] name=OffBridge3/interface vlanadd interface=bridge name=Blue-V6 vlan-id=6add interface=bridge name=MGMT-V4 vlan-id=4/interface listadd name=LANadd name=TRUSTED/interface wifi datapathadd bridge=bridge name=MGMT-V4 vlan-id=4add bridge=bridge name=Blue-V6 vlan-id=6add bridge=bridge name=DP_AC/interface wifi securityadd authentication-types=wpa2-psk,wpa3-psk comment=Test disabled=no ft=yes ft-over-ds=yes name=Security_Test2add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes name=Security_Blue2/interface wifi configurationadd disabled=no name=MGMT-V4 security=Security_Test2 ssid=Test2add disabled=no name=Blue-V6 security=Security_Blue2 ssid=Blue2add datapath=DP_AC disabled=no name=MGMT-AC security=Security_Test2 ssid=Test2add datapath=DP_AC name=BLUE-AC security=Security_Blue2 ssid=Blue2/ip hotspot profileset [ find default=yes ] html-directory=hotspot/ip pooladd name=dhcp_pool0 ranges=192.168.6.100-192.168.6.254/ip dhcp-serveradd address-pool=dhcp_pool0 interface=Blue-V6 name=dhcp1/interface bridge portadd bridge=bridge comment=eth1 frame-types=admit-only-untagged-and-priority-tagged interface=ether1 pvid=4add bridge=bridge comment=eth2 frame-types=admit-only-untagged-and-priority-tagged interface=ether2 pvid=4add bridge=bridge comment=eth4 frame-types=admit-only-untagged-and-priority-tagged interface=ether4 pvid=5add bridge=bridge comment="Hybrid Port" interface=ether5 pvid=4add bridge=bridge comment=eth6 frame-types=admit-only-untagged-and-priority-tagged interface=ether6 pvid=6add bridge=bridge comment="trunk to capax" frame-types=admit-only-untagged-and-priority-tagged interface=ether7 pvid=4add bridge=bridge comment=Trunk_Uplink frame-types=admit-only-vlan-tagged interface=ether8 pvid=4add bridge=bridge comment=defconf interface=sfp-sfpplus1add bridge=bridge comment=defconf interface=sfp-sfpplus2/ip neighbor discovery-settingsset discover-interface-list=TRUSTED/interface bridge vlanadd bridge=bridge comment=Orange tagged=ether5,ether7,ether8 untagged=ether4 vlan-ids=5add bridge=bridge comment=Blue tagged=ether5,ether7 untagged=ether6 vlan-ids=6add bridge=bridge comment=Green tagged=bridge,ether8 untagged=ether1,ether2,ether5,ether7 vlan-ids=4/interface list memberadd interface=OffBridge3 list=LANadd interface=ether1 list=LANadd interface=ether2 list=LANadd interface=ether4 list=LANadd interface=ether5 list=LANadd interface=ether6 list=LANadd interface=ether7 list=LANadd interface=ether8 list=LANadd interface=MGMT-V4 list=TRUSTEDadd interface=OffBridge3 list=TRUSTED/interface wifi capset discovery-interfaces=*F enabled=yes slaves-datapath=*3/interface wifi capsmanset enabled=yes interfaces=bridge package-path="" require-peer-certificate=no upgrade-policy=require-same-version/interface wifi provisioningadd action=create-dynamic-enabled disabled=no master-configuration=Blue-V6 slave-configurations="" supported-bands=2ghz-axadd action=create-dynamic-enabled disabled=no master-configuration=MGMT-V4 supported-bands=5ghz-axadd action=create-dynamic-enabled master-configuration=MGMT-AC supported-bands=5ghz-acadd action=create-dynamic-enabled master-configuration=BLUE-AC supported-bands=2ghz-n/ip addressadd address=192.168.55.1/16 interface=OffBridge3 network=192.168.0.0add address=192.168.4.8/24 comment=Management interface=MGMT-V4 network=192.168.4.0add address=192.168.6.1/24 comment=Blue interface=Blue-V6 network=192.168.6.0/ip dhcp-server networkadd address=192.168.6.0/24 dns-server=192.168.6.1 gateway=192.168.6.1/ip dnsset servers={snip}/system identityset name=MikroTik-CRS310-8G+2S+/system noteset show-at-login=no/system ntp clientset enabled=yes/system ntp client serversadd address={snip}/tool mac-serverset allowed-interface-list=none/tool mac-server mac-winboxset allowed-interface-list=TRUSTED

Statistics: Posted by Stack — Tue Mar 04, 2025 5:32 am



Viewing all articles
Browse latest Browse all 22996

Trending Articles