Hi,
happy new year everybody!
I’m quite unexperienced with MikroTik devices and using a preconfigured kit of RBwAPG-60ad where i want to setup a management Vlan on Bridge1 or Ether1.
I already created a tagged VLAN Interface and it is working. Got my IP via DHCP and can access the device.
[admin@MikroTik] /interface vlan> print
Flags: X - disabled, R - runningNAME MTU ARP VLAN-ID INTERFACE
0 R Mngmt 1500 enabled 15 bridge
But Bridge1 is still on untagged native VLAN1 and get an IP address via DHCP running on the native VLAN. I can not delete the DHCP Client on Bridge1. If i remove the untagged VLAN at the switch port (where the RBwAPG is plugged in) then it does not transport any packets anymore. But i do not want to use any untagged VLAN over the RBwAPG’s.
Interfaces
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 RS ether1 ether 1500 1598 9214 CC:2D:E0:EC:D1:10
1 wlan60-1 wlan60- 1500 1600 7882 04:D6:AA:A8:0E:6B
2 R Mngmt vlan 1500 1594 CC:2D:E0:EC:D1:10
3 R ;;; defconf
bridge bridge 1500 1598 CC:2D:E0:EC:D1:10
4 RS wlan60-station-1 wlan60-… 1500 1600 04:D6:AA:A8:0E:6B
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamicADDRESS NETWORK INTERFACE
0 X ;;; defconf
192.168.88.2/24 192.168.88.0 ether1
1 D 192.168.10.10/24 192.168.10.0 bridge
2 D 192.168.15.19/24 192.168.15.0 Mngmt
It just should work as a transparent bridge and to be accessible via the tagged VLAN 15. So very simpe setup.
Can you please advice me how to get this?
Regards
Dirk