jasonnixon.net
-
quick reference
- IOS
examples generated with IOS version 12.2
wr t
Short for "write terminal". Writes the running config to the terminal (screen) so you can read it.
copy run start
Copy running config to startup config (memory). synonomous with "wr mem"
sho interfaces status
Show status on all interfaces
sho vlan
sho configured vlans
config t
Make configuration changes - enter configuration mode.
interface fa2/1
Must be in "config mode" (at config prompt), make interface changes to fa2/1
switchport access vlan 100
Must be in "interface config mode"(at config-inter prompt), sets interface to vlan 100
duplex full
Must be in "interface config mode"(at config-inter prompt), sets interface duplex to full