I have a MikroTik CAP ax and I am trying to set up VLANs. The configuration with CAPsMAN running as a VM on Proxmox (10.10.0.5) works well for VLAN 1110 (10.10.0.201). However, I am struggling to set up bridgeLocal with tagged VLAN 1500 to receive a DHCP lease (although this is not a necessity). I simply need VLAN 1500 to be active on bridgeLocal.
When i ignore the bridge and just jet the vlan1110 and vlan1500 i have the connection to gw and clients are able to receive leases from external dhcp server, but I'm pretty sure that the configuration is not correct.
I have untagged VLAN 1 as passive and everything else is apparent from the configuration
VLAN Interface Configuration:
Code: Select all
0 R vlan1010 1500 enabled 1010 bridgeLocal
1 R vlan1020 1500 enabled 1020 bridgeLocal
2 R vlan1030 1500 enabled 1030 bridgeLocal
3 R vlan1040 1500 enabled 1040 bridgeLocal
4 R vlan1050 1500 enabled 1050 bridgeLocal
5 R vlan1060 1500 enabled 1060 bridgeLocal
6 R vlan1070 1500 enabled 1070 bridgeLocal
7 R vlan1080 1500 enabled 1080 bridgeLocal
8 R vlan1090 1500 enabled 1090 bridgeLocal
9 R vlan1110 1500 enabled 1110 bridgeLocal
10 R vlan1200 1500 enabled 1200 bridgeLocal
11 R vlan1500 1500 enabled 1500 bridgeLocal
12 R vlan1600 1500 enabled 1600 bridgeLocal
Code: Select all
name="bridgeLocal" mtu=auto actual-mtu=1500 l2mtu=1560 arp=enabled
arp-timeout=auto mac-address=D4:01:C3:97:24:B1 protocol-mode=rstp
fast-forward=yes igmp-snooping=yes multicast-router=temporary-query
multicast-querier=no startup-query-count=2 last-member-query-count=2
last-member-interval=1s membership-interval=4m20s querier-interval=4m15s
query-interval=2m5s query-response-interval=10s
startup-query-interval=31s250ms igmp-version=2 mld-version=1 auto-mac=no
admin-mac=D4:01:C3:97:24:B1 ageing-time=5m priority=0x8000
max-message-age=20s forward-delay=15s transmit-hold-count=6
vlan-filtering=yes ether-type=0x8100 pvid=1 frame-types=admit-all
ingress-filtering=yes dhcp-snooping=no port-cost-mode=long mvrp=no
Code: Select all
interface=ether1 bridge=bridgeLocal priority=0x80 edge=auto
point-to-point=auto learn=auto horizon=none hw=yes auto-isolate=no
restricted-role=no restricted-tcn=no pvid=1 frame-types=admit-all
ingress-filtering=yes unknown-unicast-flood=yes
unknown-multicast-flood=yes broadcast-flood=yes tag-stacking=no
bpdu-guard=no trusted=no mvrp-registrar-state=normal
mvrp-applicant-state=normal-participant multicast-router=temporary-query
fast-leave=no
Code: Select all
0 bridgeLocal 1010 ether1
1020
1030
1040
1050
1060
1070
1080
1090
1200
1600
1 bridgeLocal 1110 bridgeLocal
1500 ether1
Code: Select all
0 192.168.88.1/24 192.168.88.0 ether2
1 10.10.0.211/24 10.10.0.0 vlan1110
2 X 10.10.150.211/24 10.10.150.0 bridgeLocal