Information Technology Reference
In-Depth Information
Task 1: Cable, Erase, and Reload the Routers
Cable a network that is similar to the one in the topology diagram shown in Figure 7-5.
Step 1.
Clear the configuration on each router using the erase startup-config command and then
reload the routers. Answer no if asked to save changes.
Step 2.
Task 2: Load Routers with the Supplied Scripts
Load the following script onto the BRANCH1 router.
Step 1.
hostname BRANCH1
!
!
!
interface FastEthernet0/0
ip address 172.16.0.1 255.255.254.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
ip address 172.16.2.1 255.255.254.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.200.226 255.255.255.252
clock rate 64000
no shutdown
!
router rip
!The version 2 command is missing.
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
network 172.16.0.0
network 209.165.200.0
The no auto-summary command is missing.
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
Search WWH ::




Custom Search