Configuring Optional Parameters for RAs
In addition to enabling the RA functionality, you can configure the following IPv6 neighbor discovery and RA options on a VLAN:
Neighbor discovery reachable time – the time, in milliseconds, that a node assumes a neighbor is reachable after receiving a reachability confirmation.
Neighbor discovery retransmit time – the time, in milliseconds, between retransmitted Neighbor Solicitation messages.
RA DNS – the IPv6 recursive DNS Server for the VLAN.
RA hop-limit – the IPv6 RA hop-limit value. It is the default value to be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
RA interval – the maximum and minimum time interval between sending unsolicited multicast RA from the interface, in seconds.
RA lifetime – the lifetime associated with the default router in seconds. A value of zero indicates that the router is not a default router and will not appear on the default router list. The router lifetime applies only to the router's usefulness as a default router; it does not apply to information contained in other message fields or options.
RA managed configuration flag (Enable DHCP for address) – a flag that indicates that the hosts can use the DHCP server for address autoconfiguration besides using RAs.
RA MTU – the MTU that all the nodes on a link use.
RA其他配置国旗为o(启用DHCPther information – a flag that indicates that the hosts can use the administered (stateful) protocol for autoconfiguration of other (non-address) information.
RA preference – the preference associated with the default router.
You can use the WebUI or CLI to configure these options.
It is recommended that you retain the default value of theRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.interval to achieve better performance. If you enable RAs on more than 100VLANVirtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.interfaces, some of the interfaces may not send out the RAs at regular intervals. |
下面的过程介绍如何配置the optional parameters.
1.In the node hierarchy, navigate to thetab.
3.Select the correspondingVLANVirtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.ID from the table and click tab.
4.Expand theaccordion and configure the following neighbor discovery and RA options for the VLAN based on your requirements:
a.Select the check box to enableRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.advertisements.
b.Enter a value in thefield. The allowed range is 0-3,600,000 msec. The default value is zero.
c.Enter a value in the field. The allowed range is 0-3,600,000 msec. The default value is zero.
d.Enter a hop-limit value in thefield. The allowed range is 1-255. The default value is 64.
e.Enter a value in the fields. Allowed range is 3-0.75 times the maximumRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.interval value in seconds. The default minimum value is 0.33 times the maximumRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.interval value
f.Enter a value in the (sec)field. A value of zero indicates that the router is not a default router. Apart from a zero value, the allowed range for the lifetime value is the RA interval time to 9,000 seconds. The default and minimum value is three times the RA interval time.
g.Click in , enter and . Click .
h.Click in thefield, and enter a in the pop-up. Click .
i.Select from thedrop-down list to enable the hosts to use the DHCP server for address autoconfiguration apart from any addresses auto configured using the RA.
j.Enter a value in thefield. The allowed range is 1,280-maximum MTU allowed for the link.
k.Clickcheck box to enable the hosts to use the DHCP server for autoconfiguration of other (non-address) information.
l.Select theas,, or .
5.Click .
6.Click .
7.In the window, select the check box and click .
Execute the followingCLICommand-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions.commands to configure the neighbor discovery andRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.options for aVLANVirtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.interface:
To configure neighbor discovery reachable time:
(host) [md] (config) #interface vlan
(host) [md] (config-subif)#ipv6 nd reachable-time
To configure neighbor discovery retransmit time:
(host) [md] (config-subif)#ipv6 nd retransmit-time
(host) [md] (config-subif)#ipv6 nd ra dns X:X:X:X::X
To configureRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.hop-limit:
(host) [md](config-subif)#ipv6 nd ra hop-limit
To configureRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.interval:
(host) [md] (config-subif)#ipv6 nd ra interval
To configureRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.lifetime:
(host) [md] (config-subif)#ipv6 nd ra life-time
To enable hosts to useDHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.server for stateful address autoconfiguration:
(host) [md] (config-subif)#ipv6 nd ra managed-config-flag
To configureMTUMaximum Transmission Unit. MTU is the largest size packet or frame specified in octets (eight-bit bytes) that can be sent in networks such as the Internet.forRARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.:
(host) [md] (config-subif)#ipv6 nd ra mtu
To enable hosts to useDHCPDynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.server for other non-address stateful autoconfiguration:
(host) [md] (config-subif)#ipv6 nd ra other-config-flag
To specify a router preference:
(host) [md] (config-subif)#ipv6 nd ra preference [High | Low | Medium]
To view the IPv6RARouter Advertisement. The RA messages are sent by the routers in the network when the hosts send multicast router solicitation to the multicast address of all routers.status on theVLANVirtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.interfaces:
(host) [md]#show ipv6 ra status