Logo

Home

Menu

Starting Topology

Netfiles

How To Install & Use Dynamips

 

 

Links

Lab Two:

Initial Configuration of SW1 & SW2

•  Configure hostnames

•  Ensure that Switches do not attempt to connect to a Domain Name Server

•  Ensure when Switches reboot that they still have their new settings

I will show how to do these tasks on SW1

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname SW1
SW1(config)#no ip domain lookup
SW1(config)#^Z

SW1#copy run start

Destination filename [startup-config]?
Building configuration...
[OK]

SW1#

Configure SW2 by yourself! (click here to see answer)