NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
security VLAN
1 TopicForbidden VLANs
Hi all Let´s assume I configure a a trunk port this way.... --snip-- interface 1/xg26 description 'SERVER3' switchport mode trunk switchport trunk native vlan 2026 switchport trunk allowed vlan 2-4,21,899,2026 exit --snip-- and an access port this way... --snip-- interface 1/g10 description 'VLAN 2 - XPY transmitter' switchport mode access switchport access vlan 2 exit --snip-- Will that mean a command like this: vlan participation exclude 999,1201 is meaningless and has no effect. The question is if switchport trunk allowed vlan 2-4,21,899,2026 on the trunk port, and switchport access vlan 2 aon the access port automatically forbids all other VLANs. Tnx /PeoSolved7.2KViews0likes8Comments