Created
August 3, 2014 00:30
-
-
Save hkondo/231480ac003e79446c92 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
| # Configuring Tagged-VLAN on Cisco 2960 series. | |
| C2960S-02#conf t | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| C2960S-02(config)#interface gigabitethernet0/1 | |
| C2960S-02(config-if)#switchport mode access | |
| C2960S-02(config-if)#switchport access vlan 2000 | |
| C2960S-02(config-if)#end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment