0% found this document useful (0 votes)
164 views

Lab 4.7.1

This document contains the configurations of routers R1, B1, B2, B3, and B4. Router R1 is configured with serial interfaces connecting to routers B1-B4. Each B router is configured with FastEthernet interfaces to subnet different IP blocks and a serial interface connecting back to R1. The clock rate on all serial interfaces is set to 64000.

Uploaded by

Phearun Pay
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views

Lab 4.7.1

This document contains the configurations of routers R1, B1, B2, B3, and B4. Router R1 is configured with serial interfaces connecting to routers B1-B4. Each B router is configured with FastEthernet interfaces to subnet different IP blocks and a serial interface connecting back to R1. The clock rate on all serial interfaces is set to 64000.

Uploaded by

Phearun Pay
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

hostname R1

no ip domain-lookup
enable password cisco
banner motd #Welcome to Router R1#
line console 0
password cisco
login
line vty 0
password cisco
login
int s0/0
ip add 10.0.1.1 255.255.255.252
no shutdown
clock rate 64000
int s0/1
ip add 10.0.1.5 255.255.255.252
no shutdown
clock rate 64000
int s0/2
ip add 10.0.1.9 255.255.255.252
no shutdown
clock rate 64000
int s0/3
ip add 10.0.1.13 255.255.255.252
no shutdown
clock rate 64000
int s1/0
ip add 209.165.201.2 255.255.255.252
no shutdown
clock rate 64000
ip route 0.0.0.0 0.0.0.0 s1/0
ip route 10.1.0.0 255.255.192.0 s0/0
ip route 10.1.64.1 255.255.192.0 s0/1
ip route 10.1.128.1 255.255.192.0 s0/2
ip route 10.1.192.1 255.255.192.0 s0/3
end
copy running-config startup-config
startup-config
reload
y

hostname B1
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router B1#
line console 0
password cisco
login
line vty 0
password cisco
login
int Fa0/0
ip add 10.1.0.1 255.255.240.0
no shutdown
int Fa0/1
ip add 10.1.16.1 255.255.240.0

no shutdown
int Fa1/0
ip add 10.1.32.1 255.255.240.0
no shutdown
int Fa1/1
ip add 10.1.48.1 255.255.240.0
no shutdown
int s0/0
clock rate 64000
ip add 10.0.1.2 255.255.255.252
no shutdown
ip route 0.0.0.0 0.0.0.0 s0/0
end
copy running-config startup-config
startup-config
reload
y

hostname B2
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router B1#
line console 0
password cisco
login
line vty 0
password cisco
login
int Fa0/0
ip add 10.1.64.1 255.255.240.0
no shutdown
clock rate 64000
int Fa0/1
ip add 10.1.80.1 255.255.240.0
no shutdown
int Fa1/0
ip add 10.1.96.1 255.255.240.0
no shutdown
int Fa1/1
ip add 10.1.112.1 255.255.240.0
no shutdown
int s0/0
ip add 10.0.1.6 255.255.255.252
no shutdown
clock rate 64000
ip route 0.0.0.0 0.0.0.0 s0/0
end
copy running-config startup-config
startup-config
reload
y

hostname B3
no ip domain-lookup

enable password cisco


banner motd #Welcome to Router B3#
line console 0
password cisco
login
line vty 0
password cisco
login
int Fa0/0
ip add 10.1.128.1 255.255.240.0
no shutdown
clock rate 64000
int Fa0/1
ip add 10.1.144.1 255.255.240.0
no shutdown
int Fa1/0
ip add 10.1.160.1 255.255.240.0
no shutdown
int Fa1/1
ip add 10.1.176.1 255.255.240.0
no shutdown
int s0/0
ip add 10.0.1.10 255.255.255.252
no shutdown
clock rate 64000
ip route 0.0.0.0 0.0.0.0 s0/0
end
copy running-config startup-config
startup-config
reload
y

hostname B4
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router B4#
line console 0
password cisco
login
line vty 0
password cisco
login
int Fa0/0
ip add 10.1.192.1 255.255.240.0
no shutdown
clock rate 64000
int Fa0/1
ip add 10.1.208.1 255.255.240.0
no shutdown
int Fa1/0
ip add 10.1.224.1 255.255.240.0
no shutdown
int Fa1/1
ip add 10.1.240.1 255.255.240.0
no shutdown
int s0/0
ip add 10.0.1.14 255.255.255.252

no shutdown
clock rate 64000
ip route 0.0.0.0 0.0.0.0 s0/0
end
copy running-config startup-config
startup-config
reload
y
Posted by anon123456789 at 4:48 PM
Email This
BlogThis!
Share to Twitter
Share to Facebook
3 comments:
tanitaJuly 3, 2011 at 9:24 AM
Hi, I tried this, doesn't work exactely..
why by fax/x settig clockrate?
Thanks and regards,
Tanita
Reply
LordByronNovember 2, 2011 at 5:13 PM
The routes on R1 should be as follows:
ip
ip
ip
ip
ip

route
route
route
route
route

Reply

0.0.0.0 0.0.0.0 s1/0


10.1.0.0 255.255.192.0 s0/0
10.1.64.0 255.255.192.0 s0/1
10.1.128.0 255.255.192.0 s0/2
10.1.192.0 255.255.192.0 s0/3

You might also like