Skip to content

Instantly share code, notes, and snippets.

@hkondo
Created August 3, 2014 00:30
Show Gist options
  • Select an option

  • Save hkondo/231480ac003e79446c92 to your computer and use it in GitHub Desktop.

Select an option

Save hkondo/231480ac003e79446c92 to your computer and use it in GitHub Desktop.
# 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