Hi folks,
Today I upgraded 2 Mikrotik devices (cAP ax, and hAP ac) to the latest stable RouterOS 7.13.2 from 7.8.
Both APs are configured more or less identically with respect to VLANs.
There is a new message under /interface/bridge/vlan “apnet not a bridge port” which confuses me. Does it mean that I should add the apnet VLAN to the bridge? That VLAN is purely intended for maintenance. Tagged packets with vlan-id 20 enter ether1 and is used for management.
Otherwise everything is working as it should.
Below is the current (edited configuration).
Best regards,
Peter
# 2024-01-24 13:05:19 by RouterOS 7.13.2
# software id = 98Y5-U2C1
#
# model = RB962UiGS-5HacT2HnT
# serial number = BEC80BFBB723
/interface bridge
add name=bridge1 port-cost-mode=short pvid=20 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=apnet vlan-id=20
add interface=bridge1 name=guestnet vlan-id=60
add interface=bridge1 name=persnet vlan-id=110
/interface bridge port
add bridge=bridge1 interface=ether1 internal-path-cost=10 path-cost=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan1 internal-path-cost=10 path-cost=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan2 internal-path-cost=10 path-cost=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan4 internal-path-cost=10 path-cost=10 pvid=60
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan5 internal-path-cost=10 path-cost=10 pvid=110
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan7 internal-path-cost=10 path-cost=10 pvid=60
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=wlan8 internal-path-cost=10 path-cost=10 pvid=110
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ipv6 settings
set disable-ipv6=yes
/interface bridge vlan
add bridge=bridge1 untagged=ether1,wlan1,wlan2 vlan-ids=1
# apnet not a bridge port
add bridge=bridge1 tagged=bridge1,apnet,ether1 vlan-ids=20
add bridge=bridge1 tagged=ether1 untagged=wlan4,wlan7 vlan-ids=60
add bridge=bridge1 tagged=ether1 untagged=wlan5,wlan8 vlan-ids=110
/ip address
add address=192.168.3.13/23 interface=apnet network=192.168.2.0