ipV6Routing
ipV6Routing - configure an IPv6 routing extension header
SYNOPSIS
ipV6Routing sub-command options
DESCRIPTION
The ipV6Routing command creates a routing extension header to be used in an ipV6 header. This type of extension header is added to the ipV6 header using ipV6 addExtensionHeader.
STANDARD OPTIONS
headerExtLength
Read-only. The length of this header, in bytes.
nextHeader
Read-only. The type of the next extension header.
Option |
Value |
Usage |
---|---|---|
ipV6HopByHopOptions |
0 |
Next header is hop-by-hop options. |
ipV6Routing |
43 |
Next header has routing options. |
ipV6Routing |
44 |
Payload is a routing. |
ipV6EncapsulatingSecurityPayload |
50 |
Next header is an IPSEC ESP. |
ipV6Authentiication |
51 |
Next header is an IPSEC AH. |
ipV6NoNextHeader |
59 |
There is no next header. |
ipV6DestinationOptions |
60 |
Next header has destination options. |
tcp |
6 |
Next header is TCP. |
udp |
17 |
Next header is UDP. |
icmpV6 |
58 |
Next header is ICMP V6. |
ipV4ProtocolIpv4 |
|
Next header is IPv4 |
ipV4ProtocolTcp |
|
Next header is IPv4 with TCP |
ipV4ProtocolGre |
|
Next header is IPv4 with GRE |
ipV4ProtocolUdp |
|
Next header is IPv4 with UDP |
ipV4ProtocolIpv6Icmp |
|
Next header is IPv4 with ICMP |
nodeList
A list of 128-bit IPv6 addresses, which may be constructed with the ipV6Address command. (default = {})
reserved
32-bit reserved field. (default = {00 00 00 00})
routingType
Read-only. The routing type, always 0.
segmentsLeft
Read-only. Only used if the routing Type is not recognized by this node. Always 0 in this release.
COMMANDS
The ipV6Routing command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
ipV6Routing cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the ipV6Routing command.
ipV6Routing config option value
Modify the IPv6 routing extension address table configuration options of the port. If no option is specified, returns a list describing all of the available ipV6Routing options (see STANDARD OPTIONS).
ipV6Routing setDefault
Sets default values for all IPv6 routing extension configuration options.
EXAMPLES
See examples under ipV6.
SEE ALSO
ipV6, ipV6Authentication, ipV6Destination, ipV6Fragment, ipV6HopByHop.