Router Configuration
Router Configuration
PROD 1: 172.16.0.0/23
PROD 2: 172.16.2.0/24
PROD 3: 172.16.3.0/24
ACCOUNTING: 172.16.4.128/25
IT DEPARTMENT: 172.16.5.96/27
ena
config t
banner motd #This is a private network! Beware of dogs!#
hostname MRouter
enable secret cisco
int se0/0/0
ip address 210.10.0.1 255.255.255.252
clock rate 64000
no shut
int fa0/0
ip address 172.16.5.129 255.255.255.240
no shut
int fa0/1
ip address 172.16.5.145 255.255.255.252
no shut
exit
router rip
version 2
network 210.10.0.0
network 172.16.5.128
network 172.16.5.145
exit
line vty 0 4
password cisco
login
exit
line console 0
password password
exit
end
copy run start
Router 1 Configuration
ena
config t
banner motd #Router 1: Welcome!#
hostname Router1
enable secret cisco
int fa0/1
ip address 172.16.0.1 255.255.254.0
no shut
int eth0/1/0
ip address 172.16.2.1 255.255.255.0
no shut
int fa0/0
ip address 172.16.5.133 255.255.255.240
no shut
exit
router rip
version 2
network 172.16.5.128
network 172.16.0.0
network 172.16.2.0
exit
line vty 0 4
password cisco
login
exit
line console 0
password password
exit
end
copy run start
Router 2 Configuration
ena
config t
banner motd #Router 2: Welcome!#
hostname Router2
enable secret cisco
int fa0/1
ip address 172.16.3.1 255.255.255.0
no shut
int eth0/1/0
ip address 172.16.4.1 255.255.255.128
no shut
int fa0/0
ip address 172.16.5.134 255.255.255.240
no shut
exit
router rip
version 2
network 172.16.3.0
network 172.16.4.0
network 172.16.5.128
exit
line vty 0 4
password cisco
login
exit
line console 0
password password
exit
end
copy run start
Router 3 Configuration
ena
config t
banner motd #Router 3: Welcome!#
hostname Router3
enable secret cisco
int fa0/1
ip address 172.16.4.129 255.255.255.128
no shut
int eth0/0/0
ip address 172.16.5.1 255.255.255.192
no shut
int eth0/2/0
ip address 172.16.5.65 255.255.255.224
no shut
int eth0/3/0
ip address 172.16.5.97 255.255.255.224
no shut
int fa0/0
ip address 172.16.5.135 255.255.255.240
no shut
exit
router rip
version 2
network 172.16.5.128
network 172.16.4.128
network 172.16.5.0
network 172.16.5.64
network 172.16.5.96
exit
line vty 0 4
password cisco
login
exit
line console 0
password password
exit
end
copy run start