University of Sunderland: Lan & Wan Assignment 2
University of Sunderland: Lan & Wan Assignment 2
Sunderland
NETWORK DESIGN
Subnetting for different routers and network addresses for interfaces connecting
switch with different Ports.
CATEGORY
1 | Page
NETWORK ADDRESS
Network Links
171.14.1.0/30
HO LAN networks
171.14.20.0/24
HO Flex Feed
171.14.32.0/24
171.14.48.0/24
On-site technicians
171.14.64.0/24
171.14.96.0/24
171.14.112.0/24
The Head office Main consists of DMZ web server and Net2 and the base
network address can be subnetted and given as,
DMZ- 171.14.17.0/24
Net2- 171.14.18.0/24
NETWORK LINKS
The following are the links further subnetted from the IP provided for network
links.
2 | Page
Link
Network Address
171.14.1.0/30
171.14.1.4/30
171.14.1.8/30
171.14.2.0/28
IP address: 171.14.2.2/28
IP address: 171.14.2.3/28
171.14.3.0/28.
IP address: 171.14.3.3/28
IP address: 171.14.3.2/28
ROUTER CONFIGURATIONS
Internet Service Provider:
hostname ISP
interface Loopback0
3 | Page
interface Serial0/1/0
ip address 198.1.1.1 255.255.255.0
clock rate 64000
no shutdown
exit
int fa0/0
ip address 199.1.1.1 255.255.255.0
no shutdown
exit
line con 0
line vty 0 4
login
end
4 | Page
int se0/1/0
no shut
ip add 198.1.1.2 255.255.255.0
ip nat outside
clock rate 64000
exit
interface FastEthernet0/0
ip address 171.14.17.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet0/1
ip address 171.14.18.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
5 | Page
exit
interface Serial0/0/0
ip address 171.14.1.1 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
clock rate 64000
no shutdown
exit
interface Serial0/0/1
ip address 171.14.1.5 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
no shutdown
exit
6 | Page
line con 0
line vty 0 4
login
end
HO-Feed
hostname HO-Feed
enable secret class
ip dhcp excluded-address 171.14.32.1
ip dhcp pool HO-Feed
network 171.14.32.0 255.255.255.0
default-router 171.14.32.1
interface FastEthernet0/0
ip address 171.14.2.1 255.255.255.240
ip nat inside
duplex auto
7 | Page
speed auto
no shutdown
exit
interface FastEthernet0/1
ip address 171.14.32.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface Serial0/0/0
ip address 171.14.1.6 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
clock rate 64000
no shutdown
exit
interface Serial0/0/1
ip address 171.14.1.10 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
no shutdown
exit
8 | Page
ip classless
line con 0
line vty 0 4
login
end
HO-LAN:
conf t
ho HO-LAN
enable secret class
ip dhcp excluded-address 171.14.20.1
ip dhcp excluded-address 171.14.21.1
ip dhcp excluded-address 171.14.22.1
9 | Page
interface FastEthernet0/0
ip address 171.14.20.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet0/1.10
encapsulation dot1Q 10
ip address 171.14.21.1 255.255.255.0
no shutdown
exit
interface FastEthernet0/1.15
encapsulation dot1Q 15
ip address 171.14.22.1 255.255.255.0
10 | P a g e
no shutdown
exit
interface Serial0/0/0
ip address 171.14.1.2 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
no shutdown
exit
interface Serial0/0/1
ip address 171.14.1.9 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
clock rate 64000
no shutdown
exit
11 | P a g e
line con 0
line vty 0 4
login
end
interface FastEthernet0/0
ip address 171.14.2.2 255.255.255.240
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet0/1
ip address 171.14.96.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
12 | P a g e
ip classless
line con 0
line vty 0 4
login
end
Tech Support office flex:
hostname TSOF
ip dhcp excluded-address 171.14.112.1
ip dhcp pool TSOF
network 171.14.112.0 255.255.255.0
default-router 171.14.112.1
interface FastEthernet0/0
ip address 171.14.2.3 255.255.255.240
ip nat inside
duplex auto
speed auto
no shutdown
exit
13 | P a g e
interface FastEthernet0/1
ip address 171.14.112.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet1/0
ip address 171.14.3.1 255.255.255.240
ip nat inside
duplex auto
speed auto
no shutdown
exit
router ospf 200
network 171.14.2.0 0.0.0.15 area 0
network 171.14.112.0 0.0.0.255 area 0
network 171.14.3.0 0.0.0.15 area 0
redistribute static subnets
redistribute connected subnets
exit
ip classless
ip route 171.14.48.0 255.255.255.0 171.14.3.2
ip route 171.14.64.0 255.255.255.0 171.14.3.3
line con 0
line vty 0 4
14 | P a g e
login
end
interface FastEthernet0/0
ip address 171.14.3.2 255.255.255.240
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet0/1
ip address 171.14.50.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
15 | P a g e
line vty 0 4
login
end
On-Site Technicians:
hostname OST
ip dhcp excluded-address 171.14.64.1
ip dhcp pool OST
network 171.14.64.0 255.255.255.0
default-router 171.14.64.1
interface FastEthernet0/0
ip address 171.14.3.3 255.255.255.240
ip nat inside
duplex auto
speed auto
no shutdown
exit
interface FastEthernet0/1
ip address 171.14.64.1 255.255.255.0
ip nat inside
duplex auto
speed auto
no shutdown
exit
ip classless
16 | P a g e
Switch
1:
enable
configure terminal
vlan 10
name Data
vlan 15
name Voice
int range fa0/1 - fa0/11
switchport mode access
switchport access vlan 10
no shut
exit
int range fa0/12 - fa0/22
switchport mode access
switchport access vlan 15
no shut
exit
int fa0/23
17 | P a g e
Switch 2:
enable
configure terminal
vlan 10
name Data
vlan 15
name Voice
int range fa0/1 - fa0/11
switchport mode access
switchport access vlan 10
no shut
exit
int range fa0/12 - fa0/22
switchport mode access
switchport access vlan 15
no shut
exit
int fa0/24
18 | P a g e
19 | P a g e
Configured network:
20 | P a g e