Information Technology Reference
In-Depth Information
line con 0
line vty 0 4
password cisco
login
!
end
The errors in the student scripts are as follows:
The FastEthernet 0/0 interface should be configured as passive, not the Serial 0/0/0
interface.
The default-information originate command is missing from the RIP configuration.
Load the following script onto the ISP router.
Step 3.
hostname ISP
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/1
ip address 172.20.20.1 255.255.255.0
no shutdown
!
ip route 10.45.0.0 255.255.254.0 Serial0/0/1
! The subnet mask is incorrect
ip route 192.168.1.0 255.255.255.0 Serial0/0/1
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
Corrected script:
hostname ISP
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.0
Search WWH ::




Custom Search