Community discussions

MikroTik App
 
olly1972
just joined
Topic Author
Posts: 1
Joined: Wed Apr 07, 2021 1:47 pm

ether2 on CAP AC

Wed Apr 07, 2021 2:21 pm

I have a CAP AC.
Ether1 is plugged into trunked port on a Cisco switch, with vlan 10,11,12 allowed.
VLAN10 is the "management" address of the CAP - 192.168.90.45
I use VLAN 11 & 12 for specific SSID's for guests/staff which works as desired (config not shown below)
For this particular CAP, I want to use the 2nd ethernet interface to be in access mode (to use a cisco term) on vlan10
I've added what i believe to be required "add bridge=bridge tagged=ether1 untagged=ether2 vlan-ids=10" but it doesn't work.

Any pointers what i'm missing please?

Here's the config i'm using:
# jan/02/1970 01:09:34 by RouterOS 6.48.1
# software id = 4TP1-Q46M
#
# model = RBcAPGi-5acD2nD
# serial number = xxx
/interface bridge
add admin-mac=08:55:31:xx:xx:xx auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=MikroTik-8DC382 \
    wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=MikroTik-8DC383 \
    wireless-protocol=802.11
/interface vlan
add interface=bridge name=vlan10 vlan-id=10
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf interface=wlan2
add bridge=bridge interface=vlan10
add bridge=bridge interface=ether1
add bridge=bridge interface=wlan1
add bridge=bridge interface=ether2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface bridge vlan
add bridge=bridge tagged=ether1 untagged=ether2 vlan-ids=10
/ip address
add address=192.168.90.45/24 interface=vlan10 network=192.168.90.0
/ip dns
set allow-remote-requests=yes
/system routerboard mode-button
set enabled=yes on-event=dark-mode
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

Who is online

Users browsing this forum: BrianTax, st3lios and 70 guests