Configuring IPv6 RA
Procedure
Example
This example creates the following configuration:
- Enables IPV6 RA on interface 1/1/3.
Sets the recursive DNS server address to 4001::1 with a lifetime of 400 seconds.
- Sets the minimum interval between transmissions to 3 seconds.
- Sets the maximum interval between transmissions to 13 seconds.
Sets the lifetime of a default router to 1900 seconds.
switch(config)# interface 1/1/3 switch(config)# no ipv6 nd suppress-ra switch(config-if)# ipv6 nd ra dns server 4001::1 lifetime 400 switch(config-if)# ipv6 nd ra min-interval 3 switch(config-if)# ipv6 nd ra max-interval 13 switch(config-if)# ipv6 nd ra lifetime 1900 switch(config-if)# end switch# show ipv6 nd interface 1/1/3 Interface 1/1/3 is up Admin state is up IPv6 address: 2006::1/64 [VALID] IPv6 link-local address: fe80::98f2:b321:368:6dc6/64 [VALID] ICMPv6 active timers: Last Router-Advertisement sent: 0 Secs Next Router-Advertisement sent in: 13 Secs Router-Advertisement parameters: Periodic interval: 3 to 13 secs Router Preference: medium Send "Managed Address Configuration" flag: false Send "Other Stateful Configuration" flag: false Send "Current Hop Limit" field: 64 Send "MTU" option value: 1500 Send "Router Lifetime" field: 1900 Send "Reachable Time" field: 0 Send "Retrans Timer" field: 0 Suppress RA: false Suppress MTU in RA: true ICMPv6 error message parameters: Send redirects: false ICMPv6 DAD parameters: Current DAD attempt: 1 switch# show ipv6 nd ra dns server Recursive DNS Server List on: 1/1/3 Suppress DNS Server List: No DNS Server 1: 2001::1 lifetime 400