Information Technology Reference
In-Depth Information
Removing the mac-address command from the interfaces
Removing the ip classless command
Removing unused interfaces
Edit the text in the Notepad file as follows:
hostname R1
!
!
enable secret class
!
no ip domain-lookup
!
interface FastEthernet0/0
description R1 LAN
ip address 192.168.1.1 255.255.255.0
no shutdown
duplex auto
speed auto
!
interface Serial0/0/0
description Link to R2
ip address 192.168.2.1 255.255.255.0
clock rate 64000
no shutdown
!
!
!
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
Save the open file in Notepad to start.txt.
Step 5.
Task 13: Load the start.txt File onto the R1 Router
Erase the current startup configuration of R1.
Step 1.
To clear the configuration, issue the erase startup-config command. Press Enter when
prompted to [confirm] that you really do want to erase the configuration currently stored
in NVRAM. The result should look something like this:
Search WWH ::




Custom Search