Answer the question
In order to leave comments, you need to log in
Why is Mikrotik and Dlink management vlan not working?
Good afternoon! I ask for your advice on the issue of vlan s in Mikrotik.
The situation is as follows: I decided to remove all control from the equipment into a separate vlan. The last time I was tinkering with vlans was before 6.41. How much has changed.
I threw vlan13 to the last device in the chain, all mikritik received addresses from dhcp RB750, everyone pings through vlan and without it, but there is a problem with dlink. I turn on management vlan, enter VID 13 and the switch is not available. It does not receive an address from br750 (
Give me an idea, what else can be done to make the switch accessible via vlan13? Thank you!
ps Interestingly, in the Neighbor List of devices via vlan13 is not visible, although both vlan and bridge are included in the browsing lists.
Answer the question
In order to leave comments, you need to log in
Here is an example config according to your scheme
#D-link
create vlan mgnt tag 13
config vlan mgnt add tagged 1,16
create iproute default 192.168.13.1
config ipif System ipaddress 192.168.13.254/24 vlan mgnt
/interface vlan
add interface=ether1 name=mgnt vlan-id=13
/ip address
add address=192.168.13.1/24 interface=mgnt network=192.168.13.0
/interface bridge
add igmp-snooping=yes name=bridge1 protocol-mode=none
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface vlan
add interface=ether1 name=mgnt vlan-id=13
/ip address
add address=192.168.13.253/24 interface=bridge-mgnt network=192.168.13.0
/interface bridge
add igmp-snooping=yes name=bridge1 protocol-mode=none
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface vlan
add interface=ether1 name=mgnt vlan-id=13
/ip address
add address=192.168.13.252/24 interface=bridge-mgnt network=192.168.13.0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question