vlan 100
name SSID_Guest
exit
vlan 120
name SSID_Employee_Center
exit
vlan 150
name AP
exit
interface gigabitethernet0/14
description Connect_IGW500
switchport access vlan 150
exit
interface gigabitethernet0/15
description Connect_AP
switchport mode trunk
switchport trunk allowed vlan add 1,100,120,150
switchport trunk pvid vlan 150
exit
interface gigabitethernet0/16
description Uplink_EgressGateway
switchport mode trunk
switchport trunk allowed vlan add 1,100,120,150
switchport trunk pvid vlan 1
exit
|