Information Technology Reference
In-Depth Information
interface Serial0/0/1
ip address 209.165.202.134 255.255.255.252
no shutdown
!
router eigrp 1
passive-interface FastEthernet0/0
network 172.18.128.0 0.0.0.255
network 209.165.202.132 0.0.0.3
network 209.165.202.136 0.0.0.3
no auto-summary
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
The errors in the student scripts are as follows:
The clock rate 64000 command is missing from Serial 0/0/0 interface.
The no auto-summary command is missing from the EIGRP configuration.
Load the following script onto the HQ router.
Step 3.
hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.64.1 255.255.192.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.202.129 255.255.255.252
no shutdown
!
interface Serial0/0/1
ip address 209.165.202.133 255.255.255.252
clock rate 64000
no shutdown
!
router eigrp 1
passive-interface Serial0/0/0
Search WWH ::




Custom Search