S1#configure Terminal
S1#configure Terminal
S2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S2(config)#vlan 10
S2(config-vlan)#name Faculte/Staff
S2(config-vlan)#vlan 20
S2(config-vlan)#name Students
S2(config-vlan)#vlan 30
S2(config-vlan)#name Guest
S2(config-vlan)#vlan 99
S2(config-vlan)#name Management&Native
S2(config-vlan)#vlan 150
S2(config-vlan)#name VOICE
S2(config-vlan)#do wr
Building configuration...
[OK]
S2(config-vlan)#end
S2#
%SYS-5-CONFIG_I: Configured from console by console
***************************************************************************
S1>enable
S1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)#interface range GigabitEthernet 0/1-2
S1(config-if-range)#switchport mode trunk
S1(config-if-range)#switchport trunk native vlan 99
------------------------------------------------
S2(config)#interface GigabitEthernet 0/1
S2(config-if)#switchport trunk native vlan 99
S2#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Gig0/1 auto n-802.1q trunking 1
*******************************************************************************