Information Technology Reference
In-Depth Information
Device
Interface
IP Address
Subnet Mask
Default Gateway
PC1
NIC
172.20.1.135
255.255.255.128
172.20.1.129
PC2
NIC
172.20.0.135
255.255.255.128
172.20.0.129
Web Server
NIC
192.168.39.70
255.255.255.192
192.168.39.65
Task 1: Cable, Erase, and Reload the Routers
Cable a network that is similar to the one in the topology diagram shown in Figure 2-12.
Step 1.
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 the BRANCH router:
Step 1.
hostname BRANCH
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.20.1.129 255.255.255.128
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 172.20.1.1 255.255.255.128
clock rate 64000
no shutdown
!
ip route 0.0.0.0 0.0.0.0 172.20.0.129
!The destination in the ip route command should be 172.20.1.2.
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
end
Corrected Script:
hostname BRANCH
!
Search WWH ::




Custom Search