Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Last active September 17, 2019 17:48
Show Gist options
  • Save afaqk9394/1fabcf24ebe8051ad54b7f46a29b7294 to your computer and use it in GitHub Desktop.
Save afaqk9394/1fabcf24ebe8051ad54b7f46a29b7294 to your computer and use it in GitHub Desktop.
S1# config terminal
S1(config)# interface fastethernet0/3
S1(config-if)# switchport mode trunk
S1(config-if)# end
S1# show interfaces fa0/3 switchport
Name: Fa0/3
Switchport: Enabled
Administrative Mode: trunk
S2# config terminal
S2(config)# interface fastethernet0/3
S2(config-if)# switchport mode trunk
S2(config-if)# end
S2# show interfaces fa0/3 switchport
Name: Fa0/3
Switchport: Enabled
Administrative Mode: trunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment