statvlanResult Structure Definition

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

vlanList

Pointer to the vlan List.


vlanstats Structure Definition

The vlanstats structure defines the actual return type values for statvlan API.

Syntax



Members

id

An integer specifying the VLAN identification number (VID). Possible values: 1 through 4094.

clearstats

Clear the statsistics / counters

_nextgenapiresource


vlantotrxpkts

Packets received on the VLAN.

vlanrxpktsrate

Packets received on the VLAN.

vlantotrxbytes

Bytes of data received on the VLAN.

vlanrxbytesrate

Bytes of data received on the VLAN.

vlantottxpkts

Packets transmitted on the VLAN.

vlantxpktsrate

Packets transmitted on the VLAN.

vlantottxbytes

Bytes of data transmitted on the VLAN.

vlantxbytesrate

Bytes of data transmitted on the VLAN.

vlantotdroppedpkts

Inbound packets dropped by the VLAN upon reception.

vlantotbroadcastpkts

Broadcast packets sent and received on the VLAN.

See Also