Information Technology Reference
In-Depth Information
Task 1: Cable, Erase, and Reload the Routers
Cable a network.
Step 1.
Cable a network that is similar to the one shown in the Figure 5-14.
Clear the configuration on each router.
Step 2.
Clear the configuration on each of routers using the erase startup-config command and
then reload the routers. Answer no if asked to save changes.
Task 2: Load Routers with the Supplied Scripts
Load the following script onto the BRANCH router.
Step 1.
hostname BRANCH
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!The no shutdown command is missing
!
interface Serial0/0/0
ip address 10.45.1.254 255.255.255.0
clock rate 64000
no shutdown
!
router rip
passive-interface FastEthernet0/0
network 10.0.0.0
!The network statement is missing for the 192.168.1.0 network
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
Corrected script:
hostname Branch
!
!
no ip domain-lookup
!
interface FastEthernet0/0
Search WWH ::




Custom Search