Information Technology Reference
In-Depth Information
Clear the configuration on each router.
Step 2.
Clear the configuration on each of routers using the erase startup-config command and
then reload the routers. Answer no if asked to save changes.
Task 2: Load Routers with the Supplied Scripts
Load the following script onto R1.
Step 1.
hostname R1
!
!
!
interface FastEthernet0/0
ip address 172.30.1.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface FastEthernet0/1
ip address 172.30.2.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.200.230 255.255.255.252
clock rate 64000
no shutdown
!
router rip
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
network 172.30.0.0
network 209.165.200.0
!
line con 0
line vty 0 4
login
!
end
Load the following script onto R2.
Step 2.
hostname R2
!
!
!
interface FastEthernet0/0
ip address 10.1.0.1 255.255.0.0
duplex auto
speed auto
Search WWH ::




Custom Search