RB3011 Switch VLAN Access Port Issue
Posted: Wed Aug 22, 2018 5:51 pm
Hi,
I have an RB3011 with VLANs on the Switch Chips. I use trunk ports and access ports. The issue I have is with the access ports. When I torch the port, I see some traffic has a vlan tag and other traffic doesn't. All coming from the same client.
Is this a bug, or have I incorrectly configured the access ports?
Traffic without the VLAN tag is being dropped by the firewall as its being seen as on the bridge interface, not the vlan interface.
I'm running 6.42.7
Thanks
Chris
I have an RB3011 with VLANs on the Switch Chips. I use trunk ports and access ports. The issue I have is with the access ports. When I torch the port, I see some traffic has a vlan tag and other traffic doesn't. All coming from the same client.
Is this a bug, or have I incorrectly configured the access ports?
Code: Select all
/interface ethernet switch port
set 1 vlan-mode=secure
set 2 default-vlan-id=10 vlan-header=always-strip vlan-mode=secure
set 3 default-vlan-id=20 vlan-header=always-strip vlan-mode=secure
set 4 default-vlan-id=30 vlan-header=always-strip vlan-mode=secure
set 5 default-vlan-id=20 vlan-header=always-strip vlan-mode=secure
set 6 default-vlan-id=20 vlan-header=always-strip vlan-mode=secure
set 7 default-vlan-id=20 vlan-header=always-strip vlan-mode=secure
set 8 default-vlan-id=20 vlan-header=always-strip vlan-mode=secure
set 9 vlan-mode=secure
set 10 vlan-mode=secure
set 11 vlan-mode=secure
/interface ethernet switch vlan
add independent-learning=no ports=switch1-cpu,ether2-uplink,ether5 switch=switch1 vlan-id=30
add independent-learning=no ports=switch2-cpu,ether10 switch=switch2 vlan-id=30
add independent-learning=no ports=switch1-cpu,ether3,ether2-uplink switch=switch1 vlan-id=10
add independent-learning=no ports=switch2-cpu,ether10 switch=switch2 vlan-id=10
add independent-learning=no ports=switch1-cpu,ether2-uplink,ether4 switch=switch1 vlan-id=20
add independent-learning=no ports=switch2-cpu,ether6,ether7,ether8,ether9,ether10 switch=switch2 vlan-id=20
add independent-learning=no ports=switch2-cpu,ether10 switch=switch2 vlan-id=666
I'm running 6.42.7
Thanks
Chris