You are on page 1of 29

Description

Design Enginner
Implementation Engineer
Site Support engineer
This design is to set up routing between BRANCH and DATA CENTER LOCATION
Ganga - 224 433 9140 - gangaprasadnarla@gmail.com
Ankit - 111 1111 1111 - ankit@gmail.com
Name - phone - Email
CISCO PART #
CISCO-37254 NM-4T
Seial cables ddjdp9932
AMOUNT QUANTITY
3000 3
Apr-00 3
Total Cost
9000
300
Devices Impacted by this change
R1 - 1.1.1.1 - New
R2 - 2.2.2.2 - New
R3 - 3.3.3.3 - New
CONFIGURATIONS
R1 - 1.1.1.1 - New
!
conf t
!
hostname rtnyc-wan01-3725
!
enable secret cisco1
!
interface loopback 0
ip add 1.1.1.1 255.255.255.255
exit
!
interface fa0/0
description Connected to LAN-Customer1
ip add 10.1.1.1 255.255.255.0
no shut
exit
!
interface s1/0
description connected to R2 S1/0
ip add 30.1.1.1 255.255.255.252
no shut
!
line con 0
password console
login
!
line vty 0 4
password telnet
login
!
end
!
write mem
!
conf t
!
router rip
network 10.0.0.0
network 30.0.0.0
network 1.0.0.0
exit
!
wr mem
!
R2 - 2.2.2.2 - New
!
conf t
!
hostname rtnyc-wan02-3725
!
enable secret cisco1
!
interface loopback 0
ip add 2.2.2.2 255.255.255.255
exit
!
interface s1/1
ip add 40.1.1.1 255.255.255.252
no shut
exit
!
interface s1/0
ip add 30.1.1.2 255.255.255.252
no shut
!
line con 0
password console
login
!
line vty 0 4
password telnet
login
!
end
!
conf t
!
!
router rip
network 30.0.0.0
network 40.0.0.0
network 2.0.0.0
exit
!
wr mem
!
R1 - 3.3.3.3 - New
!
conf t
!
hostname rtnyc-wan03-3725
!
enable secret cisco1
!
interface loopback 0
ip add 3.3.3.3 255.255.255.255
exit
!
interface fa0/0
ip add 192.168.1.1 255.255.255.0
no shut
exit
!
interface s1/0
ip add 40.1.1.2 255.255.255.252
no shut
!
line con 0
password console
login
!
line vty 0 4
password telnet
login
!
end
!
wr mem
!
!
conf t
!
router rip
network 40.0.0.0
network 192.168.1.0
network 3.0.0.0
exit
!
wr mem
!
TEST PLAN - VERIFICATION PLAN
R1 - 1.1.1.1 - New
sh run
sh ip int br
sh ver
sh clock
sh cdp nei
sh ip route
sh ip protocols
debug ip rip
sh ip rip
ping 192.168.1.11
R2 - 2.2.2.2 - New
sh run
sh ip int br
sh ver
sh clock
sh cdp nei
R1 - 3.3.3.3 - New
sh run
sh ip int br
sh ver
sh clock
sh cdp nei
conf t
router rip
version 2
no auto-summary
end
Backout Plan
R1 - 1.1.1.1 - New
Disconnec the links and power down the router
R2 - 2.2.2.2 - New
Disconnec the links and power down the router
R1 - 3.3.3.3 - New
Disconnec the links and power down the router
R1 fa0/0 CUSTOMER LAN 1
R1 s1/0 R2 S1/0
R2 S1/1 R3 S1/0
R3 fa0/0 CUSTOMER LAN 1
CONFIGURATIONS OF R1
rtnyc-wan01-3725#sh run
Building configuration...
Current configuration : 1535 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname rtnyc-wan01-3725
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$zODf$7VwUm7iRo9FWodzWEShDm1
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
description Connected to LAN-Customer1
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
description connected to R2 S1/0
ip address 30.1.1.1 255.255.255.252
serial restart-delay 0
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
ip forward-protocol nd
ip route 2.2.2.2 255.255.255.255 Serial1/0
ip route 3.3.3.3 255.255.255.255 Serial1/0
ip route 40.1.1.0 255.255.255.252 30.1.1.2
ip route 192.168.1.0 255.255.255.0 Serial1/0
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
password console
logging synchronous
login
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
password telnet
login
!
!
end
rtnyc-wan01-3725#
rtnyc-wan01-3725#
rtnyc-wan01-3725#sh ip int br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 10.1.1.1 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial1/0 30.1.1.1 YES manual up up
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
Loopback0 1.1.1.1 YES manual up up
rtnyc-wan01-3725#
rtnyc-wan01-3725#sh clock
*00:33:02.795 UTC Fri Mar 1 2002
rtnyc-wan01-3725#
CONFIGURATIONS OF R2
Interface IP-Address OK? Method Status Protocol
FastEthernet0/1 unassigned YES unset administratively down down
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
CONFIGURATIONS OF R3

You might also like