ipV6Destination

ipV6Destination - configures an IPv6 destination extension header

SYNOPSIS

ipV6Destination sub-command options

DESCRIPTION

The ipV6Destination command creates a destination extension header to be used in an ipV6 header. This type of extension header is added to the ipV6 header using ipV6 addExtensionHeader.

The destination extension header options must be configured separately, using the following commands:

Hop by Hop commands

Value

Description

ipV6OptionPAD1

0

The IPv6 PAD1 destination option.

ipV6OptionPADN

1

The IPv6 PADN destination option.

ipV6OptionHomeAddress

2

The IPv6 Home Address destination option.

STANDARD OPTIONS

 

headerExtLength

Read-only. The length of the header extension.

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.

ipV6Fragment

44

Payload is a fragment.

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

COMMANDS

The ipV6Destination command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

ipV6Destination addOption value

Adds the specified option header to the packet.

ipV6Destination cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the ipV6Destination command.

ipV6Destination clearAllOptions

Clears all options from the packet, with the exception of PADN.

ipV6Destination config option value

Modify the IPv6 destination address table configuration options of the port. If no option is specified, returns a list describing all of the available ipV6Destination options (see STANDARD OPTIONS).

ipV6Destination delOption option

Deletes the specified IPv6 destination option from the packet.

ipV6Destination getFirstOption option

Read-only. Gets the first IPv6 destination option configured in the packet.

ipV6Destination getNextOption option

Read-only. The type of the next IPv6 destination option.

ipV6Destination setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See examples under ipV6.

SEE ALSO

ipV6, ipV6Authentication, ipV6Fragment, ipV6Routing, ipV6HopByHop.