Home > Ticket 15 – IPv6 GRE Tunnel

Ticket 15 – IPv6 GRE Tunnel

April 22nd, 2018 Go to comments

Problem: Loopback address on R1 (2026::111:1) is not able to ping the loopback address on DSW2 (2026::102:1).

Configuration of R3:
!
interface Tunnel34
 no ip address
 ipv6 address 2026::34:1/122
 ipv6 enable
 ipv6 ospf 6 area 34
 tunnel source Serial0/0/0.34
 tunnel destination 10.1.1.10
 tunnel mode ipv6
!

Configuration of R4:
interface Tunnel34
 no ip address
 ipv6 address 2026::34:2/122
 ipv6 enable
 ipv6 ospf 6 area 34
 tunnel source Serial0/0/0
 tunnel destination 10.1.1.9
!

Answer:
Ans1) R3
Ans2) Ipv4 and Ipv6 Interoperability
Ans3) Under the interface Tunnel34, remove ‘tunnel mode ipv6’ command

Comments (11) Comments
  1. ccnp-acquirer
    January 8th, 2020

    my method-of-resolution:
    A) show running-config | b Loopback for R1, R2, R3, R4, DSW1, DSW2.
    DSW1 not needed for this problem but wanted to be thorough.
    B) write down the Loopback addresses for each of the above, specifically noting the IPv6 addresses.
    C) ping R1->R2, R1->R3, R1->R4 Loopback6 addresses.
    i) If you are diligent in your studies you will see Loopback6 addresses are IPv6, while Loopback0 and Loopback1 addresses are IPv4.
    ii) All Loopback6 addresses are in the 2026 network.
    iii)> R1->R4 ping fails; thus indicating an issue between R3 and R4.
    D) ping DSW2->R4, DSW2->R3.
    Note that DSW2->R3 fails,; again indicating something wrong between R3 & R4.
    E) Looking at IPv6 Topology Diagram we see there is an IPv6 GRE Tunnel in Area 34 that is Totally NSSA.
    i) show running-config on R3 & R4.
    ii) Note there is an interface Tunnel 34 on R3 & R4.
    iii) Comparing the two configs (R3 & R4), observe there is “tunnel mode ipv6” on R3 but not on R4
    iv) Hardest part is realizing that Fault Condition is not just IPv6.
    a) tunnel destination addresses are IPv4.
    b) GRE Tunnel (Tunnel 34) are IPv6 addresses under IPv6 OSPF process 6 in Area 34
    —–> Fault condition: IPv4 and IPv6 interoperability

  2. Majid
    January 18th, 2020

    My method to solve this:

    1. Start ping from R1 to R2, R3 and R4.
    2. R1 –> R4 ping fails… means problem should be between R3 and R4.
    3. Check configs of IPv6 on R3 and R4.
    4. Easiest method is to check the “show ipv6 ospf neighbor” command on R3. It will show only one neighborship with R2 but not with R4.
    5. Issue should be on R3-R4 ospf’s ipv6 process and interfaces.
    6. There is Tunnel interface between R3 and R4.. So the ambigious command “tunnel mode ipv6” can easily be identified from running config.

  3. el_recepo
    January 22nd, 2020

    im confused.. the “show ipv6 interface” command shows me that tun34 ipv6 is up/up on both sides… is that right? and why?

  4. OnlyPrincess
    January 31st, 2020

    after several hours, i just realized that the PacketTracer Ticket 15 is NOT this GRE-Tunnel-34 discussion.

    But networktut sim shows config differences on R3 and R4 –which is the correct answer for this ticket

  5. Woodkid
    February 1st, 2020

    anyone knows the difference between

    tunnel mode ipv6
    and
    tunnel mode ipv6ip

    ?

    ty in advance

  6. danisya
    February 5th, 2020

    Is there any new questions

  7. KingShrek
    February 6th, 2020

    Guys. In this ticket (15) is suppose to ping the webserver from client 1?

    My question is because in the networttut sim, we cant ping the webserver from client 1 and 2

  8. Passed_1000
    February 7th, 2020

    Hi!
    I’ve just passed exam today with 1000/1000.
    I’m so happy !!!
    Only new questions (13th-Nov-2019), 2 Simlets, the same Tickets.
    All answers here are good.

    ONE PROBLEM – almost failed here – in Ticket 15 IPv6 GRE Tunnel command “tunnel mode ipv6” is in the middle of interface configuration, not at the bottom.

  9. Anonymous
    February 9th, 2020

    Given the problem,we are concerned with DSW2 to R1 on IPv6 L3 topology. Check the possible path: DWS2>R4>R3>R2>R1

    From DSW2 let’s ping loopbacks on the way to R1(Do a sh ip int br on R4,R3,R2 annd R1 to get ipv6 addresses). Can ping R4’s ipv6 loopback address but cannot ping R3 ,R2 and R1

    Go to R3 and try to ping R4 and DSW2’s loopback and well as ping R1 and R2’s ipv6 loopback addresses. Cannot ping R4 and DSW and R2 but can ping R1.

    We have to go over and examine R3 more closely.She also want to see R2 and R4’s show run configs

    R2-R3 config looks good but R3 to R4 there is a tunnel 34 and it is has an extra tunnel mode ipv6 command. You know it is extra because a sh interface tunnel34 on R4 indicates up/up status but on R3 it is up/down so remove that extra link on R3 will bring the tunnel interface to up/up

  10. MelbourneBoy
    February 11th, 2020

    Hi All, I have passed Tshoot exam today with 1000/1000. 13th-Nov-2019 MCQs questions, simlets and tickets are all valid! NO new questions or tickets. To narrow down issue I normally ping 209.65.200.241 from R1, then R2>>>R3>>>R4>>>DSW1>>>Client & do ipconfig on client ping client IP 10.2.1.3 from DSW >>>R4 >>>R3 >>>R2>>>R1.

    I had premium account, after spending 4 hours I booked exam. CCNP route is theory, CCNP TSHOOT is practical and very easy.

  11. Anonymous
    February 13th, 2020

    @Woodkid

    “tunnel mode ipv6” creates a generic IPv6 gre tunnel. This is the equivalent to a normal IPv4 GRE tunnel, it’s just using a v6 GRE header to encapsulate the traffic instead of v4.

    “tunnel mode ipv6ip” creates a 6to4 tunnel. 6to4 tunnels encapsulate IPv6 packets for transmission over IPv4 networks. 6to4 uses a static mapping… every IPv4 address is mapped to a corresponding v6 address by (I’m simplifying a bit) appending the v4 address to the 2002::/16 v6 subnet. The key thing to understand is that because of that static mapping, a 6to4 tunnel doesn’t need a tunnel destination address. If the router receives a packet destined for an address in 2002::/16, it can reverse the algorithm and get the corresponding IPv4 address, to which the packet is sent after being encapsulated inside of a v4 GRE tunnel.

    Basically 6to4 is a transition technology. It’s so you can stitch together all of your internal v6 subnets using a v4 WAN. If you pick all of your v6 subnets carefully, you won’t need to keep track of where they are on the v4 because it’s implied via the subnet.

    6to4 is basically dead. If I’m not mistaken it was in the earlier drafts of v6 and then was disfavored later on, but it’s still implemented as an option on lots of devices. If you think about it, there’s a ton of manual things you’d need to keep track of and it won’t necessarily be dynamic if routes go down. You’re also going to need to assign non-global addresses to all the v6 devices on your network, which kinda sucks too. So you’d better off doing something GRE/mGRE and using routing protocols to sort it out.

vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |