ipV6HopByHop

ipV6HopByHop - configure an IPv6 hop by hop extension header

SYNOPSIS

ipV6HopByHop sub-command options

DESCRIPTION

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

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

Hop by Hop commands

Value

Description

ipV6OptionPAD1

0

The IPv6 PAD1 Hop by Hop option.

ipV6OptionPADN

1

The IPv6 PADN Hop by Hop option.

ipV6OptionJumbo

194

The IPv6 Jumbo Hop by Hop option.

ipV6OptionRouterAlert

5

The IPv6 Router Alert Hop by Hop option.

ipV6OptionBindingUpdate

198

The IPv6 Binding Update Hop by Hop option.

ipV6OptionBindingAck

7

The IPv6 Binding ACK Hop by Hop option.

ipV6OptionBindingRequest

8

The IPv6 Binding Request Hop by Hop option.

ipV6OptionMIpV6UniqueIdSub

2

The IPv6 Unique ID Sub Hop by Hop option.

ipV6OptionMIpV6AlternativeCoaSub

4

The IPv6 Alternative COA Sub Hop by Hop option.

ipV6OptionUserDefine

112

The IPv6 PAD1 Hop by Hop option.

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.

ipV6Fragment

44

Payload is a fragment.

ipV6EncapsulatingSecurityPayload

50

Next header is an IPSEC ESP.

ipV6Authentiication

51

Next header is an IPSEC AH.

ipV6NoNextHeader

59

(default) There is no next header.

ipV6DestinationOptions

60

Next header has destination options.

tcp

6

Next header is TCP.

ipV4ProtocolTcp

6

Next header is IPv4 with TCP

udp

17

Next header is UDP.

ipV4ProtocolUdp

17

Next header is IPv4 with UDP

icmpV6

58

Next header is ICMP V6.

ipV4ProtocolIpv6Icmp

58

Next header is IPv4 with ICMP

ipV4ProtocolGre

47

Next header is IPv4 with GRE

COMMANDS

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

ipV6HopByHop addoption option

Adds the specified hop by hop option header to the packet.

Hop by Hop commands

Value

Description

ipV6OptionPAD1

0

The IPv6 PAD1 Hop by Hop option.

ipV6OptionPADN

1

The IPv6 PADN Hop by Hop option.

ipV6OptionJumbo

194

The IPv6 Jumbo Hop by Hop option.

ipV6OptionRouterAlert

5

The IPv6 Router Alert Hop by Hop option.

ipV6OptionBindingUpdate

198

The IPv6 Binding Update Hop by Hop option.

ipV6OptionBindingAck

7

The IPv6 Binding ACK Hop by Hop option.

ipV6OptionBindingRequest

8

The IPv6 Binding Request Hop by Hop option.

ipV6OptionMIpV6UniqueIdSub

2

The IPv6 Unique ID Sub Hop by Hop option.

ipV6OptionMIpV6AlternativeCoaSub

4

The IPv6 Alternative COA Sub Hop by Hop option.

ipV6OptionUserDefine

112

The IPv6 PAD1 Hop by Hop option.

ipV6HopByHop 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.

ipV6HopByHop config option

Modify the ipV6HopByHop configuration options of the port. If no option is specified, returns a list describing all of the available ipV6HopByHop options (see STANDARD OPTIONS) for port.

pV6HopByHop clearAllOptions

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

ipV6HopByHop delOption option

Deletes the specified hop by hop option from the packet.

ipV6HopByHop getFirstOption option

Read-only. Gets the first hop by hop option configured in the packet.

ipV6HopByHop getNextOption option

Read-only. The type of the next hop by hop option.

ipV6HopByHop setDefault

Sets default values for all hop by hop configuration options.

EXAMPLES

See examples under ipV6.

SEE ALSO

ipV6, ipV6Authentication, ipV6Destination, ipV6Fragment, ipV6Routing.