ITM_REPORT ipv6
ITM_REPORT ipv6
A PROJECT REPORT
Submitted by
Sushree shradhanjali
jena(220301120082) manapali
chunali(220301120065)
Siba prasad balabantaray(220301120075)
Shirshak patra (220301120114)
Samir ku swain (220301120119)
BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE AND ENGINEERING
DEPARTMENT OF COMPUTER
SCIENCE AND ENGINEERING SCHOOL OF
ENGINEERING AND TECHNOLOGY
BHUBANESWAR CAMPUS
BONAFIDE CERTIFICATE
Certified that this project report "It ipv6
configuration and ping test is the
Bonafide work of “Sushree
shradhanjali jena(220301120082)
,manapali chunali (220301120065), siba prasad balabantaray(220301120075),
shirshak patra (220301120114),Samir ku swain (220301120119)” who carried out the
project work under my supervision. This is to further certify to the best of my knowledge,
that this project has not been carried out earlier in this institute and the university.
SIGNATURE
(Dr. Aparna Rajesh Atmakuri)
Professor Of CSE Department
SIGNATURE
(Prof. Raj Kumar Mohanta)
HEAD OF THE
DEPARTMENT
Professor of Computer Science and Engineering
DEPARTMENT SEAL
i
DECLARATION
We hereby declare that the project entitled “it ipv6 configuration and ping test ” Submitted for
the Project of 6th semester B. Tech in Computer Science and Engineering is my original work and the
project has not formed the basis for the award of any B. Tech Degree in any other University.
Place:
Date:
ii
ACKNOWLEDGEMENTS
Place:
Date:
iii
ABSTRACT
The transition from IPv4 to IPv6 is essential to accommodate the growing number of internet-
connected devices. IPv6, with its 128-bit address space, resolves IPv4’s exhaustion issues and
enhances network security and efficiency. This paper explores the configuration of IPv6 on IT
infrastructure, focusing on network setup, addressing methods, and connectivity testing.
.
To verify proper IPv6 configuration, we conduct a series of ping tests using the ping6 command. The tests
include local link communication, global reachability, and connectivity to external IPv6-enabled servers. These
tests help identify potential misconfigurations and ensure smooth data transmission across networks.
The paper further discusses challenges associated with IPv6 deployment, such as compatibility with legacy
systems, security considerations, and network transition mechanisms like dual-stack and tunneling. Solutions
and best practices for seamless IPv6 integration are provided to assist IT professionals in ensuring robust and
scalable network infrastructure.
In conclusion, this study demonstrates the steps for configuring IPv6 and validating its functionality through
ping tests. By following proper configuration and testing procedures, organizations can enhance network
performance, security, and future-proof their IT environments against the limitations of IPv4.
4o
iv
TABLE OF CONTENTS
Conclusion 26
Future Scope 27
Reference 28
CHAPTER – 1
INTRODUCTION
The rapid growth of the internet and the increasing number of connected devices have led to the depletion of
IPv4 addresses, necessitating the transition to IPv6. Internet Protocol version 6 (IPv6) is the latest version of the
IP protocol designed to replace IPv4, offering a vastly expanded address space, improved security, and
enhanced network efficiency. Unlike IPv4, which uses 32-bit addresses and supports approximately 4.3 billion
unique addresses, IPv6 utilizes a 128-bit address system, providing virtually unlimited addresses to
accommodate future internet expansion.
IPv6 introduces several key features that improve network functionality, including simplified address
management, automatic configuration through Stateless Address Autoconfiguration (SLAAC), and the
elimination of Network Address Translation (NAT). Additionally, it enhances security with built-in IPsec
encryption and authentication, ensuring safer communication over networks. The protocol also supports
improved routing and multicast capabilities, reducing network congestion and optimizing data delivery.
As organizations and service providers migrate to IPv6, configuring network devices to support IPv6 becomes
crucial. Proper configuration involves assigning IPv6 addresses, enabling essential protocols like the Neighbor
Discovery Protocol (NDP), and ensuring connectivity through testing methods such as ping6. Verifying
network connectivity using IPv6 ping tests ensures seamless communication between devices and helps
diagnose potential configuration issues.
This paper explores the fundamental aspects of IPv6, including its configuration, address assignment methods,
and connectivity testing techniques. By understanding and implementing IPv6 effectively, IT professionals can
future-proof their networks, enhance security, and support the ever-growing demand for internet-connected
devices.
Static IPv6 configuration plays a crucial role in modern IT networks, especially in environments where
network administrators require full control over address assignment. Unlike dynamic methods such as
DHCPv6 or Stateless Address Autoconfiguration (SLAAC), static configuration involves manually
assigning a fixed IPv6 address, subnet mask, and default gateway to network devices. This approach
ensures stability, predictability, and security, making it ideal for critical infrastructure, servers, and
network devices that require consistent addressing.
To configure a static IPv6 address, administrators must specify the address, subnet prefix, and gateway on
each device. This process is commonly performed through command-line interfaces (CLI) on routers,
switches, and servers. Proper configuration includes setting up the IPv6 address, enabling the interface,
and verifying connectivity using essential tools such as ping6 and traceroute6. These tools help test
local and global IPv6 connectivity, ensuring that devices can communicate within the network and
reach external IPv6-enabled destinations.
6
Connectivity testing is a vital step in network deployment and troubleshooting. Using ping6,
administrators can check if a device responds to ICMPv6 echo requests, confirming that the network
configuration is correct. Additional tests, such as checking Neighbor Discovery Protocol (NDP) tables
and routing configurations, help diagnose potential issues related to IPv6 address resolution and packet
forwarding.
As IT networks continue to evolve, the adoption of IPv6 with proper static configuration and thorough
connectivity testing ensures reliable communication, security, and seamless integration with modern
infrastructure. By implementing best practices in IPv6 deployment, organizations can future-proof their
networks and maintain efficient, scalable operations in an increasingly connected world.
7
CHAPTER 2: Network Configuration & Static Routing Implementation
- IPv6 network configuration involves setting up devices to communicate using the latest Internet
Protocol, ensuring efficient data transmission and connectivity. The fundamentals of IPv6
configuration include assigning addresses, enabling interfaces, configuring routing, and verifying
connectivity. Unlike IPv4, IPv6 eliminates the need for NAT (Network Address Translation) and
supports a larger address space, allowing for a more scalable and efficient network..
To configure a static route in IPv6, administrators define a destination network, the next-hop IPv6 address,
and ensure the route is properly propagated in the routing table. The command-line interface (CLI) on
routers allows manual entry of static routes, which can be verified using the show ipv6 route command.
While static routing provides simplicity and security, it does not scale well for large networks. However, it
remains an essential technique for ensuring precise traffic control and redundancy in IPv6 network
configurations. By understanding the fundamentals of network configuration and static routing, IT
professionals can build efficient, scalable, and resilient IPv6 networks that support modern connectivity
demands.
8
CHAPTER 3: Multi Router Network Configuration with Static Routing
10
Step 1: Ensure Proper Network Configuration
3.7 Output:
12
Fig 1: Ping
13
Fig 2 : Static Connection of router 6 with other 2 routers
14
Fig 4 : Packet Transferring
15
Fig 6 : Static Connection of router 8 with other 2 routers
16
17
4.1 Conclusion:
Configuring a network with multiple routers and setting up static routes for communication between
different subnets is a fundamental yet essential networking task. This project demonstrates the
importance of proper network planning, efficient IP address allocation, and the role of static routing in
directing traffic between different network segments. By manually defining routes, administrators gain
precise control over how data flows, ensuring reliable and predictable communication between
subnets.
Through this project, we have observed that static routing is best suited for small to medium-sized
networks where traffic patterns are stable and do not change frequently. Unlike dynamic routing,
which automatically updates routing tables in response to network changes, static routing requires
manual configuration and maintenance. While this may seem labor-intensive, it enhances security by
preventing unauthorized route updates and reducing unnecessary overhead in the network.
The implementation of static routes between multiple routers ensures seamless communication
between different subnets, provided that routes are accurately configured. Any misconfiguration, such
as incorrect next-hop addresses or missing routes, can lead to network failures. Therefore, careful
planning and verification of each route are necessary for efficient connectivity. Network administrators
must also consider backup routes or failover mechanisms to maintain network resilience in case of link
failures.
In conclusion, this project highlights the significance of static routing in network design, offering
stability, security, and control. While it is not ideal for highly dynamic environments, it remains a
valuable approach for structured networks with predictable traffic. Understanding how to configure
static routes and manage multiple routers enhances networking skills and provides a strong foundation
for more advanced routing techniques, including dynamic routing protocols.
18
4.2 Future Scope
19
4.3 References
1. https://www.geeksforgeeks.org/implementation-of-static-routing-in-cisco-2-router-connections/
2. https://www.computernetworkingnotes.com/ccna-study-guide/static-routing-configuration-
guide-with-examples.html
3. https://ccnatutorials.in/ip-routing/static-route-in-a-router/
4. https://github.com/Palak8Agrawal/Static-Routes
5. https://www.nwkings.com/how-to-configure-static-routes
6. https://linuxtiwary.com/2020/11/23/cisco-packet-tracer-static-routing-configuration-lab-using-
four-routers-and-total-six-network/
7. https://sites.radford.edu/~hlee3/classes/cs451_spring2025/lab/Cisco/CCNA2_RSE_spring2017/
Lab%20Source%20Files_solutions/2.2.2.5%20Lab%20-%20Configuring%20IPv4%20Static
%20and%20Default%20Routes%20-%20solution.pdf
ASSESSMENT
Assessment External:
SL FULL
RUBRICS MARKS OBTAINED REMARKS
NO MARK
Understanding the relevance, scope and
1 10
dimension of the project
2 Methodology 10
3 Quality of Analysis and Results 10
4 Interpretations and Conclusions 10
5 Report 10
Total 50
20
COURSE OUTCOME (COs) ATTAINMENT
1 2 3 4 5 6 7 8 9 10
LOW HIGH
➢ Suggestions / Recommendations:
(By the Course Faculty)
21
22