NIT2222: Wide Area Network Technologies Project - College of Science

Verified

Added on  2023/04/21

|16
|859
|219
Project
AI Summary
This project report details the implementation of Wide Area Network (WAN) technologies, addressing IPv6 and IPv4 configuration, routing protocols, and network address planning. The student was tasked with migrating a company's network from IPv4 to IPv6, focusing on the HQ and two branches (A and B), while branch C remained on IPv4. The solution includes IPv6 subnet planning, address assignment tables, IPv4 and IPv6 routing configurations using OSPF, and IPv4/IPv6 network NAT-PT configuration. The report presents the configurations for each router, including the HQ router, Branch A, Branch B, and Branch C, along with verification steps. The student successfully configured the network, demonstrating a strong understanding of WAN technologies, IP addressing, and routing protocols. The project includes detailed configurations and verification steps, demonstrating the student's ability to implement and troubleshoot complex network setups. The assignment also includes the configuration of NAT-PT for the HQ router to enable communication between the IPv6 and IPv4 networks.
Document Page
Running head: WIDE AREA NETWORK TECHNOLOGIES
Wide Area Network Technologies
Name of the Student
Name of the University
Author’s Note
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1
WIDE AREA NETWORK TECHNOLOGIES
Table of Contents
1. Address Planning...................................................................................................................2
1.1. Workout of IPv6 subnet for company HQ and each branch from the address block......2
1.2. Address assignment table for the company network.......................................................3
2. IPv4 Routing Configuration...................................................................................................4
3. IPv6 Routing Configuration...................................................................................................4
4. IPv4IPv6 Network NAT-PT..................................................................................................7
5. Verification............................................................................................................................9
Bibliography.............................................................................................................................14
Document Page
2
WIDE AREA NETWORK TECHNOLOGIES
1. Address Planning
1.1. Workout of IPv6 subnet for company HQ and each branch from the address
block
AB12:1640::/51
AB12:1640:0:2000::/51
AB12:1640:0:4000::/51
AB12:1640:0:6000::/51
AB12:1640:0:8000::/51
AB12:1640:0:A000::/51
AB12:1640:0:C000::/51
1.2. Address assignment table for the company network
HQ Router
Document Page
3
WIDE AREA NETWORK TECHNOLOGIES
Subnet ::/51
Network AB12:1640::/51
Default- Gateway AB12:1640::1
PC AB12:1640::2D0:58FF:FEDB:6638
Server AB12:1640::204:9AFF:FEB2:C907
Branch A
Subnet ::/51
Network AB12:1640:0:2000::/51
Default- Gateway AB12:1640:0:2000::1
PC AB12:1640:0:2000:260:47FF:FE1D:E822
Server AB12:1640:0:2000:2D0:58FF:FE16:1545
Branch B
Subnet ::/51
Network AB12:1640:0:4000::/51
Default- Gateway AB12:1640:0:4000::1
PC AB12:1640:0:4000:2E0:8FFF:FEDD:1912
Server AB12:1640:0:4000:2D0:BCFF:FEA2:249A
Branch C
Subnet 255.255.255.128
Network 150.50.40.0
Default- Gateway 150.50.40.1
PC 152.50.40.2
Server 150.50.40.100
Network Connections
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
WIDE AREA NETWORK TECHNOLOGIES
Branch A HQ AB12:1640:8000::/51
Branch A Branch B AB12:1640:A000::/51
Branch B HQ AB12:1640:C000::/51
Branch C HQ 150.50.40.0/30
2. IPv4 Routing Configuration
HQ Router Configuration
router ospf 101
network 150.50.40.128 0.0.0.3 area 101
Branch C Router Configuration
router ospf 101
network 150.50.40.0 0.0.0.127 area 101
network 150.50.40.128 0.0.0.3 area 101
3. IPv6 Routing Configuration
HQ Router Configuration
enable
conf t
ipv6 unicast-routing
ipv6 router ospf 101
router-id 1.1.1.1
Document Page
5
WIDE AREA NETWORK TECHNOLOGIES
exit
interface FastEthernet0/0
ipv6 address AB12:1640::1/51
ipv6 ospf 101 area 101
interface Serial0/0/0
ipv6 address AB12:1640:0:8000::3/51
ipv6 ospf 101 area 101
interface Serial0/0/1
ip address 150.50.40.130 255.255.255.252
interface Serial0/1/0
ipv6 address AB12:1640:0:C000::3/51
ipv6 ospf 101 area 101
Branch A Router Configuration
enable
conf t
ipv6 unicast-routing
ipv6 router ospf 101
router-id 2.2.2.2
exit
interface FastEthernet0/0
Document Page
6
WIDE AREA NETWORK TECHNOLOGIES
ipv6 address AB12:1640:0:2000::1/51
ipv6 ospf 101 area 101
interface Serial0/0/0
ipv6 address AB12:1640:0:8000::1/51
ipv6 ospf 101 area 101
interface Serial0/0/1
ipv6 address AB12:1640:0:A000::1/51
ipv6 ospf 101 area 101
Branch B Router Configuration
enable
conf t
ipv6 unicast-routing
ipv6 router ospf 101
router-id 3.3.3.3
exit
interface FastEthernet0/0
ipv6 address AB12:1640:0:4000::1/51
ipv6 ospf 101 area 101
interface Serial0/0/0
ipv6 address AB12:1640:0:C000::2/51
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7
WIDE AREA NETWORK TECHNOLOGIES
ipv6 ospf 101 area 101
interface Serial0/0/1
ipv6 address AB12:1640:0:8000::2/51
ipv6 ospf 101 area 101
Branch C Router Configuration
enable
conf t
router ospf 101
network 150.50.40.0 0.0.0.127 area 101
network 150.50.40.128 0.0.0.3 area 101
ip route 0.0.0.0 0.0.0.0 150.50.40.130
int Fa0/0
ip add 150.50.40.1 255.255.255.128
int S 0/0/0
ip add 150.50.40.129 255.255.255.252
4. IPv4IPv6 Network NAT-PT
HQ Router Configuration
enable
conf t
interface FastEthernet0/0
Document Page
8
WIDE AREA NETWORK TECHNOLOGIES
ipv6 nat
exit
interface Serial0/0/0
ipv6 nat
exit
interface Serial0/0/1
ipv6 nat
exit
interface Serial0/1/0
ipv6 nat
exit
ipv6 nat v4v6 source 150.50.40.129 AB12::1640:129
ipv6 nat v6v4 source AB12:1640::2D0:58FF:FEDB:6638 151.50.3.3
ipv6 nat v4v6 source 150.50.40.100 AB12::3000:100
ipv6 nat prefix AB12::/96
Document Page
9
WIDE AREA NETWORK TECHNOLOGIES
5. Verification
Pinging from HQ PC to Branch A PC
Pinging from HQ PC to Branch A Server
Pinging from HQ PC to Branch B PC
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10
WIDE AREA NETWORK TECHNOLOGIES
Document Page
11
WIDE AREA NETWORK TECHNOLOGIES
Pinging from HQ PC to Branch B Server
Pinging Branch A PC to HQ PC
Pinging Branch A PC to Branch B PC
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]