SlideShare a Scribd company logo
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

             TRIBHUVAN UNIVERSITY

INSTITUTE OF ENGINEERING
                Pulchowk Campus




         LAB TEST: Advance Networking with IPv6




SUBMITTED BY: KISHOJ BAJRACHARYA
ROLL NUMBER: 062-BCT-515
SUBMITTED TO: DEPARTMENT OF ELECTRONICS & COMPUTER
ENGINEERING
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

1. What is the MAC address of your wired LAN card of your machine?

   00-A1-B0-60-1D-4F




   Finding own MAC address in Windows XP is easy with the command prompt. The basic steps
   for finding the MAC address are as follow:
           Click Start->Run
           Type cmd and press enter.
           In the prompt, type ipconfig /all.
           Physical address entry is the MAC Address.



2. What is the EUI-64 bit Interface Identifier of your machine?

48 bits MAC Address of my machine is 00-A1-B0-60-1D-4F

Steps to generate interface identifier in EUI-64 format

       MAC Address: 00-A1-B0-60-1D-4F
       Insert HEX value FFFE between third & fourth byte of MAC Address then 00-A1-B0-FF-FE-
       60-1D-4F
       Perform 2’s complement of LSB of first byte i.e. 0 Hence, 02-A1-B0-FF-FE-60-1D-4F
       Converting to colon hexadecimal notation to get 64-bits Interface-ID called EUI-64.
           o 0::2A1:B0FF:FE60:1D4F

Hence, EUI-64 of my machine is 0::2A1:B0FF:FE60:1D4F
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)




3. What is the Link Local IPv6 unicast address of your machine?

   Link Local IPv6 unicast address FE80::2A1:B0FF:FE60:1D4F
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

        Link-Local addresses are automatically assigned by the end user equipment and require no
external configuration. Format defined by RFC 4291 Section 2.5.6. The address format uses a unique
binary prefix (FE8::/10) and the remaining bits (118) are built from the local interface identifier. In the
case of ethernet (RFC 2464) the MAC (48 bits) is used to create the EUI-64 value as shown below. Each
physical layer supported has a separate RFC for example, FDDI, IEEE 802.15.4 etc. defining, among
other things, how the link-local address is created. If an interface identifier has more than 118 bits the
link-local address cannot be generated and the unit must be manually configured. Link-local addresses
are not routable globally (outside the local LAN/network – however that is defined). The 128 bits of a
link-local address for an ethernet interface breakdown as follows:




   4. Print the IPv6 routing table using “route” command.

       To print the IPv6 routing table we use “route print” which is used to display the routes in the IP
       routing table which is shown in the snapshot which was performed on the desktop PC.
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

5. Analyze the output of ping/ping6 to Link Local Unicast IPv6 address of your machine.


   Command: ping –t FE80::2A1:B0FF:FE60:1D4F




6. What does the command pathping do? Explain with practical snapshots.
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

Pathping does the following works:

       It traces route and provide network latency and packet loss for each router and link in the
       path.
       It combines the functionality of PING and TRACERT.
       It is invaluable for determining which routers or subnets may be having network problems - it
       displays the degree of packet loss at any given router or link.
       It sends multiple Echo Request messages to each router between a source and destination
       over a period of time and computes aggregate results based on the packets returned from
       each router.
       It performs the equivalent of the tracert command by identifying which routers are on the
       path.
       Firewalls
       Like tracert PathPing uses Internet Control Message Protocol (ICMP) over TCP/IP. Many
       firewalls will block ICMP traffic by default. If an attacker is able to forge ICMP redirect packets,
       he or she can alter the routing tables on the host and possibly subvert the security of the host
       by causing traffic to flow via a path you didn't intend.

Equivalent bash command (Linux): trace - Find the IP address of a remote host



Practical Snapshots:




                 Pathping to test within a production LAN out to the Internet to a Web server
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)




   Using pathping command from the source to the destination and let pathping do its computation.




   7. Show the IPv6 and ICMPv6 status using the command “netstat -s”.

The netstat command is used to display the TCP/IP network protocol statistics and information. The
netstat command is used to show network status.

Traditionally, it is used more for problem determination than for performance measurement.
However, the netstat command can be used to determine the amount of traffic on the network to
ascertain whether performance problems are due to network congestion.

The netstat command displays information regarding traffic on the configured network interfaces,
such as the following:

   •   The address of any protocol control blocks associated with the sockets and the state of all
       sockets
   •   The number of packets received, transmitted, and dropped in the communications subsystem
   •   Cumulative statistics per interface
   •   Routes and their status
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)




                                       Fig: IPv6 status




                                     Fig: ICMPv6 Status



8. Use netsh.exe IPv6 CLI to show the (submit snapshots)
      Netsh.exe tool is used to perform the following tasks:
      Configure interfaces.
      Configure routing protocols.
      Configure filters
      Configure routes
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

Configure remote access behavior for Windows-based remote access routers that are
running the Routing and Remote Access Server (RRAS) Service.
Display the configuration of a currently running router on any computer.
Use the scripting feature to run a collection of commands in batch mode against a
specified router.



IPv6 address information
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)




IPv6 Interface information
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)




IPv6 routes information
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

IPv6 Neighbour information




                             IPv6 Destination Cache information
Prepared By: KISHOJ BAJRACHARYA (062-BCT-515)

Conclusion
After the completion of these lab exercises, I am able to:

       To determine the MAC address of PC.
       To determine the interface identifier in EUI-64 format from MAC address.
       To identify link local, site local unicast address of the PC.
       Identify the different interfaces at my own PC related to IPv6 transition mechanisms.
       Enable and configure IPv6 addresses on windows XP.
       Identify different address types.
       Manually add/remove IPv6 addresses.
       Disable 6to4 and ISATAP virtual interfaces.
       Use some of the commands like:
           o ipconfig /all
           o ipconfig
           o ipv6 install
           o ipv6 –v if
           o route PRINT
           o ping –t FE80::2A1:B0FF:FE60:1D4F
           o netstat –s
           o netsh interface ipv6 show address
           o netsh interface ipv6 show interface
           o netsh interface ipv6 show routes
           o netsh interface ipv6 show neighbor
           o netsh interface ipv6 show destination

More Related Content

PPTX
IPV6 IPv6 Routing Lab By Rob Hamm
PPT
Ipv6 Alp
DOCX
Practice exam #2
PDF
Ccna 2 Final V4 1
PDF
Ccnav5.org ccna 2-v5_final_exam_2014
PPT
Static Routing
PPT
Chapter5ccna
PPT
Chapter10ccna
IPV6 IPv6 Routing Lab By Rob Hamm
Ipv6 Alp
Practice exam #2
Ccna 2 Final V4 1
Ccnav5.org ccna 2-v5_final_exam_2014
Static Routing
Chapter5ccna
Chapter10ccna

What's hot (20)

PDF
Troubleshooting BGP
PPT
Dynamic routing OSPF 1
DOC
Networking Tutorial Goes to Basic PPP Configuration
PDF
VRF Configuration
DOCX
portfolio2
PPT
Initial Configuration of Router
DOCX
Lab view the switch mac address table lab - view the switch
PPSX
Packet Tracer Tutorial # 2
PDF
Bgp tutorial for ISP
PDF
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
PDF
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
DOC
Cisco switch commands cheat sheet
PPT
Chapter14ccna
DOCX
CCNA- Router on stick, VLAN and Trunking
PPT
Dynamic Routing RIP
PPTX
Лекц 7
PDF
119163798 icnd1-practice-questions-9tut
PDF
ThaiNOG Day 2021: Thailand's Route Validity
PPTX
Cisco CCNA- NAT Configuration
PPTX
Router configuration in packet tracer
Troubleshooting BGP
Dynamic routing OSPF 1
Networking Tutorial Goes to Basic PPP Configuration
VRF Configuration
portfolio2
Initial Configuration of Router
Lab view the switch mac address table lab - view the switch
Packet Tracer Tutorial # 2
Bgp tutorial for ISP
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Cisco switch commands cheat sheet
Chapter14ccna
CCNA- Router on stick, VLAN and Trunking
Dynamic Routing RIP
Лекц 7
119163798 icnd1-practice-questions-9tut
ThaiNOG Day 2021: Thailand's Route Validity
Cisco CCNA- NAT Configuration
Router configuration in packet tracer
Ad

Viewers also liked (11)

DOCX
Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...
PPTX
Shop SEO at WordCamp Netherlands
PPTX
Cobertura riesgo cambiario compañías colombianas evolución y variació...
PPTX
1.esp 1 dia - Ingles instrumental
PPTX
Ramayana: The Thread of Luminance Work Flow
PPT
Educacao inclusiva
DOCX
Frases
PDF
Article Cuidado Infantil (13)
PPTX
Htuf new directions jan-30-13 webinar final
PDF
"ICSU-WDS and Open Science" at JODC 50th Anniversary (file looks corrupted bu...
PPT
Teaching Speaking & Listening
Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...
Shop SEO at WordCamp Netherlands
Cobertura riesgo cambiario compañías colombianas evolución y variació...
1.esp 1 dia - Ingles instrumental
Ramayana: The Thread of Luminance Work Flow
Educacao inclusiva
Frases
Article Cuidado Infantil (13)
Htuf new directions jan-30-13 webinar final
"ICSU-WDS and Open Science" at JODC 50th Anniversary (file looks corrupted bu...
Teaching Speaking & Listening
Ad

Similar to IPv6 examples (20)

PDF
CCNA 1 Chapter 6 v5.0 2014
DOCX
Examen ccna capitulo 6 en ingles
PPTX
BASIC TO ADVANCED NETWORKING TUTORIALS
PPT
Ipv6
PDF
Mpls vpn.rip
PDF
PPT
CCNA Exploration 2 - Chapter 2
DOCX
Running head network design 1 netwo
DOC
Ccna routing and switching
PPTX
ITN_Module_10.pptx gfhfdgsrfryrenikerrtvbter
PPTX
Detailed explanation of Basic router configuration
DOCX
En rse pts_av21_pt61_design_public
PPT
Exploration routing chapter_2
DOCX
How to configure a router
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PPTX
SRWE_Module_15 (1).pptx
PPTX
SRWE_Mod-15.pptx ASDFGHJKLKJHGFDXSZasDFGHJKLKJHGFDSZA
DOCX
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA 1 Chapter 6 v5.0 2014
Examen ccna capitulo 6 en ingles
BASIC TO ADVANCED NETWORKING TUTORIALS
Ipv6
Mpls vpn.rip
CCNA Exploration 2 - Chapter 2
Running head network design 1 netwo
Ccna routing and switching
ITN_Module_10.pptx gfhfdgsrfryrenikerrtvbter
Detailed explanation of Basic router configuration
En rse pts_av21_pt61_design_public
Exploration routing chapter_2
How to configure a router
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
SRWE_Module_15 (1).pptx
SRWE_Mod-15.pptx ASDFGHJKLKJHGFDXSZasDFGHJKLKJHGFDSZA
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx

More from Kishoj Bajracharya (8)

PDF
Tutorial for RDF Graphs
PDF
Comparison of Agent-based platforms
PDF
Network Coding
PDF
Galios: Python Programming
PDF
OLSR setup
PDF
DBpedia mobile
PDF
Manual orange
PDF
Random Number Generation
Tutorial for RDF Graphs
Comparison of Agent-based platforms
Network Coding
Galios: Python Programming
OLSR setup
DBpedia mobile
Manual orange
Random Number Generation

Recently uploaded (20)

PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Classroom Observation Tools for Teachers
PDF
IGGE1 Understanding the Self1234567891011
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Introduction to Building Materials
PDF
1_English_Language_Set_2.pdf probationary
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
RMMM.pdf make it easy to upload and study
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
advance database management system book.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Weekly quiz Compilation Jan -July 25.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Classroom Observation Tools for Teachers
IGGE1 Understanding the Self1234567891011
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
LDMMIA Reiki Yoga Finals Review Spring Summer
Introduction to Building Materials
1_English_Language_Set_2.pdf probationary
Practical Manual AGRO-233 Principles and Practices of Natural Farming
202450812 BayCHI UCSC-SV 20250812 v17.pptx
RMMM.pdf make it easy to upload and study
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
UNIT III MENTAL HEALTH NURSING ASSESSMENT
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
advance database management system book.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape

IPv6 examples

  • 1. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) TRIBHUVAN UNIVERSITY INSTITUTE OF ENGINEERING Pulchowk Campus LAB TEST: Advance Networking with IPv6 SUBMITTED BY: KISHOJ BAJRACHARYA ROLL NUMBER: 062-BCT-515 SUBMITTED TO: DEPARTMENT OF ELECTRONICS & COMPUTER ENGINEERING
  • 2. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) 1. What is the MAC address of your wired LAN card of your machine? 00-A1-B0-60-1D-4F Finding own MAC address in Windows XP is easy with the command prompt. The basic steps for finding the MAC address are as follow: Click Start->Run Type cmd and press enter. In the prompt, type ipconfig /all. Physical address entry is the MAC Address. 2. What is the EUI-64 bit Interface Identifier of your machine? 48 bits MAC Address of my machine is 00-A1-B0-60-1D-4F Steps to generate interface identifier in EUI-64 format MAC Address: 00-A1-B0-60-1D-4F Insert HEX value FFFE between third & fourth byte of MAC Address then 00-A1-B0-FF-FE- 60-1D-4F Perform 2’s complement of LSB of first byte i.e. 0 Hence, 02-A1-B0-FF-FE-60-1D-4F Converting to colon hexadecimal notation to get 64-bits Interface-ID called EUI-64. o 0::2A1:B0FF:FE60:1D4F Hence, EUI-64 of my machine is 0::2A1:B0FF:FE60:1D4F
  • 3. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) 3. What is the Link Local IPv6 unicast address of your machine? Link Local IPv6 unicast address FE80::2A1:B0FF:FE60:1D4F
  • 4. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Link-Local addresses are automatically assigned by the end user equipment and require no external configuration. Format defined by RFC 4291 Section 2.5.6. The address format uses a unique binary prefix (FE8::/10) and the remaining bits (118) are built from the local interface identifier. In the case of ethernet (RFC 2464) the MAC (48 bits) is used to create the EUI-64 value as shown below. Each physical layer supported has a separate RFC for example, FDDI, IEEE 802.15.4 etc. defining, among other things, how the link-local address is created. If an interface identifier has more than 118 bits the link-local address cannot be generated and the unit must be manually configured. Link-local addresses are not routable globally (outside the local LAN/network – however that is defined). The 128 bits of a link-local address for an ethernet interface breakdown as follows: 4. Print the IPv6 routing table using “route” command. To print the IPv6 routing table we use “route print” which is used to display the routes in the IP routing table which is shown in the snapshot which was performed on the desktop PC.
  • 5. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) 5. Analyze the output of ping/ping6 to Link Local Unicast IPv6 address of your machine. Command: ping –t FE80::2A1:B0FF:FE60:1D4F 6. What does the command pathping do? Explain with practical snapshots.
  • 6. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Pathping does the following works: It traces route and provide network latency and packet loss for each router and link in the path. It combines the functionality of PING and TRACERT. It is invaluable for determining which routers or subnets may be having network problems - it displays the degree of packet loss at any given router or link. It sends multiple Echo Request messages to each router between a source and destination over a period of time and computes aggregate results based on the packets returned from each router. It performs the equivalent of the tracert command by identifying which routers are on the path. Firewalls Like tracert PathPing uses Internet Control Message Protocol (ICMP) over TCP/IP. Many firewalls will block ICMP traffic by default. If an attacker is able to forge ICMP redirect packets, he or she can alter the routing tables on the host and possibly subvert the security of the host by causing traffic to flow via a path you didn't intend. Equivalent bash command (Linux): trace - Find the IP address of a remote host Practical Snapshots: Pathping to test within a production LAN out to the Internet to a Web server
  • 7. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Using pathping command from the source to the destination and let pathping do its computation. 7. Show the IPv6 and ICMPv6 status using the command “netstat -s”. The netstat command is used to display the TCP/IP network protocol statistics and information. The netstat command is used to show network status. Traditionally, it is used more for problem determination than for performance measurement. However, the netstat command can be used to determine the amount of traffic on the network to ascertain whether performance problems are due to network congestion. The netstat command displays information regarding traffic on the configured network interfaces, such as the following: • The address of any protocol control blocks associated with the sockets and the state of all sockets • The number of packets received, transmitted, and dropped in the communications subsystem • Cumulative statistics per interface • Routes and their status
  • 8. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Fig: IPv6 status Fig: ICMPv6 Status 8. Use netsh.exe IPv6 CLI to show the (submit snapshots) Netsh.exe tool is used to perform the following tasks: Configure interfaces. Configure routing protocols. Configure filters Configure routes
  • 9. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Configure remote access behavior for Windows-based remote access routers that are running the Routing and Remote Access Server (RRAS) Service. Display the configuration of a currently running router on any computer. Use the scripting feature to run a collection of commands in batch mode against a specified router. IPv6 address information
  • 10. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) IPv6 Interface information
  • 11. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) IPv6 routes information
  • 12. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) IPv6 Neighbour information IPv6 Destination Cache information
  • 13. Prepared By: KISHOJ BAJRACHARYA (062-BCT-515) Conclusion After the completion of these lab exercises, I am able to: To determine the MAC address of PC. To determine the interface identifier in EUI-64 format from MAC address. To identify link local, site local unicast address of the PC. Identify the different interfaces at my own PC related to IPv6 transition mechanisms. Enable and configure IPv6 addresses on windows XP. Identify different address types. Manually add/remove IPv6 addresses. Disable 6to4 and ISATAP virtual interfaces. Use some of the commands like: o ipconfig /all o ipconfig o ipv6 install o ipv6 –v if o route PRINT o ping –t FE80::2A1:B0FF:FE60:1D4F o netstat –s o netsh interface ipv6 show address o netsh interface ipv6 show interface o netsh interface ipv6 show routes o netsh interface ipv6 show neighbor o netsh interface ipv6 show destination