Search

3.2.2.4 Packet Tracer - Configuring Trunks

Wednesday 17 December 2014


S1 - CLI

S1>en
S1#sh vlan brief
S1#conf t
S1(config)#int range g1/1-2
S1(config-if-range)#switchport mode trunk
S1(config-if-range)#switchport trunk native vlan 99
S1(config-if-range)#end

-------------------------------------------------------------------------------
S2 - CLI

S2>en
S2#sh vlan brief
S2#show inter trunk
S2#conf t
S2(config)#int g1/1
S2(config-if)#switchport trunk native vlan 99
S2(config-if)#end
S2#sh run
S2#conf t
S2(config)#int g1/1
S2(config-if)#switchport mode trunk
S2(config-if)#end
---------------------------------------------------------------------------------
S3 - CLI

S3>en
S3#conf t
S3(config)#int g1/2
S3(config-if)#switchport mode trunk
S3(config-if)#switchport trunk native vlan 99



-------------------------------------------------------------------------------

0 comments:

Post a Comment

Back to top