Information Technology Reference
In-Depth Information
login
!
end
The errors in the student scripts are as follows:
The clock rate is not configured on the Serial 0/0/1 interface.
The ip route statement for the BRANCH LAN is missing. The command should be ip
route 172.20.1.128 255.255.255.128 Serial0/0/0 or ip route 172.20.1.128
255.255.255.128 172.20.1.1 .
Load the following script onto the ISP router:
Step 3.
hostname ISP
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 192.168.39.65 255.255.255.192
!no shutdown
!
interface Serial0/0/1
ip address 192.168.38.253 255.255.255.252
no shutdown
!
ip route 172.20.0.0 255.255.255.0 192.168.38.254
!The subnet mask for this route should be 255.255.254.0.
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
Corrected Script:
hostname ISP
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 192.168.39.65 255.255.255.192
no shutdown
!
interface Serial0/0/1
Search WWH ::




Custom Search