Information Technology Reference
In-Depth Information
Task 2: Load Routers with the Supplied Scripts
Load the following script onto the BRANCH1 router.
Step 1.
Instructor note: Missing or misconfigured commands are shown in red.
hostname BRANCH1
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.129.1 255.255.255.240
duplex auto
speed auto
! the no shutdown command is missing
!
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 2
!The process ID should be 1
passive-interface FastEthernet0/0
network 209.165.202.128 0.0.0.3
network 209.165.202.136 0.0.0.3
network 172.18.129.0 0.0.0.7
!The 172.18.129.0 network mask should be 0.0.0.15
no auto-summary
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
End
Corrected script:
hostname BRANCH1
!
!
Search WWH ::




Custom Search