Configuring IPv6 RA
Procedure
Example
This example creates the following configuration:
- Enables IPV6 RA on interface1/1/3.
Sets the recursive DNS server address to4001::1with a lifetime of400seconds.
- Sets the minimum interval between transmissions to3seconds.
- Sets the maximum interval between transmissions to13seconds.
设置一个默认的路由器的一生1900seconds.
switch(config)#interface 1/1/3switch(config)#no ipv6 nd suppress-raswitch(config-if)#ipv6 nd ra dns server 4001::1 lifetime 400switch(config-if)#ipv6 nd ra min-interval 3switch(config-if)#ipv6 nd ra max-interval 13switch(config-if)#ipv6 nd ra lifetime 1900switch(config-if)#endswitch#show ipv6 nd interface 1/1/3Interface 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递归DNS Server List on: 1/1/3 Suppress DNS Server List: No DNS Server 1: 2001::1 lifetime 400