You are on page 1of 24

Description

Design Engineer
Deployment Engineer
Site Support Engineer
Gangaprasad Narl - 224 433 9140 - gangaprasadnarla@gmail.com
Ashok -
Chris
This design is to set up static routing between 3 routers at location Brooklyn NY
BOM Bill Of Material
Vendor Product ID Quantity Feet Unit Cost
CISCO CISCO3725 3 5000
Serial Cables 2 50 Ft
Send to Project Delivery Team
Total Cost
15000
Step By Step Procedure
Connect all the 3 routers as per the diagram
Give console access to these routers
Configure the 3 Routers
Verify the connectivity
Devices Impacted
rusbnyc-wan01-3725 - 1.1.1.1 (New)
rusbnyc-wan02-3725 - 2.2.2.2 (New)
rusbnyc-wan03-3725 - 3.3.3.3 (New)
CONFIGURATION
rusbnyc-wan01-3725 - 1.1.1.1 (New)
!
conf t
!
hostname rusbnyc-wan01-3725
!
enable secret morgan
!
interface loopback0
ip address 1.1.1.1 255.255.255.255
exit
!
interface fastethernet0/0
ip add 10.1.1.1 255.255.255.0
no shut
exit
!
interface serial1/0
ip add 20.1.1.1 255.255.255.252
no shut
exit
!
ip route 30.1.1.0 255.255.255.252 20.1.1.2
ip route 2.2.2.2 255.255.255.255 20.1.1.2
ip route 172.16.1.0 255.255.255.0 20.1.1.2
ip route 192.168.1.0 255.255.255.0 20.1.1.2
ip route 3.3.3.3 255.255.255.255 20.1.1.2
!
!
service password-encryption
!
line con 0
login
password console
!
line aux 0
login
password auxillary
!
line vty 0 4
login
password telnet
!
end
!
write memory
!
rusbnyc-wan02-3725 - 2.2.2.2 (New)
!
conf t
!
hostname rusbnyc-wan02-3725
!
enable secret morgan
!
interface loopback0
ip address 2.2.2.2 255.255.255.255
exit
!
interface fastethernet0/0
ip add 172.16.1.1 255.255.255.0
no shut
exit
!
interface serial1/0
ip add 20.1.1.2 255.255.255.252
no shut
exit
!
interface s1/1
ip add 30.1.1.1 255.255.255.252
no shut
exit
!
!
ip route 10.1.1.0 255.255.255.0 20.1.1.1
ip route 1.1.1.1 255.255.255.255 serial1/0
ip route 192.168.1.0 255.255.255.0 30.1.1.2
ip route 3.3.3.3 255.255.255.255 30.1.1.2
!
!
service password-encryption
!
line con 0
login
password console
!
line aux 0
login
password auxillary
!
line vty 0 4
login
password telnet
!
end
!
write memory
!
rusbnyc-wan03-3725 - 3.3.3.3 (New)
!
conf t
!
hostname rusbnyc-wan03-3725
!
enable secret morgan
!
interface loopback0
ip address 3.3.3.3 255.255.255.255
exit
!
interface fastethernet0/0
ip add 192.168.1.1 255.255.255.0
no shut
exit
!
interface serial1/0
ip add 30.1.1.2 255.255.255.252
no shut
exit
!
!
ip route 10.1.1.0 255.255.255.0 30.1.1.1
ip route 1.1.1.1 255.255.255.255 30.1.1.1
ip route 2.2.2.2 255.255.255.255 30.1.1.1
ip route 172.16.1.0 255.255.255.0 30.1.1.1
ip route 20.1.1.0 255.255.255.252 30.1.1.1
!
!
service password-encryption
!
line con 0
login
password console
!
line aux 0
login
password auxillary
!
line vty 0 4
login
password telnet
!
end
!
write memory
!
VERIFICATION - TESTING
rusbnyc-wan01-3725 - 1.1.1.1 (New)
term len 0
sh run
sh ip int br
sh cdp nei
sh version
sh interface status
sh flash
term len 24
sh ip route
PLEASE LOG YOUR DEVICES - CAPTURE YOUR LOGS
rusbnyc-wan02-3725 - 2.2.2.2 (New)
sh run
sh ip int br
sh cdp nei
sh version
sh interface status
sh flash
sh ip route
rusbnyc-wan03-3725 - 3.3.3.3 (New)
sh run
sh ip int br
sh cdp nei
sh version
sh interface status
sh flash
sh ip route
BACKOUT PLAN
rusbnyc-wan01-3725 - 1.1.1.1 (New)
disconnect the new routers and power them down
PLEASE LOG YOUR DEVICES - CAPTURE YOUR LOGS
rusbnyc-wan02-3725 - 2.2.2.2 (New)
rusbnyc-wan03-3725 - 3.3.3.3 (New)
Devices Impacted
rusbnyc-wan01-3725 - 1.1.1.1 (New)
rusbnyc-wan02-3725 - 2.2.2.2 (New)
rusbnyc-wan03-3725 - 3.3.3.3 (New)
rusbnyc-wan01-3725 - 1.1.1.1 (New) rusbnyc-wan02-3725 - 2.2.2.2 (New)
Present Configs on these routers Present Configs on these routers
Since New Routers- no present configs Since New Routers- no present configs
rusbnyc-wan03-3725 - 3.3.3.3 (New)
Present Configs on these routers
Since New Routers- no present configs
Devices Impacted
rusbnyc-wan01-3725 - 1.1.1.1 (New)
rusbnyc-wan02-3725 - 2.2.2.2 (New)
rusbnyc-wan03-3725 - 3.3.3.3 (New)
rusbnyc-wan01-3725 - 1.1.1.1 (New) rusbnyc-wan02-3725 - 2.2.2.2 (New)
sh ver sh ver
sh run sh run
sh ip int br sh ip int br
sh flash sh flash
sh ip route sh ip route
rusbnyc-wan03-3725 - 3.3.3.3 (New)
sh ver
sh run
sh ip int br
sh flash
sh ip route
CABLE PLAN
R1 - S1/0 Connected to R2 - S1/0
R2 - S1/1 Connected to R3 - S1/0

You might also like