Information Technology Reference
In-Depth Information
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
network 192.168.1.0
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
The errors in the student scripts are as follows:
The no shutdown command is missing from the FastEthernet 0/0 interface.
The network statement for the 192.168.1.0 network is missing from the RIP configu-
ration.
Load the following script onto the HQ router.
Step 2.
hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 10.45.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 10.45.1.1 255.255.255.0
no shutdown
!
interface Serial0/0/1
ip address 172.20.20.254 255.255.255.0
clock rate 64000
no shutdown
Search WWH ::




Custom Search