I have successfully configure the SFP port to be a VLAN Trunk Port carrying Vlan 5,10,20,30,40.
I have problems trying to configure the wireless (interface=wlan) to join the VLAN, I have include. It just can't obtain IP Address from the RB2011LS
Attached is current configuration
Can anyone help?
Code: Select all
/interface bridge
add name=bridge igmp-snooping=no protocol-mode=none
/interface bridge port
add bridge=bridge interface=sfp1 hw=yes
add bridge=bridge interface=ether1 hw=yes
add bridge=bridge interface=ether2 hw=yes
add bridge=bridge interface=ether3 hw=yes
add bridge=bridge interface=ether4 hw=yes
add bridge=bridge interface=ether5 hw=yes
/interface ethernet switch vlan
add ports=sfp1,ether1,ether2,ether3,ether4,ether5 switch=switch1 vlan-id=5
add ports=sfp1,ether1,ether2,ether3,ether4,ether5 switch=switch1 vlan-id=10
add ports=sfp1,ether1,ether2,ether3,ether4,ether5 switch=switch1 vlan-id=20
add ports=sfp1,ether1,ether2,ether3,ether4,ether5 switch=switch1 vlan-id=30
add ports=sfp1,ether1,ether2,ether3,ether4,ether5 switch=switch1 vlan-id=40
/interface ethernet switch port
set spf1 vlan-mode=secure vlan-header=add-if-missing
set ether1 vlan-mode=secure vlan-header=always-strip default-vlan-id=10
set ether2 vlan-mode=secure vlan-header=always-strip default-vlan-id=20
set ether3 vlan-mode=secure vlan-header=always-strip default-vlan-id=30
set ether4 vlan-mode=secure vlan-header=always-strip default-vlan-id=40
set ether5 vlan-mode=secure vlan-header=always-strip default-vlan-id=5