Lab 2 1 Initial Switch Configuration - SYSAD36/Tech-Journal---Cloud-Virtualization GitHub Wiki
-
Commands to navigate different modes on a Cisco Switch/Router (enable, config t...) and how you know what mode you are in Privelidged mode on a switch allows all of the commands available to a user. To enter privelidged mode, type enable. You can tell when you are in privelidged mode because of the # symbol that will appear next to the name of the switch. If you want to configure something, the command "config t" will allow you to enter configuration mode and make changes to the switch.
-
Setting Management IP of a switch Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface Vlan 1 Switch(config-if)#ip address 10.1.2.1 255.255.255.0 Switch(config-if)#no shutdown
-
Saving configurations from running to startup config Switch> enable Switch# copy running-config startup-config