statprotocolicmpv6Result Structure Definition

The statprotocolicmpv6Result structure defines the return type for statprotocolicmpv6 API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

protocolicmpv6List

Pointer to the protocolicmpv6 List.


protocolicmpv6stats Structure Definition

The protocolicmpv6stats structure defines the actual return type values for statprotocolicmpv6 API.

Syntax



Members

clearstats

Clear the statsistics / counters

_nextgenapiresource


icmpv6totrxpkts

ICMPv6 packets received.

icmpv6rxpktsrate

ICMPv6 packets received.

icmpv6totrxbytes

Bytes of ICMPv6 data received.

icmpv6rxbytesrate

Bytes of ICMPv6 data received.

icmpv6tottxpkts

ICMPv6 packets transmitted.

icmpv6txpktsrate

ICMPv6 packets transmitted.

icmpv6tottxbytes

Bytes of ICMPv6 data transmitted.

icmpv6txbytesrate

Bytes of ICMPv6 data transmitted.

icmpv6totrxna

ICMPv6 neighbor advertisement packets received. These packets are received in response to a neighbor solicitation message sent out by this node, or if the link layer address of a neighbor has changed.

icmpv6rxnarate

ICMPv6 neighbor advertisement packets received. These packets are received in response to a neighbor solicitation message sent out by this node, or if the link layer address of a neighbor has changed.

icmpv6totrxns

ICMPv6 neighbor solicitation packets received. These packets are received if the link layer address of a neighbor has changed, or in response to a neighbor solicitation message sent out by this node.

icmpv6rxnsrate

ICMPv6 neighbor solicitation packets received. These packets are received if the link layer address of a neighbor has changed, or in response to a neighbor solicitation message sent out by this node.

icmpv6totrxra

ICMPv6 router advertisement packets received. These are received at defined intervals or in response to a router solicitation message.

icmpv6rxrarate

ICMPv6 router advertisement packets received. These are received at defined intervals or in response to a router solicitation message.

icmpv6totrxrs

ICMPv6 router solicitation packets received. These could be sent by a neighboring router to initiate address resolution.

icmpv6rxrsrate

ICMPv6 router solicitation packets received. These could be sent by a neighboring router to initiate address resolution.

icmpv6totrxechoreq

ICMPv6 Ping Echo Request packets received.

icmpv6rxechoreqrate

ICMPv6 Ping Echo Request packets received.

icmpv6totrxechoreply

ICMPv6 Ping Echo Reply packets received.

icmpv6rxechoreplyrate

ICMPv6 Ping Echo Reply packets received.

icmpv6tottxna

ICMPv6 neighbor advertisement packets transmitted. These packets are sent in response to a neighbor solicitation packet, or if the link layer address of this node has changed.

icmpv6txnarate

ICMPv6 neighbor advertisement packets transmitted. These packets are sent in response to a neighbor solicitation packet, or if the link layer address of this node has changed.

icmpv6tottxns

ICMPv6 neighbor solicitation packets transmitted. These packets are sent to get the link layer addresses of neighboring nodes or to confirm that they are reachable.

icmpv6txnsrate

ICMPv6 neighbor solicitation packets transmitted. These packets are sent to get the link layer addresses of neighboring nodes or to confirm that they are reachable.

icmpv6tottxra

ICMPv6 router advertisement packets transmitted. These packets are sent at regular intervals or in response to a router solicitation packet from a neighbor.

icmpv6txrarate

ICMPv6 router advertisement packets transmitted. These packets are sent at regular intervals or in response to a router solicitation packet from a neighbor.

icmpv6tottxrs

ICMPv6 router solicitation packets transmitted. These packets are sent to request neighboring routers to generate router advertisements immediately rather than wait for the next defined time.

icmpv6txrsrate

ICMPv6 router solicitation packets transmitted. These packets are sent to request neighboring routers to generate router advertisements immediately rather than wait for the next defined time.

icmpv6tottxechoreq

ICMPv6 Ping Echo Request packets transmitted.

icmpv6txechoreqrate

ICMPv6 Ping Echo Request packets transmitted.

icmpv6tottxechoreply

ICMP Ping Echo Reply packets transmitted.

icmpv6txechoreplyrate

ICMP Ping Echo Reply packets transmitted.

icmpv6errra

ICMPv6 router advertisement error packets received that contain an error in the header, such as an incorrect source IP address, destination IP address, or packet length.

icmpv6errna

ICMPv6 neighbor advertisement error packets received that contain an error in the header, such as an incorrect source IP address, destination IP address, or packet length.

icmpv6errns

ICMPv6 neighbor solicitation error packets received that contain an error in the header, such as an incorrect source IP address, destination IP address, or packet length.

icmpv6badchecksums

Packets received with an ICMPv6 checksum error.

icmpv6unspt

ICMPv6 packets received that are not supported by the Citrix ADC.

icmpv6rtthsld

Packets dropped because the default threshold of 100 requests per 10 milliseconds has been exceeded. This is a configurable value using the set rateControl command.

See Also