SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Troubleshoo*ng	
  IPv6	
  

         Rolf	
  Schärer,	
  CCIE	
  #17218	
  
HSR	
  Hochschule	
  für	
  Technik	
  Rapperswil	
  
        Swiss	
  IPv6	
  Council	
  Member	
  
Off-­‐Topic	
  


•  The	
  sad	
  thing	
  about	
  IPv6	
  jokes	
  is	
  that	
  almost	
  no	
  one	
  
   understands	
  them	
  and	
  no	
  one	
  is	
  using	
  them	
  yet.	
  
                                                                                           unknown,	
  Internet	
  




                            Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Agenda	
  


•    Real	
  life	
  IPv6	
  issues	
  
•    DemonstraNon	
  
•    Tools	
  
•    Conclusions	
  and	
  RecommendaNons	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Agenda	
  


•    Real	
  life	
  IPv6	
  issues	
  
•    DemonstraNon	
  
•    Tools	
  
•    Conclusions	
  and	
  RecommendaNons	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Real	
  life	
  IPv6	
  issues	
  
Host	
  

•  Wrong	
  IPv6	
  address/subnetmask/default	
  gateway	
  
     ð IPv4/IPv6	
  fallback	
  problem	
  
     ð Check	
  reachability	
  of	
  your	
  prefix	
  with	
  looking	
  glass	
  
           •  ping	
  /	
  traceroute	
  




                                  Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Real	
  life	
  IPv6	
  issues	
  
Network	
  

•  Broken	
  connecNvity	
  on	
  the	
  path	
  
     ð traceroute	
  
     ð check	
  reachability	
  of	
  your	
  prefix	
  and	
  the	
  desNnaNon	
  via	
  
        looking	
  glass	
  /	
  verificaNon	
  service	
  
•  Broken	
  Path	
  MTU	
  discovery	
  (RFC1981)	
  
     ð No	
  fragmentaNon	
  allowed	
  on	
  path	
  
        -­‐>	
  node	
  must	
  adjust	
  the	
  MTU	
  
•  Firewall	
  blocks	
  traffic	
  
     ð On	
  today’s	
  products,	
  IPv4	
  and	
  IPv6	
  rules	
  have	
  to	
  be	
  
        configured	
  separately	
  


                                Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Real	
  life	
  IPv6	
  issues	
  
IPv6	
  to	
  IPv4	
  fallback	
  problem	
  

                                               IPv4/IPv6 enabled network

               IPv6                                                                            IPv6
                                                   Connected via IPv6
               IPv4                                                                            IPv4

   www.test.com
   A: 192.0.2.10
   AAAA: 2001:db8::10

                                                                                  ca. 20-30s
               IPv6             Connection FAILS via IPv6                                      IPv6
               IPv4                                Connected via IPv4                          IPv4

   www.test.com
   A: 192.0.2.10
   AAAA: 2001:db8::10


               IPv6
                                                   Connected via IPv4                          IPv4
               IPv4

   www.test.com
   A: 192.0.2.10



                                Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Agenda	
  


•    Real	
  life	
  IPv6	
  issues	
  
•    Demonstra*on	
  
•    Tools	
  
•    Conclusions	
  and	
  RecommendaNons	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Demonstra*on	
  


•  IPv4/IPv6	
  performance	
  measurement	
  
    ð via	
  online	
  service	
  –	
  test	
  your	
  internet	
  uplink	
  


•  DNS	
  behavior	
  with	
  and	
  without	
  dualstack	
  
    ð v4.ipv6now.ch	
  –	
  A	
  record	
  only	
  
    ð v6.ipv6now.ch	
  –	
  AAAA	
  record	
  only	
  
    ð dualstack.ipv6now.ch	
  –	
  A	
  and	
  AAAA	
  record	
  


•  IPv6/IPv4	
  fallback	
  


                              Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Agenda	
  


•    Real	
  life	
  IPv6	
  issues	
  
•    DemonstraNon	
  
•    Tools	
  
•    Conclusions	
  and	
  RecommendaNons	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
End	
  Host	
  Tools	
  and	
  Plugins	
  

•  Firefox	
  /	
  Chrome	
  
    ð Show	
  IP	
  Plugin	
  
            •  only	
  show’s	
  the	
  response	
  of	
  the	
  DNS	
  server,	
  not	
  the	
  used	
  IP	
  address	
  
•  ping/ping6	
  
•  tracert/traceroute6	
  




                                    Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
End	
  Host	
  Commands	
  (I)	
  

•  Address	
  verificaNon	
  
    ipconfig
    netsh interface ipv6 show addresses

•  DHCP	
  
    ipconfig /release6 ; ipconfig /renew6

•  Default	
  Gateway	
  
    netstat –nr

•  Neighbor	
  Table	
  
    netsh interface ipv6 show neighbors

•  Ping	
  /	
  Traceroute	
  
    ping <X:X:X:X:X:X:X:X> ; ping -6 <hostname>
    tracert <X:X:X:X:X:X:X:X>; tracert -6 <hostname>




                         Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
End	
  Host	
  Commands	
  (II)	
  

•  Address	
  verificaNon	
  
    ifconfig en0
    ifconfig en0 | grep inet6      	
  
•  Default	
  Gateway	
  
    netstat –nr | grep default

•  Neighbor	
  Table	
  
    ndp -a   	
  
•  Ping	
  /	
  Traceroute	
  
    ping6 <X:X:X:X:X:X:X:X> | <hostname>
    traceroute6 <X:X:X:X:X:X:X:X> | <hostname>




                         Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
End	
  Host	
  Commands	
  (III)	
  

•  Useful	
  Commands	
  
    ð Verify	
  IPv6	
  Address	
  
            •  All	
  sedngs:	
  ip addr list eth0	
  
            •  Address	
  only:	
  ip addr list eth0 | grep inet6	
  
•  Default	
  Gateway	
  
    ip –6 route list
    netstat -6 -rn

•  Neighbor	
  Table	
  
    ip -6 neigh show




                            Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Network	
  Equipment	
  Commands	
  (cisco)	
  

•  IPv6	
  unicast-­‐rouNng	
  has	
  to	
  be	
  enabled	
  
   separately	
  
    Router# config t
    Router(config)# ipv6 unicast-routing

•  RouNng	
  Table	
  
     show ipv6 route
     show ipv6 route X:X:X:X::/64

•  Interfaces	
  
     show ipv6 interface brief




                             Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Network	
  Connec*vity	
  Tools	
  

•  BGP	
  looking	
  glasses	
  
    ð e.g.	
  Switch	
  IPv6	
  looking	
  glass	
  
        hfp://www.switch.ch/network/tools/ipv6lookingglass/index.html	
  



    ð shows	
  the	
  view	
  of	
  the	
  
       internet	
  to	
  your	
  	
  
       network	
  




                                Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Server	
  Verifica*on	
  Tools	
  

•  e.g.	
  hfp://www.checked.by.iks-­‐jena.de/	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
World	
  IPv6	
  Day	
  –	
  Connec*vity	
  Chart	
  

•  hfp://ipv6eyechart.ripe.net/	
  
    ð overview	
  of	
  sites	
  parNcipate	
  at	
  the	
  World	
  IPv6	
  Day	
  




                             Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
DNS	
  verifica*on	
  –	
  on	
  client	
  

•  Windows:	
  
    nslookup –q=AAAA hostname




•  Linux/OS	
  X:	
  
    dig AAAA hostname




                         Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
DNS	
  verifica*on	
  –	
  external	
  services	
  




                       Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Path	
  MTU	
  discovery	
  

•  hfp://www.ipv6chicken.com	
  
    ð shows	
  an	
  incomplete	
  image	
  if	
  the	
  MTU	
  	
  




                             Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Simple	
  IPv6	
  performance	
  measurement	
  

•  iperf	
  
    ð hfp://sourceforge.net/projects/iperf/	
  




•  Jperf	
  (graphical	
  extension	
  to	
  iperf)	
  
    ð hfp://www.nwlab.net/know-­‐how/JPerf/	
  




                         Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Online	
  IPv4/IPv6	
  Performance	
  Test	
  

•  With	
  online	
  speedtest’s	
  you	
  can	
  measure	
  your	
  internet	
  
   connecNvity	
  
    ð  Bad	
  performance	
  does	
  not	
  automaNcally	
  mean	
  your	
  internet	
  uplink	
  is	
  bad,	
  it	
  also	
  
        can	
  be	
  the	
  server	
  or	
  the	
  network	
  between	
  

•  hfp://ipv6-­‐test.com/speedtest/	
  
                                                                                                               Internet




                                    Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Tools	
  
Wireshark	
  

•  hfp://www.wireshark.org	
  




                 Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Agenda	
  


•    Real	
  life	
  IPv6	
  issues	
  
•    DemonstraNon	
  
•    Tools	
  
•    Conclusions	
  and	
  Recommenda*ons	
  




                     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Conclusions	
  and	
  Recommenda*ons	
  (I)	
  


•  Update	
  your	
  exisNng	
  troubleshooNng	
  tools	
  AND	
  skills	
  
     	
  
OR	
  
	
  
•  Look	
  for	
  new	
  tools	
  if	
  your	
  exisNng	
  tools	
  do	
  not	
  support	
  
     IPv6	
  




                           Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Conclusions	
  and	
  Recommenda*ons	
  (II)	
  


•  Monitor	
  your	
  IPv6	
  infrastructure	
  
   	
  


AND	
  
	
  
	
  
•  Document	
  your	
  IPv6	
  environment	
  




                       Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Conclusions	
  and	
  Recommenda*ons	
  (III)	
  


•  Align	
  your	
  IPv6	
  structure	
  with	
  your	
  exisNng	
  IPv4	
  
   environment	
  
•  A	
  good	
  design	
  speeds	
  up	
  your	
  troubleshooNng	
  and	
  
   secures	
  your	
  environment	
  
    ð datacenter	
  
         •  EUI-­‐64	
  and	
  router	
  adverNsements	
  not	
  necessary	
  
            –	
  use	
  staNc	
  allocaNon	
  only	
  
    ð clients	
  
         •  design	
  depends	
  on	
  your	
  environment	
  
            (full	
  DHCPv6,	
  eui-­‐64/DHCPv6,	
  pure	
  eui-­‐64)	
  
         •  enable	
  IPv6	
  privacy	
  extension	
  on	
  all	
  your	
  EUI-­‐64	
  
            clients!	
  

                                Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Conclusions	
  and	
  Recommenda*ons	
  (IV)	
  


•  Train	
  yourself	
  (and	
  your	
  other	
  IT	
  staff)	
  in	
  IPv6	
  
   troubleshooNng	
  
   	
  
   it’s	
  all	
  about	
  pracNce...	
  
   	
  
   ...	
  but	
  not	
  that	
  
   different	
  to	
  IPv4!	
  




                            Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
Conclusions	
  and	
  Recommenda*ons	
  (V)	
  


•  Update	
  your	
  internal	
  processes	
  for	
  IPv6	
  
    ð VerificaNon	
  aler	
  a	
  change	
  
    ð Deployment	
  of	
  new	
  equipment	
  
    ð Helpdesk	
  
    ð ...	
  




                         Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
5. Troubleshooting IPv6 - Rolf Schärer

Weitere ähnliche Inhalte

Was ist angesagt?

Der Einsatz von Lisp für die IPv6 Migration
Der Einsatz von Lisp für die IPv6 MigrationDer Einsatz von Lisp für die IPv6 Migration
Der Einsatz von Lisp für die IPv6 MigrationSwiss IPv6 Council
 
Content over IPv6: no excuses
Content over IPv6: no excusesContent over IPv6: no excuses
Content over IPv6: no excusesIvan Pepelnjak
 
Sip & IPv6 - time for action!
Sip & IPv6 - time for action!Sip & IPv6 - time for action!
Sip & IPv6 - time for action!Olle E Johansson
 
IPv6 Adressvergabe und Adressierung
IPv6 Adressvergabe und AdressierungIPv6 Adressvergabe und Adressierung
IPv6 Adressvergabe und AdressierungSwiss IPv6 Council
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksSkeeve Stevens
 
Apache Rave (Incubating) at SURFnet
Apache Rave (Incubating) at SURFnetApache Rave (Incubating) at SURFnet
Apache Rave (Incubating) at SURFnetJasha Joachimsthal
 
Sipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slidesSipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slidesOlle E Johansson
 
12.00 - Dr. Tim Chown - University of Southampton
12.00 - Dr. Tim Chown - University of Southampton12.00 - Dr. Tim Chown - University of Southampton
12.00 - Dr. Tim Chown - University of SouthamptonIPv6 Summit 2010
 
IPv6 strategy for deployment at ETH Switzerland
IPv6 strategy for deployment at ETH SwitzerlandIPv6 strategy for deployment at ETH Switzerland
IPv6 strategy for deployment at ETH SwitzerlandSwiss IPv6 Council
 
IPv6 on Portuguese Public Administration - Transition of services to IPv6
IPv6 on Portuguese Public Administration - Transition of services to IPv6IPv6 on Portuguese Public Administration - Transition of services to IPv6
IPv6 on Portuguese Public Administration - Transition of services to IPv6Jorge Matias
 
APNIC Update
APNIC Update APNIC Update
APNIC Update APNIC
 
2015 update: SIP and IPv6 issues - staying Happy in SIP
2015 update: SIP and IPv6 issues - staying Happy in SIP2015 update: SIP and IPv6 issues - staying Happy in SIP
2015 update: SIP and IPv6 issues - staying Happy in SIPOlle E Johansson
 
Swisscom: Testing von IPv6 Security Devices
Swisscom: Testing von IPv6 Security DevicesSwisscom: Testing von IPv6 Security Devices
Swisscom: Testing von IPv6 Security DevicesSwiss IPv6 Council
 
Iptablesrocks
IptablesrocksIptablesrocks
Iptablesrocksqwer_asdf
 

Was ist angesagt? (18)

Der Einsatz von Lisp für die IPv6 Migration
Der Einsatz von Lisp für die IPv6 MigrationDer Einsatz von Lisp für die IPv6 Migration
Der Einsatz von Lisp für die IPv6 Migration
 
IPv6 at CSCS
IPv6 at CSCSIPv6 at CSCS
IPv6 at CSCS
 
Content over IPv6: no excuses
Content over IPv6: no excusesContent over IPv6: no excuses
Content over IPv6: no excuses
 
Sip & IPv6 - time for action!
Sip & IPv6 - time for action!Sip & IPv6 - time for action!
Sip & IPv6 - time for action!
 
IPv6 Adressvergabe und Adressierung
IPv6 Adressvergabe und AdressierungIPv6 Adressvergabe und Adressierung
IPv6 Adressvergabe und Adressierung
 
ION Durban - IPv6 Case Study (Liquid Telecom)
ION Durban - IPv6 Case Study (Liquid Telecom)ION Durban - IPv6 Case Study (Liquid Telecom)
ION Durban - IPv6 Case Study (Liquid Telecom)
 
Rapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP NetworksRapid IPv6 Deployment for ISP Networks
Rapid IPv6 Deployment for ISP Networks
 
Apache Rave (Incubating) at SURFnet
Apache Rave (Incubating) at SURFnetApache Rave (Incubating) at SURFnet
Apache Rave (Incubating) at SURFnet
 
Sipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slidesSipforum SIP & IPv6 discussion slides
Sipforum SIP & IPv6 discussion slides
 
12.00 - Dr. Tim Chown - University of Southampton
12.00 - Dr. Tim Chown - University of Southampton12.00 - Dr. Tim Chown - University of Southampton
12.00 - Dr. Tim Chown - University of Southampton
 
IPv6 Security und Hacking
IPv6 Security und HackingIPv6 Security und Hacking
IPv6 Security und Hacking
 
IPv6 strategy for deployment at ETH Switzerland
IPv6 strategy for deployment at ETH SwitzerlandIPv6 strategy for deployment at ETH Switzerland
IPv6 strategy for deployment at ETH Switzerland
 
IPv6 on Portuguese Public Administration - Transition of services to IPv6
IPv6 on Portuguese Public Administration - Transition of services to IPv6IPv6 on Portuguese Public Administration - Transition of services to IPv6
IPv6 on Portuguese Public Administration - Transition of services to IPv6
 
APNIC Update
APNIC Update APNIC Update
APNIC Update
 
2015 update: SIP and IPv6 issues - staying Happy in SIP
2015 update: SIP and IPv6 issues - staying Happy in SIP2015 update: SIP and IPv6 issues - staying Happy in SIP
2015 update: SIP and IPv6 issues - staying Happy in SIP
 
Swisscom: Testing von IPv6 Security Devices
Swisscom: Testing von IPv6 Security DevicesSwisscom: Testing von IPv6 Security Devices
Swisscom: Testing von IPv6 Security Devices
 
Marco Hogewoning -XS4all
Marco Hogewoning -XS4allMarco Hogewoning -XS4all
Marco Hogewoning -XS4all
 
Iptablesrocks
IptablesrocksIptablesrocks
Iptablesrocks
 

Andere mochten auch

Andere mochten auch (6)

IPv6 Troubleshooting for Helpdesks
IPv6 Troubleshooting for HelpdesksIPv6 Troubleshooting for Helpdesks
IPv6 Troubleshooting for Helpdesks
 
Acl Listas de Controle de Acesso
Acl Listas de Controle de AcessoAcl Listas de Controle de Acesso
Acl Listas de Controle de Acesso
 
IPv6 ACL
IPv6 ACLIPv6 ACL
IPv6 ACL
 
CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9
 
CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6CCNA Exploration 2 - Chapter 6
CCNA Exploration 2 - Chapter 6
 
CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2CCNA Discovery 4 - Chapter 2
CCNA Discovery 4 - Chapter 2
 

Ähnlich wie 5. Troubleshooting IPv6 - Rolf Schärer

ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...
ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...
ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...Deploy360 Programme (Internet Society)
 
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill Linpro
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill LinproNorway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill Linpro
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill LinproIPv6no
 
IPv6 at Home
IPv6 at HomeIPv6 at Home
IPv6 at HomeRIPE NCC
 
IPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToIPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToGary Wilhelm
 
IPv6 New RFCs
IPv6 New RFCsIPv6 New RFCs
IPv6 New RFCsAPNIC
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013Affan Basalamah
 
TCP/IP Geeks Stockholm :: Introduction to IPv6
TCP/IP Geeks Stockholm :: Introduction to IPv6TCP/IP Geeks Stockholm :: Introduction to IPv6
TCP/IP Geeks Stockholm :: Introduction to IPv6Olle E Johansson
 
IPv6 in Finland - What Did We Measure?
IPv6 in Finland - What Did We Measure?IPv6 in Finland - What Did We Measure?
IPv6 in Finland - What Did We Measure?RIPE NCC
 
Successes and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICSuccesses and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICAPNIC
 
IPv6 at LinkedIn
IPv6 at LinkedInIPv6 at LinkedIn
IPv6 at LinkedInAPNIC
 
Low-Cost ICS Network Performance Testing
Low-Cost ICS Network Performance TestingLow-Cost ICS Network Performance Testing
Low-Cost ICS Network Performance TestingJim Gilsinn
 
Happy Eyeballs v2 - RFC8305
Happy Eyeballs v2 - RFC8305Happy Eyeballs v2 - RFC8305
Happy Eyeballs v2 - RFC8305APNIC
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 TransitionJohnson Liu
 
World IPv6 Day in indonesia
World IPv6 Day in indonesiaWorld IPv6 Day in indonesia
World IPv6 Day in indonesiaAffan Basalamah
 

Ähnlich wie 5. Troubleshooting IPv6 - Rolf Schärer (20)

ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...
ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...
ION Ljubljana - Nathalie Trenaman: World IPv6 Launch and RIPE Atlas Visualisa...
 
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill Linpro
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill LinproNorway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill Linpro
Norway - IPv6 World Leader: Tore Anderson, IPv6 guru, Redpill Linpro
 
Getting The World IPv6 Enabled
Getting The World IPv6 EnabledGetting The World IPv6 Enabled
Getting The World IPv6 Enabled
 
IPv6 at Home
IPv6 at HomeIPv6 at Home
IPv6 at Home
 
IPv6 at Home -2014
IPv6 at Home -2014IPv6 at Home -2014
IPv6 at Home -2014
 
ION Krakow - A Global IPv6 Deployment Update
ION Krakow - A Global IPv6 Deployment UpdateION Krakow - A Global IPv6 Deployment Update
ION Krakow - A Global IPv6 Deployment Update
 
IPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have ToIPv6: We Care So You Don't Have To
IPv6: We Care So You Don't Have To
 
IPv6 New RFCs
IPv6 New RFCsIPv6 New RFCs
IPv6 New RFCs
 
IPv6 Development in ITB 2013
IPv6 Development in ITB 2013IPv6 Development in ITB 2013
IPv6 Development in ITB 2013
 
IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?
IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?
IPv6 and Telecom: IPv4 Is FInally Running Out. Now What?
 
TCP/IP Geeks Stockholm :: Introduction to IPv6
TCP/IP Geeks Stockholm :: Introduction to IPv6TCP/IP Geeks Stockholm :: Introduction to IPv6
TCP/IP Geeks Stockholm :: Introduction to IPv6
 
IPv6 in cellular networks - Jordi Palet
IPv6 in cellular networks - Jordi PaletIPv6 in cellular networks - Jordi Palet
IPv6 in cellular networks - Jordi Palet
 
IPv6 in Finland - What Did We Measure?
IPv6 in Finland - What Did We Measure?IPv6 in Finland - What Did We Measure?
IPv6 in Finland - What Did We Measure?
 
Successes and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNICSuccesses and Challenges of IPv6 Transition at APNIC
Successes and Challenges of IPv6 Transition at APNIC
 
IPv6 at LinkedIn
IPv6 at LinkedInIPv6 at LinkedIn
IPv6 at LinkedIn
 
Low-Cost ICS Network Performance Testing
Low-Cost ICS Network Performance TestingLow-Cost ICS Network Performance Testing
Low-Cost ICS Network Performance Testing
 
Happy Eyeballs v2 - RFC8305
Happy Eyeballs v2 - RFC8305Happy Eyeballs v2 - RFC8305
Happy Eyeballs v2 - RFC8305
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
 
World IPv6 Day in indonesia
World IPv6 Day in indonesiaWorld IPv6 Day in indonesia
World IPv6 Day in indonesia
 
Ventajas de IPv6
Ventajas de IPv6Ventajas de IPv6
Ventajas de IPv6
 

Mehr von Digicomp Academy AG

Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019
Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019
Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019Digicomp Academy AG
 
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...Digicomp Academy AG
 
Innovation durch kollaboration gennex 2018
Innovation durch kollaboration gennex 2018Innovation durch kollaboration gennex 2018
Innovation durch kollaboration gennex 2018Digicomp Academy AG
 
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handout
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handoutRoger basler meetup_digitale-geschaeftsmodelle-entwickeln_handout
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handoutDigicomp Academy AG
 
Roger basler meetup_21082018_work-smarter-not-harder_handout
Roger basler meetup_21082018_work-smarter-not-harder_handoutRoger basler meetup_21082018_work-smarter-not-harder_handout
Roger basler meetup_21082018_work-smarter-not-harder_handoutDigicomp Academy AG
 
Xing expertendialog zu nudge unit x
Xing expertendialog zu nudge unit xXing expertendialog zu nudge unit x
Xing expertendialog zu nudge unit xDigicomp Academy AG
 
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?Digicomp Academy AG
 
IPv6 Security Talk mit Joe Klein
IPv6 Security Talk mit Joe KleinIPv6 Security Talk mit Joe Klein
IPv6 Security Talk mit Joe KleinDigicomp Academy AG
 
Agiles Management - Wie geht das?
Agiles Management - Wie geht das?Agiles Management - Wie geht das?
Agiles Management - Wie geht das?Digicomp Academy AG
 
Gewinnen Sie Menschen und Ziele - Referat von Andi Odermatt
Gewinnen Sie Menschen und Ziele - Referat von Andi OdermattGewinnen Sie Menschen und Ziele - Referat von Andi Odermatt
Gewinnen Sie Menschen und Ziele - Referat von Andi OdermattDigicomp Academy AG
 
Querdenken mit Kreativitätsmethoden – XING Expertendialog
Querdenken mit Kreativitätsmethoden – XING ExpertendialogQuerdenken mit Kreativitätsmethoden – XING Expertendialog
Querdenken mit Kreativitätsmethoden – XING ExpertendialogDigicomp Academy AG
 
Xing LearningZ: Digitale Geschäftsmodelle entwickeln
Xing LearningZ: Digitale Geschäftsmodelle entwickelnXing LearningZ: Digitale Geschäftsmodelle entwickeln
Xing LearningZ: Digitale Geschäftsmodelle entwickelnDigicomp Academy AG
 
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only Building
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only BuildingSwiss IPv6 Council: The Cisco-Journey to an IPv6-only Building
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only BuildingDigicomp Academy AG
 
UX – Schlüssel zum Erfolg im Digital Business
UX – Schlüssel zum Erfolg im Digital BusinessUX – Schlüssel zum Erfolg im Digital Business
UX – Schlüssel zum Erfolg im Digital BusinessDigicomp Academy AG
 
Die IPv6 Journey der ETH Zürich
Die IPv6 Journey der ETH Zürich Die IPv6 Journey der ETH Zürich
Die IPv6 Journey der ETH Zürich Digicomp Academy AG
 
Xing LearningZ: Die 10 + 1 Trends im (E-)Commerce
Xing LearningZ: Die 10 + 1 Trends im (E-)CommerceXing LearningZ: Die 10 + 1 Trends im (E-)Commerce
Xing LearningZ: Die 10 + 1 Trends im (E-)CommerceDigicomp Academy AG
 
Zahlen Battle: klassische werbung vs.online-werbung-somexcloud
Zahlen Battle: klassische werbung vs.online-werbung-somexcloudZahlen Battle: klassische werbung vs.online-werbung-somexcloud
Zahlen Battle: klassische werbung vs.online-werbung-somexcloudDigicomp Academy AG
 
General data protection regulation-slides
General data protection regulation-slidesGeneral data protection regulation-slides
General data protection regulation-slidesDigicomp Academy AG
 

Mehr von Digicomp Academy AG (20)

Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019
Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019
Becoming Agile von Christian Botta – Personal Swiss Vortrag 2019
 
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...
Swiss IPv6 Council – Case Study - Deployment von IPv6 in einer Container Plat...
 
Innovation durch kollaboration gennex 2018
Innovation durch kollaboration gennex 2018Innovation durch kollaboration gennex 2018
Innovation durch kollaboration gennex 2018
 
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handout
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handoutRoger basler meetup_digitale-geschaeftsmodelle-entwickeln_handout
Roger basler meetup_digitale-geschaeftsmodelle-entwickeln_handout
 
Roger basler meetup_21082018_work-smarter-not-harder_handout
Roger basler meetup_21082018_work-smarter-not-harder_handoutRoger basler meetup_21082018_work-smarter-not-harder_handout
Roger basler meetup_21082018_work-smarter-not-harder_handout
 
Xing expertendialog zu nudge unit x
Xing expertendialog zu nudge unit xXing expertendialog zu nudge unit x
Xing expertendialog zu nudge unit x
 
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?
Responsive Organisation auf Basis der Holacracy – nur ein Hype oder die Zukunft?
 
IPv6 Security Talk mit Joe Klein
IPv6 Security Talk mit Joe KleinIPv6 Security Talk mit Joe Klein
IPv6 Security Talk mit Joe Klein
 
Agiles Management - Wie geht das?
Agiles Management - Wie geht das?Agiles Management - Wie geht das?
Agiles Management - Wie geht das?
 
Gewinnen Sie Menschen und Ziele - Referat von Andi Odermatt
Gewinnen Sie Menschen und Ziele - Referat von Andi OdermattGewinnen Sie Menschen und Ziele - Referat von Andi Odermatt
Gewinnen Sie Menschen und Ziele - Referat von Andi Odermatt
 
Querdenken mit Kreativitätsmethoden – XING Expertendialog
Querdenken mit Kreativitätsmethoden – XING ExpertendialogQuerdenken mit Kreativitätsmethoden – XING Expertendialog
Querdenken mit Kreativitätsmethoden – XING Expertendialog
 
Xing LearningZ: Digitale Geschäftsmodelle entwickeln
Xing LearningZ: Digitale Geschäftsmodelle entwickelnXing LearningZ: Digitale Geschäftsmodelle entwickeln
Xing LearningZ: Digitale Geschäftsmodelle entwickeln
 
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only Building
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only BuildingSwiss IPv6 Council: The Cisco-Journey to an IPv6-only Building
Swiss IPv6 Council: The Cisco-Journey to an IPv6-only Building
 
UX – Schlüssel zum Erfolg im Digital Business
UX – Schlüssel zum Erfolg im Digital BusinessUX – Schlüssel zum Erfolg im Digital Business
UX – Schlüssel zum Erfolg im Digital Business
 
Minenfeld IPv6
Minenfeld IPv6Minenfeld IPv6
Minenfeld IPv6
 
Was ist design thinking
Was ist design thinkingWas ist design thinking
Was ist design thinking
 
Die IPv6 Journey der ETH Zürich
Die IPv6 Journey der ETH Zürich Die IPv6 Journey der ETH Zürich
Die IPv6 Journey der ETH Zürich
 
Xing LearningZ: Die 10 + 1 Trends im (E-)Commerce
Xing LearningZ: Die 10 + 1 Trends im (E-)CommerceXing LearningZ: Die 10 + 1 Trends im (E-)Commerce
Xing LearningZ: Die 10 + 1 Trends im (E-)Commerce
 
Zahlen Battle: klassische werbung vs.online-werbung-somexcloud
Zahlen Battle: klassische werbung vs.online-werbung-somexcloudZahlen Battle: klassische werbung vs.online-werbung-somexcloud
Zahlen Battle: klassische werbung vs.online-werbung-somexcloud
 
General data protection regulation-slides
General data protection regulation-slidesGeneral data protection regulation-slides
General data protection regulation-slides
 

Kürzlich hochgeladen

ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
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
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
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
 

Kürzlich hochgeladen (20)

ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.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
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
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...
 

5. Troubleshooting IPv6 - Rolf Schärer

  • 1. Troubleshoo*ng  IPv6   Rolf  Schärer,  CCIE  #17218   HSR  Hochschule  für  Technik  Rapperswil   Swiss  IPv6  Council  Member  
  • 2. Off-­‐Topic   •  The  sad  thing  about  IPv6  jokes  is  that  almost  no  one   understands  them  and  no  one  is  using  them  yet.   unknown,  Internet   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 3. Agenda   •  Real  life  IPv6  issues   •  DemonstraNon   •  Tools   •  Conclusions  and  RecommendaNons   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 4. Agenda   •  Real  life  IPv6  issues   •  DemonstraNon   •  Tools   •  Conclusions  and  RecommendaNons   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 5. Real  life  IPv6  issues   Host   •  Wrong  IPv6  address/subnetmask/default  gateway   ð IPv4/IPv6  fallback  problem   ð Check  reachability  of  your  prefix  with  looking  glass   •  ping  /  traceroute   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 6. Real  life  IPv6  issues   Network   •  Broken  connecNvity  on  the  path   ð traceroute   ð check  reachability  of  your  prefix  and  the  desNnaNon  via   looking  glass  /  verificaNon  service   •  Broken  Path  MTU  discovery  (RFC1981)   ð No  fragmentaNon  allowed  on  path   -­‐>  node  must  adjust  the  MTU   •  Firewall  blocks  traffic   ð On  today’s  products,  IPv4  and  IPv6  rules  have  to  be   configured  separately   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 7. Real  life  IPv6  issues   IPv6  to  IPv4  fallback  problem   IPv4/IPv6 enabled network IPv6 IPv6 Connected via IPv6 IPv4 IPv4 www.test.com A: 192.0.2.10 AAAA: 2001:db8::10 ca. 20-30s IPv6 Connection FAILS via IPv6 IPv6 IPv4 Connected via IPv4 IPv4 www.test.com A: 192.0.2.10 AAAA: 2001:db8::10 IPv6 Connected via IPv4 IPv4 IPv4 www.test.com A: 192.0.2.10 Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 8. Agenda   •  Real  life  IPv6  issues   •  Demonstra*on   •  Tools   •  Conclusions  and  RecommendaNons   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 9. Demonstra*on   •  IPv4/IPv6  performance  measurement   ð via  online  service  –  test  your  internet  uplink   •  DNS  behavior  with  and  without  dualstack   ð v4.ipv6now.ch  –  A  record  only   ð v6.ipv6now.ch  –  AAAA  record  only   ð dualstack.ipv6now.ch  –  A  and  AAAA  record   •  IPv6/IPv4  fallback   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 10. Agenda   •  Real  life  IPv6  issues   •  DemonstraNon   •  Tools   •  Conclusions  and  RecommendaNons   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 11. Tools   End  Host  Tools  and  Plugins   •  Firefox  /  Chrome   ð Show  IP  Plugin   •  only  show’s  the  response  of  the  DNS  server,  not  the  used  IP  address   •  ping/ping6   •  tracert/traceroute6   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 12. Tools   End  Host  Commands  (I)   •  Address  verificaNon   ipconfig netsh interface ipv6 show addresses •  DHCP   ipconfig /release6 ; ipconfig /renew6 •  Default  Gateway   netstat –nr •  Neighbor  Table   netsh interface ipv6 show neighbors •  Ping  /  Traceroute   ping <X:X:X:X:X:X:X:X> ; ping -6 <hostname> tracert <X:X:X:X:X:X:X:X>; tracert -6 <hostname> Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 13. Tools   End  Host  Commands  (II)   •  Address  verificaNon   ifconfig en0 ifconfig en0 | grep inet6   •  Default  Gateway   netstat –nr | grep default •  Neighbor  Table   ndp -a   •  Ping  /  Traceroute   ping6 <X:X:X:X:X:X:X:X> | <hostname> traceroute6 <X:X:X:X:X:X:X:X> | <hostname> Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 14. Tools   End  Host  Commands  (III)   •  Useful  Commands   ð Verify  IPv6  Address   •  All  sedngs:  ip addr list eth0   •  Address  only:  ip addr list eth0 | grep inet6   •  Default  Gateway   ip –6 route list netstat -6 -rn •  Neighbor  Table   ip -6 neigh show Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 15. Tools   Network  Equipment  Commands  (cisco)   •  IPv6  unicast-­‐rouNng  has  to  be  enabled   separately   Router# config t Router(config)# ipv6 unicast-routing •  RouNng  Table   show ipv6 route show ipv6 route X:X:X:X::/64 •  Interfaces   show ipv6 interface brief Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 16. Tools   Network  Connec*vity  Tools   •  BGP  looking  glasses   ð e.g.  Switch  IPv6  looking  glass   hfp://www.switch.ch/network/tools/ipv6lookingglass/index.html   ð shows  the  view  of  the   internet  to  your     network   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 17. Tools   Server  Verifica*on  Tools   •  e.g.  hfp://www.checked.by.iks-­‐jena.de/   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 18. Tools   World  IPv6  Day  –  Connec*vity  Chart   •  hfp://ipv6eyechart.ripe.net/   ð overview  of  sites  parNcipate  at  the  World  IPv6  Day   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 19. Tools   DNS  verifica*on  –  on  client   •  Windows:   nslookup –q=AAAA hostname •  Linux/OS  X:   dig AAAA hostname Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 20. Tools   DNS  verifica*on  –  external  services   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 21. Tools   Path  MTU  discovery   •  hfp://www.ipv6chicken.com   ð shows  an  incomplete  image  if  the  MTU     Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 22. Tools   Simple  IPv6  performance  measurement   •  iperf   ð hfp://sourceforge.net/projects/iperf/   •  Jperf  (graphical  extension  to  iperf)   ð hfp://www.nwlab.net/know-­‐how/JPerf/   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 23. Tools   Online  IPv4/IPv6  Performance  Test   •  With  online  speedtest’s  you  can  measure  your  internet   connecNvity   ð  Bad  performance  does  not  automaNcally  mean  your  internet  uplink  is  bad,  it  also   can  be  the  server  or  the  network  between   •  hfp://ipv6-­‐test.com/speedtest/   Internet Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 24. Tools   Wireshark   •  hfp://www.wireshark.org   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 25. Agenda   •  Real  life  IPv6  issues   •  DemonstraNon   •  Tools   •  Conclusions  and  Recommenda*ons   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 26. Conclusions  and  Recommenda*ons  (I)   •  Update  your  exisNng  troubleshooNng  tools  AND  skills     OR     •  Look  for  new  tools  if  your  exisNng  tools  do  not  support   IPv6   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 27. Conclusions  and  Recommenda*ons  (II)   •  Monitor  your  IPv6  infrastructure     AND       •  Document  your  IPv6  environment   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 28. Conclusions  and  Recommenda*ons  (III)   •  Align  your  IPv6  structure  with  your  exisNng  IPv4   environment   •  A  good  design  speeds  up  your  troubleshooNng  and   secures  your  environment   ð datacenter   •  EUI-­‐64  and  router  adverNsements  not  necessary   –  use  staNc  allocaNon  only   ð clients   •  design  depends  on  your  environment   (full  DHCPv6,  eui-­‐64/DHCPv6,  pure  eui-­‐64)   •  enable  IPv6  privacy  extension  on  all  your  EUI-­‐64   clients!   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 29. Conclusions  and  Recommenda*ons  (IV)   •  Train  yourself  (and  your  other  IT  staff)  in  IPv6   troubleshooNng     it’s  all  about  pracNce...     ...  but  not  that   different  to  IPv4!   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011
  • 30. Conclusions  and  Recommenda*ons  (V)   •  Update  your  internal  processes  for  IPv6   ð VerificaNon  aler  a  change   ð Deployment  of  new  equipment   ð Helpdesk   ð ...   Troubleshooting IPv6 – Swiss IPv6 Day Zürich – 08. Juni 2011