University of
Sunderland
LAN & WAN
Assignment 2
FILE NAME: Final L&W 2.pkt
PACKET TRACER VERSION: Version: 6.0.1
PPP/CHAP PASSWORD: class
Submitted by: Munir Ahmad
Student ID: 119116315
MSc Telecommunication
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
Home Based Workers
171.14.48.0/24
On-site technicians
171.14.64.0/24
Tech Support Office
171.14.96.0/24
Tech Support Office feed
171.14.112.0/24
Head Office Main:
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
Connecting ports with routers
Network Address
Serial connection between Head office Main
171.14.1.0/30
S0/0/0 and HO LAN S0/0/0
Serial connection between Head Office Main
171.14.1.4/30
S0/0/1 and HO Feed S0/0/1
Serial connection between HO Feed
171.14.1.8/30
S0/0/1and HO LAN S0/0/1
Fast Ethernet (Fa 0/0) link between HO Feed
fa0/0 and Switch connected with Tech Support
office
171.14.2.0/28
Switch to Tech Support office fa0/0
IP address: 171.14.2.2/28
Switch to the Tech Support office feed fa0/0
IP address: 171.14.2.3/28
Fast Ethernet (Fa1/0) link between Tech
Support office and (On-site technicians and
Home Based workers) Switch (Fa0/1)
171.14.3.0/28.
Switch to the On-site technicians
IP address: 171.14.3.3/28
Switch to the Home based workers
IP address: 171.14.3.2/28
ROUTER CONFIGURATIONS
Internet Service Provider:
hostname ISP
interface Loopback0
3 | Page
ip address 200.1.1.1 255.255.255.0
no shutdown
exit
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
ip route 0.0.0.0 0.0.0.0 198.1.1.2
line con 0
line vty 0 4
login
end
Head Office Main:
conf t
hostname HO-Main
enable secret class
ip dhcp excluded-address 171.14.18.1
4 | Page
ip dhcp pool HO-Main
network 171.14.18.0 255.255.255.0
default-router 171.14.18.1
username HO-LAN password 0 class
username HO-Feed password 0 class
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
router ospf 200
redistribute static subnets
redistribute connected subnets
network 171.14.1.0 0.0.0.3 area 0
network 171.14.1.4 0.0.0.3 area 0
network 171.14.17.0 0.0.0.255 area 0
network 171.14.18.0 0.0.0.255 area 0
exit
6 | Page
ip nat pool cisco 198.1.1.3 198.1.1.10 netmask 255.255.255.0
ip nat inside source list 1 pool cisco overload
ip nat inside source static 171.14.17.2 198.1.1.30
ip route 0.0.0.0 0.0.0.0 198.1.1.1
access-list 1 permit 171.14.0.0 0.0.255.255
access-list 1 deny 171.14.17.0 0.0.0.255
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
username HO-LAN password 0 class
username HO-Main password 0 class
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
router ospf 200
redistribute static subnets
redistribute connected subnets
network 171.14.1.4 0.0.0.3 area 0
network 171.14.1.8 0.0.0.3 area 0
network 171.14.32.0 0.0.0.255 area 0
network 171.14.2.0 0.0.0.255 area 0
exit
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
ip dhcp pool HO-LAN
9 | Page
network 171.14.20.0 255.255.255.0
default-router 171.14.20.1
ip dhcp pool data
network 171.14.21.0 255.255.255.0
default-router 171.14.21.1
ip dhcp pool voice
network 171.14.22.0 255.255.255.0
default-router 171.14.22.1
username HO-Main password 0 class
username HO-Feed password 0 class
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
router ospf 200
redistribute static subnets
redistribute connected subnets
network 171.14.1.0 0.0.0.3 area 0
network 171.14.1.8 0.0.0.3 area 0
network 171.14.20.0 0.0.0.255 area 0
network 171.14.21.0 0.0.0.255 area 0
network 171.14.22.0 0.0.0.255 area 0
11 | P a g e
line con 0
line vty 0 4
login
end
Tech Support Office:
hostname TSO
ip dhcp excluded-address 171.14.96.1
ip dhcp pool TSO
network 171.14.96.0 255.255.255.0
default-router 171.14.96.1
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
router ospf 200
network 171.14.2.0 0.0.0.15 area 0
network 171.14.96.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
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
Home Based Workers:
hostname HBW
ip dhcp excluded-address 171.14.48.1
ip dhcp pool HBW
network 171.14.48.0 255.255.255.0
default-router 171.14.48.1
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
ip route 0.0.0.0 0.0.0.0 171.14.3.1
line con 0
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
ip route 0.0.0.0 0.0.0.0 171.14.3.1
line con 0
line vty 0 4
login
end
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
switchport mode trunk
switchport trunk allowed vlan 10,15
no shut
exit
int fa0/24
switchport mode trunk
switchport trunk allowed vlan 10,15
no shut
exit
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
switchport mode trunk
switchport trunk allowed vlan 10,15
no shut
exit
19 | P a g e
Configured network:
20 | P a g e