statrnatipResult Structure Definition

The statrnatipResult structure defines the return type for statrnatip 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.

rnatipList

Pointer to the rnatip List.


rnatipstats Structure Definition

The rnatipstats structure defines the actual return type values for statrnatip API.

Syntax



Members

rnatip

Specifies the NAT IP address of the configured RNAT entry for which you want to see the statistics. If you do not specify an IP address, this displays the statistics for all the configured RNAT entries.

clearstats

Clear the statsistics / counters

_nextgenapiresource


iptd

Traffic domain for ipaddr.

iprnattotrxbytes

Bytes received on this IP address during RNAT sessions.

iprnatrxbytesrate

Bytes received on this IP address during RNAT sessions.

iprnattottxbytes

Bytes sent from this IP address during RNAT sessions.

iprnattxbytesrate

Bytes sent from this IP address during RNAT sessions.

iprnattotrxpkts

Packets received on this IP address during RNAT sessions.

iprnatrxpktsrate

Packets received on this IP address during RNAT sessions.

iprnattottxpkts

Packets sent from this IP address during RNAT sessions.

iprnattxpktsrate

Packets sent from this IP address during RNAT sessions.

iprnattottxsyn

Requests for connections sent from this IP address during RNAT sessions.

iprnattxsynrate

Requests for connections sent from this IP address during RNAT sessions.

iprnatcursessions

Currently active RNAT sessions started from this IP address.

See Also