ipV6Authentication

ipV6Authentication - configure an IPv6 Authentication extension header

SYNOPSIS

ipV6Authentication sub-command options

DESCRIPTION

The ipV6Authentication command creates an authentication 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

 

authentication

A variable length string containing the packets integrity check value (ICV). (default = {00 00 00 00})

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.

ipV4ProtocolTcp

6

Next header is TCP.

ipV4ProtocolUdp

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

payloadLength

The length of the authentication data, expressed in 32-bit words. (default = 2)

reserved

Read-only. Not currently used.

securityParam
Index

The security parameter index (SPI) associated with the authentication header. (default = 0)

sequenceNumberField

A sequence counter for the authentication header. (default = 0)

COMMANDS

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

ipV6Authentication cget option

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

ipV6Authentication config option value

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

ipV6Authentication setDefault

Sets default values for all IPv6 Authentication configuration options.

EXAMPLES

See examples under ipV6

SEE ALSO

ipV6, ipV6Destination, ipV6Fragment , ipV6Routing , ipV6HopByHop