Last active
September 17, 2019 17:48
-
-
Save afaqk9394/1fabcf24ebe8051ad54b7f46a29b7294 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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