SlideShare a Scribd company logo
1 of 13
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

What's hot

Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Đồng Quốc Vương
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
Muuluu
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
nicolelemmimg
 

What's hot (20)

Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGP
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
portfolio2
portfolio2portfolio2
portfolio2
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Lab view the switch mac address table lab - view the switch
Lab   view the switch mac address table lab - view the switchLab   view the switch mac address table lab - view the switch
Lab view the switch mac address table lab - view the switch
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Bgp tutorial for ISP
Bgp tutorial for ISPBgp tutorial for ISP
Bgp tutorial for ISP
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and Trunking
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
ThaiNOG Day 2021: Thailand's Route Validity
ThaiNOG Day 2021: Thailand's Route ValidityThaiNOG Day 2021: Thailand's Route Validity
ThaiNOG Day 2021: Thailand's Route Validity
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 

Viewers also liked

Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...
Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...
Epistemología, Bolivia, Belleza, Carnaval, White Skin, Corso, Piel Blanca, Co...
Álvaro Miguel Carranza Montalvo
 
Htuf new directions jan-30-13 webinar final
Htuf new directions   jan-30-13 webinar finalHtuf new directions   jan-30-13 webinar final
Htuf new directions jan-30-13 webinar final
CALSTART
 

Viewers also liked (11)

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

Similar to IPv6 examples

CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
Irsandi Hasan
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
Joshua Torres
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
zmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
zmulani8
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
keturahhazelhurst
 

Similar to IPv6 examples (20)

CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en ingles
 
BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALS
 
Ipv6
Ipv6Ipv6
Ipv6
 
Mpls vpn.rip
Mpls vpn.ripMpls vpn.rip
Mpls vpn.rip
 
Linux router
Linux routerLinux router
Linux router
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwo
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
En rse pts_av21_pt61_design_public
En rse pts_av21_pt61_design_publicEn rse pts_av21_pt61_design_public
En rse pts_av21_pt61_design_public
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
 
How to configure a router
How to configure a router How to configure a router
How to configure a router
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptx
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
 

More from Kishoj Bajracharya (8)

Tutorial for RDF Graphs
Tutorial for RDF GraphsTutorial for RDF Graphs
Tutorial for RDF Graphs
 
Comparison of Agent-based platforms
Comparison of Agent-based platformsComparison of Agent-based platforms
Comparison of Agent-based platforms
 
Network Coding
Network CodingNetwork Coding
Network Coding
 
Galios: Python Programming
Galios: Python Programming Galios: Python Programming
Galios: Python Programming
 
OLSR setup
OLSR setup OLSR setup
OLSR setup
 
DBpedia mobile
DBpedia mobileDBpedia mobile
DBpedia mobile
 
Manual orange
Manual orangeManual orange
Manual orange
 
Random Number Generation
Random Number GenerationRandom Number Generation
Random Number Generation
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Recently uploaded (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

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