CÔNG TY TNHH CÔNG NGHỆ VIỆT THÁI DƯƠNG
Logo CNTTShop.vn

NTT03, Line 1, Thống Nhất Complex, Thanh Xuân, Hà Nội.
Danh mục sản phẩm

VLAN Configuration

Create Wireless User VLAN

switch(config)# vlan 50,60
Please wait ......
Done.

Configure switchport mode from access to trunk, and allowed all vlan to pass

switch(config)# interface gigabitethernet 0/10-0/16
switch(config-if-range)# switchport mode trunk
Please wait ......
Done.
switch(config-if-range)# switchport trunk allowed vlan all
Please wait ......
Done.
switch(config-if-range)# exit