Information Technology Reference
In-Depth Information
!
router rip
passive-interface Serial0/0/0
! Fa0/0 should be configured as passive, not S0/0/0
network 10.0.0.0
!The default-information originate command is missing
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
Corrected script:
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
!
router rip
passive-interface FastEthernet0/0/0
network 10.0.0.0
default-information originate
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
!
!
!
Search WWH ::




Custom Search