Options

Question for GNS3 gurus / VPC

mrblackmamba343mrblackmamba343 Inactive Imported Users Posts: 136
I have a vpcs host connected to my router to simulate pings, tracerouts etc... in GNS3

ip 192.168.2.1 192.168.2.1 24
ip 2001:2::1 64

How do I specify the default gateway for the ipv6?

Comments

  • Options
    tomaifauchaitomaifauchai Member Posts: 301 ■■■□□□□□□□
    If you're talking about a default route in the router, the syntax would be something like

    R1(config)#ipv6 route ::0/0 fa0/0 2001::2:2

    But not sure if that's what you want
  • Options
    CodeBloxCodeBlox Member Posts: 1,363 ■■■■□□□□□□
    Hes asking out to configure the IPv6 default gateway with VPCS. I'm not sure how.
    Currently reading: Network Warrior, Unix Network Programming by Richard Stevens
  • Options
    mattaumattau Member Posts: 218
    I have played around with this also. I have no idea if this is right but it seemed to work for me

    ipv6 unicast routing command on the router you want as the DG in global config mode.

    then leave every else as is. See if that works. there is probably another way but i believe that command tells everyone that " you can route through me "
    _____________________________________
    CCNP ROUTE - passed 20/3/12
    CCNP SWITCH - passed 25/10/12
    CCNP TSHOOT - passed 11/12/12




  • Options
    mrblackmamba343mrblackmamba343 Inactive Imported Users Posts: 136
    If you're talking about a default route in the router, the syntax would be something like

    R1(config)#ipv6 route ::0/0 fa0/0 2001::2:2

    But not sure if that's what you want

    I'm talking about ipv6 default route on the host
Sign In or Register to comment.