wLCPortTrafficError element

Type: WLCPortTrafficError
Namespace: (default namespace)

Wireless controller port traffic error counters.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <wLCPortTrafficError> <shortFramesIn>...</shortFramesIn> <fragmentsIn>...</fragmentsIn> <longFramesIn>...</longFramesIn> <jabberIn>...</jabberIn> <crcErrorsIn>...</crcErrorsIn> <overRunsIn>...</overRunsIn> <phyReceiveErrorsIn>...</phyReceiveErrorsIn> <shortFramesOut>...</shortFramesOut> <runtFramesOutf>...</runtFramesOutf> <longFramesOut>...</longFramesOut> <jabberOut>...</jabberOut> <lateCollsOut>...</lateCollsOut> <totalCollsOut>...</totalCollsOut> <singleCollsOut>...</singleCollsOut> <excessiveDefersOut>...</excessiveDefersOut> <underrunsOut>...</underrunsOut> <abortedFramesOut>...</abortedFramesOut> <crcErrorsOut>...</crcErrorsOut> <discardsIn>...</discardsIn> <discardsOut>...</discardsOut> <unknownProtosIn>...</unknownProtosIn> </wLCPortTrafficError>

Example JSON

{ "shortFramesIn" : ..., "fragmentsIn" : ..., "longFramesIn" : ..., "jabberIn" : ..., "crcErrorsIn" : ..., "overRunsIn" : ..., "phyReceiveErrorsIn" : ..., "shortFramesOut" : ..., "runtFramesOutf" : ..., "longFramesOut" : ..., "jabberOut" : ..., "lateCollsOut" : ..., "totalCollsOut" : ..., "singleCollsOut" : ..., "excessiveDefersOut" : ..., "underrunsOut" : ..., "abortedFramesOut" : ..., "crcErrorsOut" : ..., "discardsIn" : ..., "discardsOut" : ..., "unknownProtosIn" : ... }