You are on page 1of 8

IP ADDRESS ASSIGNMENT

HOSTS CIDR SM NET. ADD. DEPT.

30 /23 254 2 172.16.0.0 Prod 1

200 /24 255 1 172.16.2.0 Prod 2

200 /24 255 1 172.16.3.0 Prod 3

100 /25 128 128 172.16.4.0 Training

80 /25 128 128 172.16.4.128 Accounting

50 /26 192 64 172.16.5.0 Office of the Executives

30 /27 224 32 172.16.5.64 Human Resource

20 /27 224 32 172.16.5.96 I.T Dept.

10 /28 240 16 172.16.5.128 Server room

2 /30 252 4 210.10.0.0 Trunk line to Bldg.B

PROD 1: 172.16.0.0/23

Workstation Assignment: 172.16.0.2 ~ 172.16.0.22 (Dynamically)


Default Gateway: 172.16.0.1
Expansion IP slots: 172.16.0.23 ~ 172.16.1.254

PROD 2: 172.16.2.0/24

Workstation Assignment: 172.16.2.2 ~ 172.16.2.18 (Dynamically)


Default Gateway: 172.16.2.1
Expansion IP slots: 172.16.2.19 ~ 172.16.2.254

PROD 3: 172.16.3.0/24

Workstation Assignment: 172.16.3.2 ~ 172.16.3.19 (Dynamically)


Default Gateway: 172.16.3.1
Expansion IP slots: 172.16.3.20 ~ 172.16.3.254
TRAINING: 172.16.4.0 /25

Workstation Assignment: 172.16.4.2 ~ 172.16.4.27 (Dynamically)


Default Gateway: 172.16.4.1
Expansion IP slots: 172.16.4.28 ~ 172.16.4.126

ACCOUNTING: 172.16.4.128/25

Workstation Assignment: 172.16.4.130 ~ 172.16.4.152 (Dynamically)


Default Gateway: 172.16.4.129
Expansion IP slots: 172.16.4.153 ~ 172.16.4.254

OFFICE OF THE EXECUTIVES: 172.16.5.0/26

Workstation Assignment: 172.16.5.2 ~ 172.16.5.29 (Dynamically)


Default Gateway: 172.16.5.1
Expansion IP slots: 172.16.5.30 ~ 172.16.5.62

HUMAN RESOURCES: 172.16.5.64 /27

Workstation Assignment: 172.16.5.66 ~ 172.16.5.86 (Dynamically)


Default Gateway: 172.16.5.65
Expansion IP slots: 172.16.5.87 ~ 172.16.5.94

IT DEPARTMENT: 172.16.5.96/27

Workstation Assignment: 172.16.5.98 ~ 172.16.5.113 (Dynamically)


Default Gateway: 172.16.5.97
Expansion IP slots: 172.16.5.114 ~ 172.16.5.126

SERVER ROOM: 172.16.5.128/28

Workstation Assignment: 172.16.5.130 ~ 172.16.5.137 (Dynamically)


Default Gateway: 172.16.5.129
Expansion IP slots: 172.16.5.138 ~ 172.16.5.143

TRUNK LINE TO BLDG. B: 210.10.0.0/30

IP Assignment: 210.10.0.1 (Static)


Router Configuration

MAIN ROUTER Configuration

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

You might also like