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

Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGPAPNIC
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1Kishore Kumar
 
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 Configuration3Anetwork com
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF ConfigurationNetwax Lab
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of RouterKishore Kumar
 
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 switchADDY50
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul Basit
 
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 EXAMHamesKellor
 
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
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
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 TrunkingRafat Khandaker
 
Лекц 7
Лекц 7Лекц 7
Лекц 7Muuluu
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 
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 ValidityAPNIC
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 

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
 
Shop SEO at WordCamp Netherlands
Shop SEO at WordCamp NetherlandsShop SEO at WordCamp Netherlands
Shop SEO at WordCamp NetherlandsMichiel Heijmans
 
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ó...jorge armando duarte garcia
 
1.esp 1 dia - Ingles instrumental
1.esp 1 dia - Ingles instrumental1.esp 1 dia - Ingles instrumental
1.esp 1 dia - Ingles instrumentalRoelmy Cecim
 
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 finalCALSTART
 
"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...Yasuhiro Murayama
 
Teaching Speaking & Listening
Teaching Speaking & ListeningTeaching Speaking & Listening
Teaching Speaking & ListeningErin Lowry
 

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

BASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSBASIC TO ADVANCED NETWORKING TUTORIALS
BASIC TO ADVANCED NETWORKING TUTORIALSVarinder Singh Walia
 
Mpls vpn.rip
Mpls vpn.ripMpls vpn.rip
Mpls vpn.ripfarhanica
 
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 2Irsandi Hasan
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwoAKHIL969626
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switchingCRIS FERNANDEZ
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
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_publicSaad Jouhari
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2Joshua Torres
 
How to configure a router
How to configure a router How to configure a router
How to configure a router IT Tech
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
SRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxSRWE_Module_15 (1).pptx
SRWE_Module_15 (1).pptxYohaWaid
 
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.docxketurahhazelhurst
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017Satyendra Singh
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6Private
 

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

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

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

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