Various Cisco Switch Commands.
View User Accounts
show run | in username
Set User Account Password
config t username <username> privilege <Num> sec <Password> exit write memory
List All Interfaces & Status
show int status
List Interface Configuration
show run int <PortNum>
Configure an Interface
config t int <PortNum> switch access vlan <VlanID> desc <description> spanning-tree portfast exit write memory
Convert Switch Interface to Trunk
config t int <PortNum> switch trunk encap dot1q switch mode trunk no switch access vlan <CurrentVlanID> exit show int status write memory
Convert Switch Interface from Trunk to Single vLAN
config t int <PortName> desc <Description> no ip address no switch trunk encap dot1q no switch mode trunk switchport mode access switch access vlan 79 exit write memory