Information Technology Reference
In-Depth Information
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.20.1.129 255.255.255.128
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 172.20.1.1 255.255.255.128
clock rate 64000
no shutdown
!
ip route 0.0.0.0 0.0.0.0 172.20.1.2
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
The error in the student script is that the destination address in the default route is incorrect. The cor-
rect command is ip route 0.0.0.0 0.0.0.0 172.20.1.2 .
Load the following script onto the HQ router:
Step 2.
hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.20.0.129 255.255.255.128
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 172.20.1.2 255.255.255.128
no shutdown
!
interface Serial0/0/1
ip address 192.168.38.254 255.255.255.252
Search WWH ::




Custom Search