Information Technology Reference
In-Depth Information
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.129.1 255.255.255.240
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.202.130 255.255.255.252
clock rate 64000
no shutdown
!
interface Serial0/0/1
ip address 209.165.202.137 255.255.255.252
no shutdown
!
router eigrp 1
passive-interface FastEthernet0/0
network 172.18.129.0 0.0.0.15
network 209.165.202.128 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!
!
end
The errors in the student scripts are as follows:
The no shutdown command is missing from the FastEthernet 0/0 interface.
The EIGRP process ID is incorrect.
The network mask for the 172.18.129.0/28 network is incorrect.
Load the following script onto the BRANCH2 router.
Step 2.
hostname BRANCH2
!
!
no ip domain-lookup
!
interface FastEthernet0/0
Search WWH ::




Custom Search