IPv6 Router Advertisment Default route

DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
Hi,

can some one help setting up a router to use RA to set up the default gateway?

I have this on the router interface

R2#sh ipv6 int f0/0
FastEthernet0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::CE03:5FFF:FE10:0
Global unicast address(es):
2001:12::CE03:5FFF:FE10:0, subnet is 2001:12::/64 [EUI]
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF10:0
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised retransmit interval is 0 milliseconds
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
Hosts use DHCP to obtain routable addresses.
Hosts use DHCP to obtain other configuration.


and the client is jsut set to

interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address autoconfig


The client picks up the correct IP address, but it does not seem to get its DFGW, what configuration do I need to set to send additional peramatrs in the RA/RS method?
  • If you can't explain it simply, you don't understand it well enough. Albert Einstein
  • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.

Comments

  • DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
    never mind :)

    need to add the "default" command to the end of IPV6 address on router 1

    (conf-if)#ipv6 address autoconfig default
    • If you can't explain it simply, you don't understand it well enough. Albert Einstein
    • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.
Sign In or Register to comment.