Hello,
This
might be a very simple question; I just need to be sure that what I am doing is
correct to avoid any negative consequences.
All
I need to do is add a vLan that is segregated from the default vLan, users on
the new vLan cannot access the default vLan but can access the Gateway via
Interface 1.
does
this look right?
interface ethernet g(01)
switchport mode trunk
exit
vlan database
vlan 101
exit
interface ethernet g(39)
interface switchport access vlan 101
exit
interface ethernet g(1)
switchport trunk allowed vlan add
101
exit
interface vlan 100
name Guest_Lan
exit
In
using Access mode for the new vLan and using Trunk mode for the Gateway
interface, is that correct or should I use Customer & General?
Thanks
in advance.