statlldpResult Structure Definition

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

lldpList

Pointer to the lldp List.


lldpstats Structure Definition

The lldpstats structure defines the actual return type values for statlldp API.

Syntax



Members

ifnum

LLDP Statistics per interfaces

clearstats

Clear the statsistics / counters

_nextgenapiresource


rxportframestotal

Total LLDP Packets received.

rxportframesrate

Rate LLDP Packets received.

rxportbytestotal

Total LLDP bytes received

rxportbytesrate

Rate LLDP bytes received

txportframestotal

Total LLDP Packets transmitted

txportframesrate

Rate LLDP Packets transmitted

txportbytestotal

Total LLDP bytes transmitted.

txportbytesrate

Rate LLDP bytes transmitted.

rxportframeserrors

Total errors in LLDP packets.

rxportframeserrorsrate

Rate errors in LLDP packets.

rxporttlvsdiscardedtotal

Total discarded LLDP packets.

rxporttlvsdiscardedrate

Rate discarded LLDP packets.

rxporttlvsunrecognizedtotal

Total TLVs not Recognised.

rxporttlvsunrecognizedrate

Rate TLVs not Recognised.

See Also