- The Mikrotik w60g interface online manual differs from what I'm seeing:
/interface> w60g sta pr
Flags: X - disabled, R - running
0 name="wlan60-station-1" parent=wlan60-1 remote-address=04:D6:AA:68:AE:F0 mtu=1500 mac-address=04:D6:AA:AF:CE:F7 arp=enabled arp-timeout=auto put-in-bridge=parent
1 name="wlan60-station-2" parent=wlan60-1 remote-address=24:18:1D:99:64:88 mtu=1500 mac-address=04:D6:AA:AF:CE:F7 arp=enabled arp-timeout=auto put-in-bridge=parent
2 R name="wlan60-station-3" parent=wlan60-1 remote-address=24:18:1D:99:64:02 mtu=1500 mac-address=04:D6:AA:AF:CE:F7 arp=enabled arp-timeout=auto put-in-bridge=parent
3 R name="wlan60-station-4" parent=wlan60-1 remote-address=24:18:1D:66:02:7F mtu=1500 mac-address=04:D6:AA:AF:CE:F7 arp=enabled arp-timeout=auto put-in-bridge=parent
When do the spurious stations (0 and) go away? The man page shows different mac-addresses for each station, mine are the same - the mac addresses of the w60g interface. Anything to worry about?
- man page show example of configuring ap-bridge from scratch. Setting up bridge:
{
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan60-1
/ip address
add address=192.168.88.1/24 interface=bridge1
}
Is the 'add bridge=bridge1 interface=wlan60-1' necessary? Mine doesn't seem to have that in the config:
/interface bridge> export
sep/24/2020 19:53:52 by RouterOS 6.46.4
software id = ZNRJ-981Y
model = RBwAPG-60ad-A
serial number = 8AA50840EA3E
/interface bridge
add admin-mac=CC:2D:E0:B9:42:F4 auto-mac=no comment=defconf name=bridge
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
[wiadmin@MikroTik-S AP] /interface bridge>
Thanks