Information Technology Reference
In-Depth Information
interface Serial0/0/0
ip address 172.16.7.10 255.255.255.252
clock rate 64000
no shutdown
!
interface Serial0/0/1
ip address 172.16.7.6 255.255.255.252
no shutdown
!
router ospf 1
passive-interface FastEthernet0/0
network 10.10.6.0 0.0.1.255 area 0
network 172.16.7.4 0.0.0.3 area 0
network 172.16.7.8 0.0.0.3 area 0
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
The errors in the student scripts are as follows:
The no shutdown command is missing from the Serial 0/0/1 interface.
The passive-interface command is configured for the Serial 0/0/1 interface instead of
the FastEthernet 0/0 interface.
The network statement for the LAN network is incorrect.
Load the following script onto the HQ router.
Step 3.
hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 10.10.10.1 255.255.252.0
! The IP address should be 10.10.0.1 255.255.252.0.
duplex auto
speed auto
no shutdown
!
!
interface Serial0/0/0
ip address 172.16.7.1 255.255.255.252
Search WWH ::




Custom Search