Information Technology Reference
In-Depth Information
no shutdown
!
interface FastEthernet0/1
ip address 172.16.4.129 255.255.255.128
duplex auto
speed auto
no shutdown
!
interface Serial0/0/1
ip address 209.165.200.230 255.255.255.252
no shutdown
!
router rip
version 2
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
network 172.16.0.0
network 209.165.200.0
no auto-summary
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
The errors in the student scripts are as follows:
The IP addresses for Fa0/0 and Fa0/1 are reversed:
The Fa0/0 interface should be configured with the ip address 172.16.4.1
255.255.255.128 command.
The Fa0/1 interface should be configured with the ip address 172.16.4.129
255.255.255.128 command.
The network 172.16.0.0 command is missing from the RIP configuration.
The no auto-summary command is missing from the RIP configuration.
Load the following script onto the HQ router.
Step 3.
hostname HQ
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.128
duplex auto
Search WWH ::




Custom Search