cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4948
Views
0
Helpful
3
Replies

IPv6 DNS Autoconfiguration (via RA)

Antonio Knox
Level 7
Level 7

I am new to ipv6 and I'm trying to wrap my head around autoconfiguration and how it relates to DNS. I've read that (R)DNS server information could be added to Router Advertisments so that clients that receive prefixes for ipv6 addressing also get the DNS server information to complete the client's configuration.

I have yet to see anywhere how to configure RAs to assign DNS servers along with the prefix. I've looked at every 'ipv6 nd' command I can find and I've found nothing. Can someone please explain to me how this is supposed to work? I'll be able to make a lot of more progress once I get this part figured out. Thanks, folks.

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Antonio,

You can use Stateless DHCP for IPv6 in conjunction with IPv6 autoconfiguration to achieve what you want.

Here's a sample configuration:

http://www.cisco.com/en/US/docs/ios/12_2t/ipv6/v6_dhcp_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1125846

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

3 Replies 3

Harold Ritter
Spotlight
Spotlight

Antonio,

You can use Stateless DHCP for IPv6 in conjunction with IPv6 autoconfiguration to achieve what you want.

Here's a sample configuration:

http://www.cisco.com/en/US/docs/ios/12_2t/ipv6/v6_dhcp_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1125846

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thanks. This is exactly what I'm looking for! Thanks for your time.