WS-CC-STATS-MIB

File: WS-CC-STATS-MIB.mib (297885 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
WS-CC-SMI WS-TYPE-MIB

Imported symbols

OBJECT-GROUP MODULE-COMPLIANCE TimeTicks
Integer32 Unsigned32 Gauge32
Counter32 Counter64 OBJECT-TYPE
MODULE-IDENTITY DisplayString TruthValue
PhysAddress TEXTUAL-CONVENTION wsCcStats
DoActionNow RadioType

Defined Types

SinglePointer  
INTEGER 0..255    

Password  
OCTET STRING Size(0..255)    

StaticRowEnable  
INTEGER enable(1), disable(2)    

PartsPer10k  
Unsigned32 0..10000    

ScaleBy100  
Unsigned32    

AbbrevRowStatus  
INTEGER createAndGo(4), destroy(6)    

DoActionShowProgress  
INTEGER doActionRightNow(1), idleState(2)    

HexPassword  
OCTET STRING Size(0..255)    

RowStatus  
The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of [2].) The status column has six defined values: - `active', which indicates that the conceptual row is available for use by the managed device; - `notInService', which indicates that the conceptual row exists in the agent, but is unavailable for use by the managed device (see NOTE below); - `notReady', which indicates that the conceptual row exists in the agent, but is missing information necessary in order to be available for use by the managed device; - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device; - `createAndWait', which is supplied by a management station wishing to create a new instance of a conceptual row (but not make it available for use by the managed device); and, - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row. Whereas five of the six values (all except `notReady') may be specified in a management protocol set operation, only three values will be returned in response to a management protocol retrieval operation: `notReady', `notInService' or `active'. That is, when queried, an existing conceptual row has only three states: it is either available for use by the managed device (the status column has value `active'); it is not available for use by the managed device, though the agent has sufficient information to make it so (the status column has value `notInService'); or, it is not available for use by the managed device, and an attempt to make it so would fail because the agent has insufficient information (the state column has value `notReady'). NOTE WELL This textual convention may be used for a MIB table, irrespective of whether the values of that table's conceptual rows are able to be modified while it is active, or whether its conceptual rows must be taken out of service in order to be modified. That is, it is the responsibility of the DESCRIPTION clause of the status column to specify whether the status column must not be `active' in order for the value of some other column of the same conceptual row to be modified. If such a specification is made, affected columns may be changed by an SNMP set PDU if the RowStatus would not be equal to `active' either immediately before or after processing the PDU. In other words, if the PDU also contained a varbind that would change the RowStatus value, the column in question may be changed if the RowStatus was not equal to `active' as the PDU was received, or if the varbind sets the status to a value other than 'active'. Also note that whenever any elements of a row exist, the RowStatus column must also exist. To summarize the effect of having a conceptual row with a status column having a SYNTAX clause value of RowStatus, consider the following state diagram: STATE +--------------+-----------+-------------+------------- | A | B | C | D | |status col.|status column| |status column | is | is |status column ACTION |does not exist| notReady | notInService| is active --------------+--------------+-----------+-------------+------------- set status |noError ->D|inconsist- |inconsistent-|inconsistent- column to | or | entValue| Value| Value createAndGo |inconsistent- | | | | Value| | | --------------+--------------+-----------+-------------+------------- set status |noError see 1|inconsist- |inconsistent-|inconsistent- column to | or | entValue| Value| Value createAndWait |wrongValue | | | --------------+--------------+-----------+-------------+------------- set status |inconsistent- |inconsist- |noError |noError column to | Value| entValue| | active | | | | | | or | | | | | | | |see 2 ->D| ->D| ->D --------------+--------------+-----------+-------------+------------- set status |inconsistent- |inconsist- |noError |noError ->C column to | Value| entValue| | notInService | | | | | | or | | or | | | | | |see 3 ->C| ->C|wrongValue --------------+--------------+-----------+-------------+------------- set status |noError |noError |noError |noError column to | | | | destroy | ->A| ->A| ->A| ->A --------------+--------------+-----------+-------------+------------- set any other |see 4 |noError |noError |see 5 column to some| | | | value | | see 1| ->C| ->D --------------+--------------+-----------+-------------+------------- (1) goto B or C, depending on information available to the agent. (2) if other variable bindings included in the same PDU, provide values for all columns which are missing but required, then return noError and goto D. (3) if other variable bindings included in the same PDU, provide values for all columns which are missing but required, then return noError and goto C. (4) at the discretion of the agent, the return value may be either: inconsistentName: because the agent does not choose to create such an instance when the corresponding RowStatus instance does not exist, or inconsistentValue: if the supplied value is inconsistent with the state of some other MIB object's value, or noError: because the agent chooses to create the instance. If noError is returned, then the instance of the status column must also be created, and the new state is B or C, depending on the information available to the agent. If inconsistentName or inconsistentValue is returned, the row remains in state A. (5) depending on the MIB definition for the column/table, either noError or inconsistentValue may be returned. NOTE: Other processing of the set request may result in a response other than noError being returned, e.g., wrongValue, noCreation, etc. Conceptual Row Creation There are four potential interactions when creating a conceptual row: selecting an instance-identifier which is not in use; creating the conceptual row; initializing any objects for which the agent does not supply a default; and, making the conceptual row available for use by the managed device. Interaction 1: Selecting an Instance-Identifier The algorithm used to select an instance-identifier varies for each conceptual row. In some cases, the instance- identifier is semantically significant, e.g., the destination address of a route, and a management station selects the instance-identifier according to the semantics. In other cases, the instance-identifier is used solely to distinguish conceptual rows, and a management station without specific knowledge of the conceptual row might examine the instances present in order to determine an unused instance-identifier. (This approach may be used, but it is often highly sub-optimal; however, it is also a questionable practice for a naive management station to attempt conceptual row creation.) Alternately, the MIB module which defines the conceptual row might provide one or more objects which provide assistance in determining an unused instance-identifier. For example, if the conceptual row is indexed by an integer-value, then an object having an integer-valued SYNTAX clause might be defined for such a purpose, allowing a management station to issue a management protocol retrieval operation. In order to avoid unnecessary collisions between competing management stations, `adjacent' retrievals of this object should be different. Finally, the management station could select a pseudo-random number to use as the index. In the event that this index was already in use and an inconsistentValue was returned in response to the management protocol set operation, the management station should simply select a new pseudo-random number and retry the operation. A MIB designer should choose between the two latter algorithms based on the size of the table (and therefore the efficiency of each algorithm). For tables in which a large number of entries are expected, it is recommended that a MIB object be defined that returns an acceptable index for creation. For tables with small numbers of entries, it is recommended that the latter pseudo-random index mechanism be used. Interaction 2: Creating the Conceptual Row Once an unused instance-identifier has been selected, the management station determines if it wishes to create and activate the conceptual row in one transaction or in a negotiated set of interactions. Interaction 2a: Creating and Activating the Conceptual Row The management station must first determine the column requirements, i.e., it must determine those columns for which it must or must not provide values. Depending on the complexity of the table and the management station's knowledge of the agent's capabilities, this determination can be made locally by the management station. Alternately, the management station issues a management protocol get operation to examine all columns in the conceptual row that it wishes to create. In response, for each column, there are three possible outcomes: - a value is returned, indicating that some other management station has already created this conceptual row. We return to interaction 1. - the exception `noSuchInstance' is returned, indicating that the agent implements the object-type associated with this column, and that this column in at least one conceptual row would be accessible in the MIB view used by the retrieval were it to exist. For those columns to which the agent provides read-create access, the `noSuchInstance' exception tells the management station that it should supply a value for this column when the conceptual row is to be created. - the exception `noSuchObject' is returned, indicating that the agent does not implement the object-type associated with this column or that there is no conceptual row for which this column would be accessible in the MIB view used by the retrieval. As such, the management station can not issue any management protocol set operations to create an instance of this column. Once the column requirements have been determined, a management protocol set operation is accordingly issued. This operation also sets the new instance of the status column to `createAndGo'. When the agent processes the set operation, it verifies that it has sufficient information to make the conceptual row available for use by the managed device. The information available to the agent is provided by two sources: the management protocol set operation which creates the conceptual row, and, implementation-specific defaults supplied by the agent (note that an agent must provide implementation-specific defaults for at least those objects which it implements as read-only). If there is sufficient information available, then the conceptual row is created, a `noError' response is returned, the status column is set to `active', and no further interactions are necessary (i.e., interactions 3 and 4 are skipped). If there is insufficient information, then the conceptual row is not created, and the set operation fails with an error of `inconsistentValue'. On this error, the management station can issue a management protocol retrieval operation to determine if this was because it failed to specify a value for a required column, or, because the selected instance of the status column already existed. In the latter case, we return to interaction 1. In the former case, the management station can re-issue the set operation with the additional information, or begin interaction 2 again using `createAndWait' in order to negotiate creation of the conceptual row. NOTE WELL Regardless of the method used to determine the column requirements, it is possible that the management station might deem a column necessary when, in fact, the agent will not allow that particular columnar instance to be created or written. In this case, the management protocol set operation will fail with an error such as `noCreation' or `notWritable'. In this case, the management station decides whether it needs to be able to set a value for that particular columnar instance. If not, the management station re-issues the management protocol set operation, but without setting a value for that particular columnar instance; otherwise, the management station aborts the row creation algorithm. Interaction 2b: Negotiating the Creation of the Conceptual Row The management station issues a management protocol set operation which sets the desired instance of the status column to `createAndWait'. If the agent is unwilling to process a request of this sort, the set operation fails with an error of `wrongValue'. (As a consequence, such an agent must be prepared to accept a single management protocol set operation, i.e., interaction 2a above, containing all of the columns indicated by its column requirements.) Otherwise, the conceptual row is created, a `noError' response is returned, and the status column is immediately set to either `notInService' or `notReady', depending on whether it has sufficient information to make the conceptual row available for use by the managed device. If there is sufficient information available, then the status column is set to `notInService'; otherwise, if there is insufficient information, then the status column is set to `notReady'. Regardless, we proceed to interaction 3. Interaction 3: Initializing non-defaulted Objects The management station must now determine the column requirements. It issues a management protocol get operation to examine all columns in the created conceptual row. In the response, for each column, there are three possible outcomes: - a value is returned, indicating that the agent implements the object-type associated with this column and had sufficient information to provide a value. For those columns to which the agent provides read-create access (and for which the agent allows their values to be changed after their creation), a value return tells the management station that it may issue additional management protocol set operations, if it desires, in order to change the value associated with this column. - the exception `noSuchInstance' is returned, indicating that the agent implements the object-type associated with this column, and that this column in at least one conceptual row would be accessible in the MIB view used by the retrieval were it to exist. However, the agent does not have sufficient information to provide a value, and until a value is provided, the conceptual row may not be made available for use by the managed device. For those columns to which the agent provides read-create access, the `noSuchInstance' exception tells the management station that it must issue additional management protocol set operations, in order to provide a value associated with this column. - the exception `noSuchObject' is returned, indicating that the agent does not implement the object-type associated with this column or that there is no conceptual row for which this column would be accessible in the MIB view used by the retrieval. As such, the management station can not issue any management protocol set operations to create an instance of this column. If the value associated with the status column is `notReady', then the management station must first deal with all `noSuchInstance' columns, if any. Having done so, the value of the status column becomes `notInService', and we proceed to interaction 4. Interaction 4: Making the Conceptual Row Available Once the management station is satisfied with the values associated with the columns of the conceptual row, it issues a management protocol set operation to set the status column to `active'. If the agent has sufficient information to make the conceptual row available for use by the managed device, the management protocol set operation succeeds (a `noError' response is returned). Otherwise, the management protocol set operation fails with an error of `inconsistentValue'. NOTE WELL A conceptual row having a status column with value `notInService' or `notReady' is unavailable to the managed device. As such, it is possible for the managed device to create its own instances during the time between the management protocol set operation which sets the status column to `createAndWait' and the management protocol set operation which sets the status column to `active'. In this case, when the management protocol set operation is issued to set the status column to `active', the values held in the agent supersede those used by the managed device. If the management station is prevented from setting the status column to `active' (e.g., due to management station or network failure) the conceptual row will be left in the `notInService' or `notReady' state, consuming resources indefinitely. The agent must detect conceptual rows that have been in either state for an abnormally long period of time and remove them. It is the responsibility of the DESCRIPTION clause of the status column to indicate what an abnormally long period of time would be. This period of time should be long enough to allow for human response time (including `think time') between the creation of the conceptual row and the setting of the status to `active'. In the absense of such information in the DESCRIPTION clause, it is suggested that this period be approximately 5 minutes in length. This removal action applies not only to newly-created rows, but also to previously active rows which are set to, and left in, the notInService state for a prolonged period exceeding that which is considered normal for such a conceptual row. Conceptual Row Suspension When a conceptual row is `active', the management station may issue a management protocol set operation which sets the instance of the status column to `notInService'. If the agent is unwilling to do so, the set operation fails with an error of `wrongValue'. Otherwise, the conceptual row is taken out of service, and a `noError' response is returned. It is the responsibility of the DESCRIPTION clause of the status column to indicate under what circumstances the status column should be taken out of service (e.g., in order for the value of some other column of the same conceptual row to be modified). Conceptual Row Deletion For deletion of conceptual rows, a management protocol set operation is issued which sets the instance of the status column to `destroy'. This request may be made regardless of the current value of the status column (e.g., it is possible to delete conceptual rows which are either `notReady', `notInService' or `active'.) If the operation succeeds, then all instances associated with the conceptual row are immediately removed.
TEXTUAL-CONVENTION    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

DateAndTime  
A date-time specification. field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 (use 60 for leap-second) 7 8 deci-seconds 0..9 8 9 direction from UTC '+' / '-' 9 10 hours from UTC 0..11 10 11 minutes from UTC 0..59 For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be displayed as: 1992-5-26,13:30:15.0,-4:0 Note that if only local time is known, then timezone information (fields 8-10) is not present.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

WsCcStatsRadioEntry  
SEQUENCE    
  wsCcStatsRadioIndex Integer32
  wsCcStatsRadioTxPktsUcast Counter32
  wsCcStatsRadioRxPktsUcast Counter32
  wsCcStatsRadioRxPktsNUcast Counter32
  wsCcStatsRadioTxOctetsUcast Counter32
  wsCcStatsRadioRxOctetsUcast Counter32
  wsCcStatsRadioRxOctetsNUcast Counter32
  wsCcStatsRadioRxUndecryptablePkts Counter32
  wsCcStatsRadioLastActivity TimeTicks
  wsCcStatsRadioTxRetriesPacketsFailed Counter32
  wsCcStatsRadioRxErrors Counter32
  wsCcStatsRadioTxRetriesVoicePktsFailed Counter32

WsCcStatsRadioRxPktsEntry  
SEQUENCE    
  wsCcStatsRadioRxPktsAt1Mb Counter32
  wsCcStatsRadioRxPktsAt2Mb Counter32
  wsCcStatsRadioRxPktsAt5pt5Mb Counter32
  wsCcStatsRadioRxPktsAt6Mb Counter32
  wsCcStatsRadioRxPktsAt9Mb Counter32
  wsCcStatsRadioRxPktsAt11Mb Counter32
  wsCcStatsRadioRxPktsAt12Mb Counter32
  wsCcStatsRadioRxPktsAt18Mb Counter32
  wsCcStatsRadioRxPktsAt22Mb Counter32
  wsCcStatsRadioRxPktsAt24Mb Counter32
  wsCcStatsRadioRxPktsAt36Mb Counter32
  wsCcStatsRadioRxPktsAt48Mb Counter32
  wsCcStatsRadioRxPktsAt54Mb Counter32

WsCcStatsRadioTxPktsEntry  
SEQUENCE    
  wsCcStatsRadioTxPktsAt1Mb Counter32
  wsCcStatsRadioTxPktsAt2Mb Counter32
  wsCcStatsRadioTxPktsAt5pt5Mb Counter32
  wsCcStatsRadioTxPktsAt6Mb Counter32
  wsCcStatsRadioTxPktsAt9Mb Counter32
  wsCcStatsRadioTxPktsAt11Mb Counter32
  wsCcStatsRadioTxPktsAt12Mb Counter32
  wsCcStatsRadioTxPktsAt18Mb Counter32
  wsCcStatsRadioTxPktsAt22Mb Counter32
  wsCcStatsRadioTxPktsAt24Mb Counter32
  wsCcStatsRadioTxPktsAt36Mb Counter32
  wsCcStatsRadioTxPktsAt48Mb Counter32
  wsCcStatsRadioTxPktsAt54Mb Counter32

WsCcStatsRadioRxOctetsEntry  
SEQUENCE    
  wsCcStatsRadioRxOctetsAt1Mb Counter32
  wsCcStatsRadioRxOctetsAt2Mb Counter32
  wsCcStatsRadioRxOctetsAt5pt5Mb Counter32
  wsCcStatsRadioRxOctetsAt6Mb Counter32
  wsCcStatsRadioRxOctetsAt9Mb Counter32
  wsCcStatsRadioRxOctetsAt11Mb Counter32
  wsCcStatsRadioRxOctetsAt12Mb Counter32
  wsCcStatsRadioRxOctetsAt18Mb Counter32
  wsCcStatsRadioRxOctetsAt22Mb Counter32
  wsCcStatsRadioRxOctetsAt24Mb Counter32
  wsCcStatsRadioRxOctetsAt36Mb Counter32
  wsCcStatsRadioRxOctetsAt48Mb Counter32
  wsCcStatsRadioRxOctetsAt54Mb Counter32

WsCcStatsRadioTxOctetsEntry  
SEQUENCE    
  wsCcStatsRadioTxOctetsAt1Mb Counter32
  wsCcStatsRadioTxOctetsAt2Mb Counter32
  wsCcStatsRadioTxOctetsAt5pt5Mb Counter32
  wsCcStatsRadioTxOctetsAt6Mb Counter32
  wsCcStatsRadioTxOctetsAt9Mb Counter32
  wsCcStatsRadioTxOctetsAt11Mb Counter32
  wsCcStatsRadioTxOctetsAt12Mb Counter32
  wsCcStatsRadioTxOctetsAt18Mb Counter32
  wsCcStatsRadioTxOctetsAt22Mb Counter32
  wsCcStatsRadioTxOctetsAt24Mb Counter32
  wsCcStatsRadioTxOctetsAt36Mb Counter32
  wsCcStatsRadioTxOctetsAt48Mb Counter32
  wsCcStatsRadioTxOctetsAt54Mb Counter32

WsCcStatsRadioTxRetriesPktsEntry  
SEQUENCE    
  wsCcStatsRadioTxRetriesPktsNone Counter32
  wsCcStatsRadioTxRetriesPkts01 Counter32
  wsCcStatsRadioTxRetriesPkts02 Counter32
  wsCcStatsRadioTxRetriesPkts03 Counter32
  wsCcStatsRadioTxRetriesPkts04 Counter32
  wsCcStatsRadioTxRetriesPkts05 Counter32
  wsCcStatsRadioTxRetriesPkts06 Counter32
  wsCcStatsRadioTxRetriesPkts07 Counter32
  wsCcStatsRadioTxRetriesPkts08 Counter32
  wsCcStatsRadioTxRetriesPkts09 Counter32
  wsCcStatsRadioTxRetriesPkts10 Counter32
  wsCcStatsRadioTxRetriesPkts11 Counter32
  wsCcStatsRadioTxRetriesPkts12 Counter32
  wsCcStatsRadioTxRetriesPkts13 Counter32
  wsCcStatsRadioTxRetriesPkts14 Counter32
  wsCcStatsRadioTxRetriesPkts15 Counter32
  wsCcStatsRadioTxRetriesPktsFailed Counter32

WsCcStatsRadioTxRetriesOctetsEntry  
SEQUENCE    
  wsCcStatsRadioTxRetriesOctetsNone Counter32
  wsCcStatsRadioTxRetriesOctets01 Counter32
  wsCcStatsRadioTxRetriesOctets02 Counter32
  wsCcStatsRadioTxRetriesOctets03 Counter32
  wsCcStatsRadioTxRetriesOctets04 Counter32
  wsCcStatsRadioTxRetriesOctets05 Counter32
  wsCcStatsRadioTxRetriesOctets06 Counter32
  wsCcStatsRadioTxRetriesOctets07 Counter32
  wsCcStatsRadioTxRetriesOctets08 Counter32
  wsCcStatsRadioTxRetriesOctets09 Counter32
  wsCcStatsRadioTxRetriesOctets10 Counter32
  wsCcStatsRadioTxRetriesOctets11 Counter32
  wsCcStatsRadioTxRetriesOctets12 Counter32
  wsCcStatsRadioTxRetriesOctets13 Counter32
  wsCcStatsRadioTxRetriesOctets14 Counter32
  wsCcStatsRadioTxRetriesOctets15 Counter32
  wsCcStatsRadioTxRetriesOctetsFailed Counter32

WsCcStatsRadioSigEntry  
SEQUENCE    
  wsCcStatsRadioSigNumPkts Counter32
  wsCcStatsRadioSigSignalBest Integer32
  wsCcStatsRadioSigSignalWorst Integer32
  wsCcStatsRadioSigSignalSum Integer32
  wsCcStatsRadioSigSignalSumSquares Counter64
  wsCcStatsRadioSigSignalMostRecent Integer32
  wsCcStatsRadioSigNoiseBest Integer32
  wsCcStatsRadioSigNoiseWorst Integer32
  wsCcStatsRadioSigNoiseSum Integer32
  wsCcStatsRadioSigNoiseSumSquares Counter64
  wsCcStatsRadioSigNoiseMostRecent Integer32
  wsCcStatsRadioSigSnrBest Integer32
  wsCcStatsRadioSigSnrWorst Integer32
  wsCcStatsRadioSigSnrSum Integer32
  wsCcStatsRadioSigSnrSumSquares Counter64
  wsCcStatsRadioSigSnrMostRecent Integer32

WsCcStatsRadioSysEntry  
SEQUENCE    
  wsCcStatsRadioSysBeaconsTx Unsigned32
  wsCcStatsRadioSysBeaconsTxOctets Unsigned32
  wsCcStatsRadioSysProbeReqRx Unsigned32
  wsCcStatsRadioSysProbeReqRxOctets Unsigned32
  wsCcStatsRadioSysProbeRespRetriesNone Unsigned32
  wsCcStatsRadioSysProbeRespRetries1 Unsigned32
  wsCcStatsRadioSysProbeRespRetries2 Unsigned32
  wsCcStatsRadioSysProbeRespRetries3OrMore Unsigned32
  wsCcStatsRadioSysProbeRespRetriesFailed Unsigned32
  wsCcStatsRadioSysProbeRespTxOctets Unsigned32

WsCcStatsRadioSumShortEntry  
SEQUENCE    
  wsCcStatsRadioSumShortTimestamp TimeTicks
  wsCcStatsRadioSumShortNumPkts Unsigned32
  wsCcStatsRadioSumShortPktsPerSec100 ScaleBy100
  wsCcStatsRadioSumShortPktsPerSecTx100 ScaleBy100
  wsCcStatsRadioSumShortPktsPerSecRx100 ScaleBy100
  wsCcStatsRadioSumShortThroughput Unsigned32
  wsCcStatsRadioSumShortThroughputTx Unsigned32
  wsCcStatsRadioSumShortThroughputRx Unsigned32
  wsCcStatsRadioSumShortAvgBitSpeed Unsigned32
  wsCcStatsRadioSumShortAvgMuSignal Integer32
  wsCcStatsRadioSumShortAvgMuNoise Integer32
  wsCcStatsRadioSumShortAvgMuSnr Integer32
  wsCcStatsRadioSumShortPp10kNUcastPkts PartsPer10k
  wsCcStatsRadioSumShortPp10kTxWithRetries PartsPer10k
  wsCcStatsRadioSumShortPp10kTxMaxRetries PartsPer10k
  wsCcStatsRadioSumShortTxAvgRetries100 ScaleBy100
  wsCcStatsRadiolSumShortPp10kRxUndecrypt PartsPer10k
  wsCcStatsRadioSumShortTotalMus Unsigned32
  wsCcStatsRadioSumShortPp10kRfUtil PartsPer10k
  wsCcStatsRadioSumShortPp10kDropped PartsPer10k
  wsCcStatsRadioSumShortCurrVoiceMuCount Unsigned32
  wsCcStatsRadioSumShortMaxVoiceMuCount Unsigned32
  wsCcStatsRadioSumShortAvgVoiceMuCount ScaleBy100
  wsCcStatsRadioSumShortPp10kVoiceRfUtil PartsPer10k
  wsCcStatsRadioSumShortPp10kVoiceDropped PartsPer10k

WsCcStatsRadioSumLongEntry  
SEQUENCE    
  wsCcStatsRadioSumLongTimestamp TimeTicks
  wsCcStatsRadioSumLongNumPkts Unsigned32
  wsCcStatsRadioSumLongPktsPerSec100 ScaleBy100
  wsCcStatsRadioSumLongPktsPerSecTx100 ScaleBy100
  wsCcStatsRadioSumLongPktsPerSecRx100 ScaleBy100
  wsCcStatsRadioSumLongThroughput Unsigned32
  wsCcStatsRadioSumLongThroughputTx Unsigned32
  wsCcStatsRadioSumLongThroughputRx Unsigned32
  wsCcStatsRadioSumLongAvgBitSpeed Unsigned32
  wsCcStatsRadioSumLongAvgMuSignal Integer32
  wsCcStatsRadioSumLongAvgMuNoise Integer32
  wsCcStatsRadioSumLongAvgMuSnr Integer32
  wsCcStatsRadioSumLongPp10kNUcastPkts PartsPer10k
  wsCcStatsRadioSumLongPp10kTxWithRetries PartsPer10k
  wsCcStatsRadioSumLongPp10kTxMaxRetries PartsPer10k
  wsCcStatsRadioSumLongTxAvgRetries100 ScaleBy100
  wsCcStatsRadioSumLongPp10kRxUndecrypt PartsPer10k
  wsCcStatsRadioSumLongTotalMus Unsigned32
  wsCcStatsRadioSumLongPp10kRfUtil PartsPer10k
  wsCcStatsRadioSumLongPp10kDropped PartsPer10k
  wsCcStatsRadioSumLongCurrVoiceMuCount Unsigned32
  wsCcStatsRadioSumLongMaxVoiceMuCount Unsigned32
  wsCcStatsRadioSumLongAvgVoiceMuCount ScaleBy100
  wsCcStatsRadioSumLongPp10kVoiceRfUtil PartsPer10k
  wsCcStatsRadioSumLongPp10kVoiceDropped PartsPer10k

WsCcStatsMuEntry  
SEQUENCE    
  wsCcStatsMuMac PhysAddress
  wsCcStatsMuTxPktsUcast Counter32
  wsCcStatsMuRxPktsUcast Counter32
  wsCcStatsMuTxOctetsUcast Counter32
  wsCcStatsMuRxOctetsUcast Counter32
  wsCcStatsMuRxUndecryptablePkts Counter32
  wsCcStatsMuRxRssiNumPkts Counter32
  wsCcStatsMuRxRssiSum Counter32
  wsCcStatsMuRxRssiSumSquares Counter64
  wsCcStatsMuRxRssiMostRecent INTEGER
  wsCcStatsMuLastActivity TimeTicks
  wsCcStatsMuSigNumPackets Counter32
  wsCcStatsMuSignalMostRecent Integer32

WsCcStatsMuRxPktsEntry  
SEQUENCE    
  wsCcStatsMuRxPktsAt1Mb Counter32
  wsCcStatsMuRxPktsAt2Mb Counter32
  wsCcStatsMuRxPktsAt5pt5Mb Counter32
  wsCcStatsMuRxPktsAt6Mb Counter32
  wsCcStatsMuRxPktsAt9Mb Counter32
  wsCcStatsMuRxPktsAt11Mb Counter32
  wsCcStatsMuRxPktsAt12Mb Counter32
  wsCcStatsMuRxPktsAt18Mb Counter32
  wsCcStatsMuRxPktsAt22Mb Counter32
  wsCcStatsMuRxPktsAt24Mb Counter32
  wsCcStatsMuRxPktsAt36Mb Counter32
  wsCcStatsMuRxPktsAt48Mb Counter32
  wsCcStatsMuRxPktsAt54Mb Counter32

WsCcStatsMuTxPktsEntry  
SEQUENCE    
  wsCcStatsMuTxPktsAt1Mb Counter32
  wsCcStatsMuTxPktsAt2Mb Counter32
  wsCcStatsMuTxPktsAt5pt5Mb Counter32
  wsCcStatsMuTxPktsAt6Mb Counter32
  wsCcStatsMuTxPktsAt9Mb Counter32
  wsCcStatsMuTxPktsAt11Mb Counter32
  wsCcStatsMuTxPktsAt12Mb Counter32
  wsCcStatsMuTxPktsAt18Mb Counter32
  wsCcStatsMuTxPktsAt22Mb Counter32
  wsCcStatsMuTxPktsAt24Mb Counter32
  wsCcStatsMuTxPktsAt36Mb Counter32
  wsCcStatsMuTxPktsAt48Mb Counter32
  wsCcStatsMuTxPktsAt54Mb Counter32

WsCcStatsMuRxOctetsEntry  
SEQUENCE    
  wsCcStatsMuRxOctetsAt1Mb Counter32
  wsCcStatsMuRxOctetsAt2Mb Counter32
  wsCcStatsMuRxOctetsAt5pt5Mb Counter32
  wsCcStatsMuRxOctetsAt6Mb Counter32
  wsCcStatsMuRxOctetsAt9Mb Counter32
  wsCcStatsMuRxOctetsAt11Mb Counter32
  wsCcStatsMuRxOctetsAt12Mb Counter32
  wsCcStatsMuRxOctetsAt18Mb Counter32
  wsCcStatsMuRxOctetsAt22Mb Counter32
  wsCcStatsMuRxOctetsAt24Mb Counter32
  wsCcStatsMuRxOctetsAt36Mb Counter32
  wsCcStatsMuRxOctetsAt48Mb Counter32
  wsCcStatsMuRxOctetsAt54Mb Counter32

WsCcStatsMuTxOctetsEntry  
SEQUENCE    
  wsCcStatsMuTxOctetsAt1Mb Counter32
  wsCcStatsMuTxOctetsAt2Mb Counter32
  wsCcStatsMuTxOctetsAt5pt5Mb Counter32
  wsCcStatsMuTxOctetsAt6Mb Counter32
  wsCcStatsMuTxOctetsAt9Mb Counter32
  wsCcStatsMuTxOctetsAt11Mb Counter32
  wsCcStatsMuTxOctetsAt12Mb Counter32
  wsCcStatsMuTxOctetsAt18Mb Counter32
  wsCcStatsMuTxOctetsAt22Mb Counter32
  wsCcStatsMuTxOctetsAt24Mb Counter32
  wsCcStatsMuTxOctetsAt36Mb Counter32
  wsCcStatsMuTxOctetsAt48Mb Counter32
  wsCcStatsMuTxOctetsAt54Mb Counter32

WsCcStatsMuTxRetriesEntry  
SEQUENCE    
  wsCcStatsMuTxRetriesNone Counter32
  wsCcStatsMuTxRetries01 Counter32
  wsCcStatsMuTxRetries02 Counter32
  wsCcStatsMuTxRetries03 Counter32
  wsCcStatsMuTxRetries04 Counter32
  wsCcStatsMuTxRetries05 Counter32
  wsCcStatsMuTxRetries06 Counter32
  wsCcStatsMuTxRetries07 Counter32
  wsCcStatsMuTxRetries08 Counter32
  wsCcStatsMuTxRetries09 Counter32
  wsCcStatsMuTxRetries10 Counter32
  wsCcStatsMuTxRetries11 Counter32
  wsCcStatsMuTxRetries12 Counter32
  wsCcStatsMuTxRetries13 Counter32
  wsCcStatsMuTxRetries14 Counter32
  wsCcStatsMuTxRetries15 Counter32
  wsCcStatsMuTxRetriesFailed Counter32
  wsCcStatsMuTxRetriesTotal Counter32
  wsCcStatsMuTxRetriesMostRecent INTEGER

WsCcStatsMuTxRetriesOctetsEntry  
SEQUENCE    
  wsCcStatsMuTxRetriesOctetsNone Counter32
  wsCcStatsMuTxRetriesOctets01 Counter32
  wsCcStatsMuTxRetriesOctets02 Counter32
  wsCcStatsMuTxRetriesOctets03 Counter32
  wsCcStatsMuTxRetriesOctets04 Counter32
  wsCcStatsMuTxRetriesOctets05 Counter32
  wsCcStatsMuTxRetriesOctets06 Counter32
  wsCcStatsMuTxRetriesOctets07 Counter32
  wsCcStatsMuTxRetriesOctets08 Counter32
  wsCcStatsMuTxRetriesOctets09 Counter32
  wsCcStatsMuTxRetriesOctets10 Counter32
  wsCcStatsMuTxRetriesOctets11 Counter32
  wsCcStatsMuTxRetriesOctets12 Counter32
  wsCcStatsMuTxRetriesOctets13 Counter32
  wsCcStatsMuTxRetriesOctets14 Counter32
  wsCcStatsMuTxRetriesOctets15 Counter32
  wsCcStatsMuTxRetriesOctetsFailed Counter32

WsCcStatsMuSigEntry  
SEQUENCE    
  wsCcStatsMuSigNumPkts Counter32
  wsCcStatsMuSigSignalBest Integer32
  wsCcStatsMuSigSignalWorst Integer32
  wsCcStatsMuSigSignalSum Integer32
  wsCcStatsMuSigSignalSumSquares Counter64
  wsCcStatsMuSigSignalMostRecent Integer32
  wsCcStatsMuSigNoiseBest Integer32
  wsCcStatsMuSigNoiseWorst Integer32
  wsCcStatsMuSigNoiseSum Integer32
  wsCcStatsMuSigStatsNoiseSumSquares Counter64
  wsCcStatsMuSigNoiseMostRecent Integer32
  wsCcStatsMuSigSnrBest Integer32
  wsCcStatsMuSigSnrWorst Integer32
  wsCcStatsMuSigSnrSum Integer32
  wsCcStatsMuSigSnrSumSquares Counter64
  wsCcStatsMuSigSnrMostRecent Integer32

WsCcStatsMuSumShortEntry  
SEQUENCE    
  wsCcStatsMuSumShortTimestamp TimeTicks
  wsCcStatsMuSumShortNumPkts Unsigned32
  wsCcStatsMuSumShortPktsPerSec100 ScaleBy100
  wsCcStatsMuSumShortPktsPerSecTx100 ScaleBy100
  wsCcStatsMuSumShortPktsPerSecRx100 ScaleBy100
  wsCcStatsMuSumShortThroughput Unsigned32
  wsCcStatsMuSumShortThroughputTx Unsigned32
  wsCcStatsMuSumShortThroughputRx Unsigned32
  wsCcStatsMuSumShortAvgBitSpeed Unsigned32
  wsCcStatsMuSumShortAvgMuSignal Integer32
  wsCcStatsMuSumShortAvgMuNoise Integer32
  wsCcStatsMuSumShortAvgMuSnr Integer32
  wsCcStatsMuSumShortPp10kNUcastPkts PartsPer10k
  wsCcStatsMuSumShortPp10kTxWithRetries PartsPer10k
  wsCcStatsMuSumShortPp10kDropped PartsPer10k
  wsCcStatsMuSumShortTxAvgRetries100 ScaleBy100
  wsCcStatsMuSumShortPp10kRxUndecrypt PartsPer10k

WsCcStatsMuSumLongEntry  
SEQUENCE    
  wsCcStatsMuSumLongTimestamp TimeTicks
  wsCcStatsMuSumLongNumPkts Unsigned32
  wsCcStatsMuSumLongPktsPerSec100 ScaleBy100
  wsCcStatsMuSumLongPktsPerSecTx100 ScaleBy100
  wsCcStatsMuSumLongPktsPerSecRx100 ScaleBy100
  wsCcStatsMuSumLongThroughput Unsigned32
  wsCcStatsMuSumLongThroughputTx Unsigned32
  wsCcStatsMuSumLongThroughputRx Unsigned32
  wsCcStatsMuSumLongAvgBitSpeed Unsigned32
  wsCcStatsMuSumLongAvgMuSignal Integer32
  wsCcStatsMuSumLongAvgMuNoise Integer32
  wsCcStatsMuSumLongAvgMuSnr Integer32
  wsCcStatsMuSumLongPp10kNUcastPkts PartsPer10k
  wsCcStatsMuSumLongPp10kTxWithRetries PartsPer10k
  wsCcStatsMuSumLongPp10kDropped PartsPer10k
  wsCcStatsMuSumLongTxAvgRetries100 ScaleBy100
  wsCcStatsMuSumLongPp10kRxUndecrypt PartsPer10k

WsCcStatsWlanEntry  
SEQUENCE    
  wsCcStatsWlanIndex Integer32
  wsCcStatsWlanTxPktsUcast Counter32
  wsCcStatsWlanRxPktsUcast Counter32
  wsCcStatsWlanRxPktsNUcast Counter32
  wsCcStatsWlanTxOctetsUcast Counter32
  wsCcStatsWlanRxOctetsUcast Counter32
  wsCcStatsWlanRxOctetsNUcast Counter32
  wsCcStatsWlanRxUndecryptablePkts Counter32
  wsCcStatsWlanLastActivity TimeTicks

WsCcStatsWlanRxPktsEntry  
SEQUENCE    
  wsCcStatsWlanRxPktsAt1Mb Counter32
  wsCcStatsWlanRxPktsAt2Mb Counter32
  wsCcStatsWlanRxPktsAt5pt5Mb Counter32
  wsCcStatsWlanRxPktsAt6Mb Counter32
  wsCcStatsWlanRxPktsAt9Mb Counter32
  wsCcStatsWlanRxPktsAt11Mb Counter32
  wsCcStatsWlanRxPktsAt12Mb Counter32
  wsCcStatsWlanRxPktsAt18Mb Counter32
  wsCcStatsWlanRxPktsAt22Mb Counter32
  wsCcStatsWlanRxPktsAt24Mb Counter32
  wsCcStatsWlanRxPktsAt36Mb Counter32
  wsCcStatsWlanRxPktsAt48Mb Counter32
  wsCcStatsWlanRxPktsAt54Mb Counter32

WsCcStatsWlanTxPktsEntry  
SEQUENCE    
  wsCcStatsWlanTxPktsAt1Mb Counter32
  wsCcStatsWlanTxPktsAt2Mb Counter32
  wsCcStatsWlanTxPktsAt5pt5Mb Counter32
  wsCcStatsWlanTxPktsAt6Mb Counter32
  wsCcStatsWlanTxPktsAt9Mb Counter32
  wsCcStatsWlanTxPktsAt11Mb Counter32
  wsCcStatsWlanTxPktsAt12Mb Counter32
  wsCcStatsWlanTxPktsAt18Mb Counter32
  wsCcStatsWlanTxPktsAt22Mb Counter32
  wsCcStatsWlanTxPktsAt24Mb Counter32
  wsCcStatsWlanTxPktsAt36Mb Counter32
  wsCcStatsWlanTxPktsAt48Mb Counter32
  wsCcStatsWlanTxPktsAt54Mb Counter32

WsCcStatsWlanRxOctetsEntry  
SEQUENCE    
  wsCcStatsWlanRxOctetsAt1Mb Counter32
  wsCcStatsWlanRxOctetsAt2Mb Counter32
  wsCcStatsWlanRxOctetsAt5pt5Mb Counter32
  wsCcStatsWlanRxOctetsAt6Mb Counter32
  wsCcStatsWlanRxOctetsAt9Mb Counter32
  wsCcStatsWlanRxOctetsAt11Mb Counter32
  wsCcStatsWlanRxOctetsAt12Mb Counter32
  wsCcStatsWlanRxOctetsAt18Mb Counter32
  wsCcStatsWlanRxOctetsAt22Mb Counter32
  wsCcStatsWlanRxOctetsAt24Mb Counter32
  wsCcStatsWlanRxOctetsAt36Mb Counter32
  wsCcStatsWlanRxOctetsAt48Mb Counter32
  wsCcStatsWlanRxOctetsAt54Mb Counter32

WsCcStatsWlanTxOctetsEntry  
SEQUENCE    
  wsCcStatsWlanTxOctetsAt1Mb Counter32
  wsCcStatsWlanTxOctetsAt2Mb Counter32
  wsCcStatsWlanTxOctetsAt5pt5Mb Counter32
  wsCcStatsWlanTxOctetsAt6Mb Counter32
  wsCcStatsWlanTxOctetsAt9Mb Counter32
  wsCcStatsWlanTxOctetsAt11Mb Counter32
  wsCcStatsWlanTxOctetsAt12Mb Counter32
  wsCcStatsWlanTxOctetsAt18Mb Counter32
  wsCcStatsWlanTxOctetsAt22Mb Counter32
  wsCcStatsWlanTxOctetsAt24Mb Counter32
  wsCcStatsWlanTxOctetsAt36Mb Counter32
  wsCcStatsWlanTxOctetsAt48Mb Counter32
  wsCcStatsWlanTxOctetsAt54Mb Counter32

WsCcStatsWlanTxRetriesPktsEntry  
SEQUENCE    
  wsCcStatsWlanTxRetriesPktsNone Counter32
  wsCcStatsWlanTxRetriesPkts01 Counter32
  wsCcStatsWlanTxRetriesPkts02 Counter32
  wsCcStatsWlanTxRetriesPkts03 Counter32
  wsCcStatsWlanTxRetriesPkts04 Counter32
  wsCcStatsWlanTxRetriesPkts05 Counter32
  wsCcStatsWlanTxRetriesPkts06 Counter32
  wsCcStatsWlanTxRetriesPkts07 Counter32
  wsCcStatsWlanTxRetriesPkts08 Counter32
  wsCcStatsWlanTxRetriesPkts09 Counter32
  wsCcStatsWlanTxRetriesPkts10 Counter32
  wsCcStatsWlanTxRetriesPkts11 Counter32
  wsCcStatsWlanTxRetriesPkts12 Counter32
  wsCcStatsWlanTxRetriesPkts13 Counter32
  wsCcStatsWlanTxRetriesPkts14 Counter32
  wsCcStatsWlanTxRetriesPkts15 Counter32
  wsCcStatsWlanTxRetriesPktsFailed Counter32

WsCcStatsWlanTxRetriesOctetsEntry  
SEQUENCE    
  wsCcStatsWlanTxRetriesOctetsNone Counter32
  wsCcStatsWlanTxRetriesOctets01 Counter32
  wsCcStatsWlanTxRetriesOctets02 Counter32
  wsCcStatsWlanTxRetriesOctets03 Counter32
  wsCcStatsWlanTxRetriesOctets04 Counter32
  wsCcStatsWlanTxRetriesOctets05 Counter32
  wsCcStatsWlanTxRetriesOctets06 Counter32
  wsCcStatsWlanTxRetriesOctets07 Counter32
  wsCcStatsWlanTxRetriesOctets08 Counter32
  wsCcStatsWlanTxRetriesOctets09 Counter32
  wsCcStatsWlanTxRetriesOctets10 Counter32
  wsCcStatsWlanTxRetriesOctets11 Counter32
  wsCcStatsWlanTxRetriesOctets12 Counter32
  wsCcStatsWlanTxRetriesOctets13 Counter32
  wsCcStatsWlanTxRetriesOctets14 Counter32
  wsCcStatsWlanTxRetriesOctets15 Counter32
  wsCcStatsWlanTxRetriesOctetsFailed Counter32

WsCcStatsWlanSigEntry  
SEQUENCE    
  wsCcStatsWlanSigStatsNumPkts Counter32
  wsCcStatsWlanSigStatsSignalBest Integer32
  wsCcStatsWlanSigStatsSignalWorst Integer32
  wsCcStatsWlanSigStatsSignalSum Integer32
  wsCcStatsWlanSigStatsSignalSumSquares Counter64
  wsCcStatsWlanSigStatsNoiseBest Integer32
  wsCcStatsWlanSigStatsNoiseWorst Integer32
  wsCcStatsWlanSigNoiseSum Integer32
  wsCcStatsWlanSigNoiseSumSquares Counter64
  wsCcStatsWlanSigSnrBest Integer32
  wsCcStatsWlanSigSnrWorst Integer32
  wsCcStatsWlanSigSnrSum Integer32
  wsCcStatsWlanSigSnrSumSquares Counter64

WsCcStatsWlanSumShortEntry  
SEQUENCE    
  wsCcStatsWlanSumShortTimestamp TimeTicks
  wsCcStatsWlanSumShortNumPkts Unsigned32
  wsCcStatsWlanSumShortPktsPerSec100 ScaleBy100
  wsCcStatsWlanSumShortPktsPerSecTx100 ScaleBy100
  wsCcStatsWlanSumShortPktsPerSecRx100 ScaleBy100
  wsCcStatsWlanSumShortThroughput Unsigned32
  wsCcStatsWlanSumShortThroughputTx Unsigned32
  wsCcStatsWlanSumShortThroughputRx Unsigned32
  wsCcStatsWlanSumShortAvgBitSpeed Unsigned32
  wsCcStatsWlanSumShortAvgMuSignal Integer32
  wsCcStatsWlanSumShortAvgMuNoise Integer32
  wsCcStatsWlanSumShortAvgMuSnr Integer32
  wsCcStatsWlanSumShortPp10kNUcastPkts PartsPer10k
  wsCcStatsWlanSumShortPp10kTxWithRetries PartsPer10k
  wsCcStatsWlanSumShortPp10kDropped PartsPer10k
  wsCcStatsWlanSumShortTxAvgRetries100 ScaleBy100
  wsCcStatsWlanSumShortPp10kRxUndecrypt PartsPer10k
  wsCcStatsWlanSumShortTotalMus Unsigned32

WsCcStatsWlanSumLongEntry  
SEQUENCE    
  wsCcStatsWlanSumLongTimestamp TimeTicks
  wsCcStatsWlanSumLongNumPkts Unsigned32
  wsCcStatsWlanSumLongPktsPerSec100 ScaleBy100
  wsCcStatsWlanSumLongPktsPerSecTx100 ScaleBy100
  wsCcStatsWlanSumLongPktsPerSecRx100 ScaleBy100
  wsCcStatsWlanSumLongThroughput Unsigned32
  wsCcStatsWlanSumLongThroughputTx Unsigned32
  wsCcStatsWlanSumLongThroughputRx Unsigned32
  wsCcStatsWlanSumLongAvgBitSpeed Unsigned32
  wsCcStatsWlanSumLongAvgMuSignal Integer32
  wsCcStatsWlanSumLongAvgMuNoise Integer32
  wsCcStatsWlanSumLongAvgMuSnr Integer32
  wsCcStatsWlanSumLongPp10kNUcastPkts PartsPer10k
  wsCcStatsWlanSumLongPp10kTxWithRetries PartsPer10k
  wsCcStatsWlanSumLongPp10kDropped PartsPer10k
  wsCcStatsWlanSumLongTxAvgRetries100 ScaleBy100
  wsCcStatsWlanSumLongPp10kRxUndecrypt PartsPer10k
  wsCcStatsWlanSumLongTotalMus Unsigned32

WsCcStatsTrapCtrlConfEntry  
SEQUENCE    
  wsCcStatsTrapCtrlConfIndex INTEGER
  wsCcStatsTrapCtrlConfDescr DisplayString
  wsCcStatsTrapCtrlConfUnits DisplayString
  wsCcStatsTrapCtrlConfCanBeSetMu TruthValue
  wsCcStatsTrapCtrlConfThresholdMus Integer32
  wsCcStatsTrapCtrlConfCanBeSetPortal TruthValue
  wsCcStatsTrapCtrlConfThresholdPortals Integer32
  wsCcStatsTrapCtrlConfCanBeSetWlan TruthValue
  wsCcStatsTrapCtrlConfThresholdWlans Integer32
  wsCcStatsTrapCtrlConfCanBeSetSwitch TruthValue
  wsCcStatsTrapCtrlConfThresholdSwitch Integer32

WsCcStatsSwitchTxRetriesPktsEntry  
SEQUENCE    
  wsCcStatsSwitchTxRetriesPktsIndex Integer32
  wsCcStatsSwitchTxRetriesPkts01 Counter32
  wsCcStatsSwitchTxRetriesPkts02 Counter32
  wsCcStatsSwitchTxRetriesPkts03 Counter32
  wsCcStatsSwitchTxRetriesPkts04 Counter32
  wsCcStatsSwitchTxRetriesPkts05 Counter32
  wsCcStatsSwitchTxRetriesPkts06 Counter32
  wsCcStatsSwitchTxRetriesPkts07 Counter32
  wsCcStatsSwitchTxRetriesPkts08 Counter32
  wsCcStatsSwitchTxRetriesPkts09 Counter32
  wsCcStatsSwitchTxRetriesPkts10 Counter32
  wsCcStatsSwitchTxRetriesPkts11 Counter32
  wsCcStatsSwitchTxRetriesPkts12 Counter32
  wsCcStatsSwitchTxRetriesPkts13 Counter32
  wsCcStatsSwitchTxRetriesPkts14 Counter32
  wsCcStatsSwitchTxRetriesPkts15 Counter32
  wsCcStatsSwitchTxRetriesPktsFailed Counter32
  wsCcStatsSwitchTxRetriesPktsNone Counter32

WsCcStatsSwitchRxPktsEntry  
SEQUENCE    
  wsCcStatsSwitchRxPktsIndex Unsigned32
  wsCcStatsSwitchRxPktsAt1Mb Counter32
  wsCcStatsSwitchRxPktsAt2Mb Counter32
  wsCcStatsSwitchRxPktsAt5pt5Mb Counter32
  wsCcStatsSwitchRxPktsAt6Mb Counter32
  wsCcStatsSwitchRxPktsAt9Mb Counter32
  wsCcStatsSwitchRxPktsAt11Mb Counter32
  wsCcStatsSwitchRxPktsAt12Mb Counter32
  wsCcStatsSwitchRxPktsAt18Mb Counter32
  wsCcStatsSwitchRxPktsAt22Mb Counter32
  wsCcStatsSwitchRxPktsAt24Mb Counter32
  wsCcStatsSwitchRxPktsAt36Mb Counter32
  wsCcStatsSwitchRxPktsAt48Mb Counter32
  wsCcStatsSwitchRxPktsAt54Mb Counter32

WsCcStatsSwitchTxPktsEntry  
SEQUENCE    
  wsCcStatsSwitchTxPktsIndex Unsigned32
  wsCcStatsSwitchTxPktsAt1Mb Counter32
  wsCcStatsSwitchTxPktsAt2Mb Counter32
  wsCcStatsSwitchTxPktsAt5pt5Mb Counter32
  wsCcStatsSwitchTxPktsAt6Mb Counter32
  wsCcStatsSwitchTxPktsAt9Mb Counter32
  wsCcStatsSwitchTxPktsAt11Mb Counter32
  wsCcStatsSwitchTxPktsAt12Mb Counter32
  wsCcStatsSwitchTxPktsAt18Mb Counter32
  wsCcStatsSwitchTxPktsAt22Mb Counter32
  wsCcStatsSwitchTxPktsAt24Mb Counter32
  wsCcStatsSwitchTxPktsAt36Mb Counter32
  wsCcStatsSwitchTxPktsAt48Mb Counter32
  wsCcStatsSwitchTxPktsAt54Mb Counter32

WsCcStatsRadioExtEntry  
SEQUENCE    
  wsCcStatsRadioExtDownLinkThroughput Gauge32
  wsCcStatsRadioExtUpLinkThroughput Gauge32

WsCcStatsMeshEntry  
SEQUENCE    
  wsCcStatsMeshIndex Unsigned32
  wsCcStatsMeshConnType INTEGER
  wsCcStatsMeshMac PhysAddress
  wsCcStatsMeshWlanEssid DisplayString
  wsCcStatsMeshRadioType RadioType
  wsCcStatsMeshThroughput Unsigned32
  wsCcStatsMeshAvgBitSpeed Unsigned32
  wsCcStatsMeshRetries100 ScaleBy100
  wsCcStatsMeshRadioIndex Unsigned32

WsCcStatsMeshSumShortEntry  
SEQUENCE    
  wsCcStatsMeshSumShortTimestamp TimeTicks
  wsCcStatsMeshSumShortNumPkts Counter32
  wsCcStatsMeshSumShortPktsPerSec100 ScaleBy100
  wsCcStatsMeshSumShortPktsPerSecTx100 ScaleBy100
  wsCcStatsMeshSumShortPktsPerSecRx100 ScaleBy100
  wsCcStatsMeshSumShortThroughput Unsigned32
  wsCcStatsMeshSumShortThroughputTx Unsigned32
  wsCcStatsMeshSumShortThroughputRx Unsigned32
  wsCcStatsMeshSumShortAvgBitSpeed Unsigned32
  wsCcStatsMeshSumShortAvgMuSignal Integer32
  wsCcStatsMeshSumShortAvgMuNoise Integer32
  wsCcStatsMeshSumShortAvgMuSnr Integer32
  wsCcStatsMeshSumShortPp10kTxWithRetries PartsPer10k
  wsCcStatsMeshSumShortPp10kDropped PartsPer10k
  wsCcStatsMeshSumShortTxAvgRetries100 ScaleBy100
  wsCcStatsMeshSumShortPp10kRxUndecrypt PartsPer10k

WsCcStatsMeshSumLongEntry  
SEQUENCE    
  wsCcStatsMeshSumLongTimestamp TimeTicks
  wsCcStatsMeshSumLongNumPkts Counter32
  wsCcStatsMeshSumLongPktsPerSec100 ScaleBy100
  wsCcStatsMeshSumLongPktsPerSecTx100 ScaleBy100
  wsCcStatsMeshSumLongPktsPerSecRx100 ScaleBy100
  wsCcStatsMeshSumLongThroughput Unsigned32
  wsCcStatsMeshSumLongThroughputTx Unsigned32
  wsCcStatsMeshSumLongThroughputRx Unsigned32
  wsCcStatsMeshSumLongAvgBitSpeed Unsigned32
  wsCcStatsMeshSumLongAvgMuSignal Integer32
  wsCcStatsMeshSumLongAvgMuNoise Integer32
  wsCcStatsMeshSumLongAvgMuSnr Integer32
  wsCcStatsMeshSumLongPp10kTxWithRetries PartsPer10k
  wsCcStatsMeshSumLongPp10kDropped PartsPer10k
  wsCcStatsMeshSumLongTxAvgRetries100 ScaleBy100
  wsCcStatsMeshSumLongPp10kRxUndecrypt PartsPer10k

Defined Values

wsCcStatsMIB 1.3.6.1.4.1.388.14.3.3.1
Description.
MODULE-IDENTITY    

wsCcStatsConf 1.3.6.1.4.1.388.14.3.3.1.1
OBJECT IDENTIFIER    

wsCcStatsConfShortWindow 1.3.6.1.4.1.388.14.3.3.1.1.1
The number of seconds backwards from the specified timestamp that the the 'Short' window extends backwards in time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsConfShortUpdateInterval 1.3.6.1.4.1.388.14.3.3.1.1.2
The frequency at which the 'Short' summary stats are updated.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsConfLongWindow 1.3.6.1.4.1.388.14.3.3.1.1.3
Same as corresponding 'Short' value, for the 'Long' window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsConfLongUpdateInterval 1.3.6.1.4.1.388.14.3.3.1.1.4
Same as corresponding 'Short' value, for the 'Long' window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsConfReset 1.3.6.1.4.1.388.14.3.3.1.1.5
Writing this value resets all counters in the ccRf sub-tree except for the ccPortalSystemStatsTable and ccPortalTable
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcStatsRadio 1.3.6.1.4.1.388.14.3.3.1.2
OBJECT IDENTIFIER    

wsCcStatsRadioTable 1.3.6.1.4.1.388.14.3.3.1.2.2
This table describes general statistics about packets sent/recieved via each Portal on the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioEntry

wsCcStatsRadioEntry 1.3.6.1.4.1.388.14.3.3.1.2.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioEntry  

wsCcStatsRadioIndex 1.3.6.1.4.1.388.14.3.3.1.2.2.1.1
Small, arbitrary integer index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1000  

wsCcStatsRadioTxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.2
Count of unicast packets sent via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.3
Count of unicast packets received via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsNUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.4
Count of non-unicast (broadcast & multicast) packets received via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.5
Count of unicast octets sent via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.6
Count of unicast octets received via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsNUcast 1.3.6.1.4.1.388.14.3.3.1.2.2.1.7
Count of non-unicast (broadcast & multicast) octets received via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxUndecryptablePkts 1.3.6.1.4.1.388.14.3.3.1.2.2.1.8
Count of packets received via the Portal that could not be decrypted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioLastActivity 1.3.6.1.4.1.388.14.3.3.1.2.2.1.9
A snapshot of the switch's sysUpTime at the time of the last activity (packet sent or received) via the Portal.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsRadioTxRetriesPacketsFailed 1.3.6.1.4.1.388.14.3.3.1.2.2.1.10
Number of pkts that never were successfully transmitted to via this Portal because the max retry count was exceeded
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxErrors 1.3.6.1.4.1.388.14.3.3.1.2.2.1.11
The count of receive errors for this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesVoicePktsFailed 1.3.6.1.4.1.388.14.3.3.1.2.2.1.12
Number of voice pkts that never were successfully transmitted to via this Portal because the max retry count was exceeded
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsTable 1.3.6.1.4.1.388.14.3.3.1.2.3
For each Portal on the switch, this table describes counts of packets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioRxPktsEntry

wsCcStatsRadioRxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.2.3.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioRxPktsEntry  

wsCcStatsRadioRxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.1
Number of pkts received via this Portal at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.2
Number of pkts received via this Portal at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.3
Number of pkts received via this Portal at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.4
Number of pkts received via this Portal at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.5
Number of pkts received via this Portal at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.6
Number of pkts received via this Portal at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.7
Number of pkts received via this Portal at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.8
Number of pkts received via this Portal at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.9
Number of pkts received via this Portal at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.10
Number of pkts received via this Portal at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.11
Number of pkts received via this Portal at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.12
Number of pkts received via this Portal at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.2.3.1.13
Number of pkts received via this Portal at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsTable 1.3.6.1.4.1.388.14.3.3.1.2.4
For each Portal on the switch, this table describes counts of packets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioTxPktsEntry

wsCcStatsRadioTxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.2.4.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioTxPktsEntry  

wsCcStatsRadioTxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.1
Number of pkts transmitted via this Portal at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.2
Number of pkts transmitted via this Portal at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.3
Number of pkts transmitted via this Portal at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.4
Number of pkts transmitted via this Portal at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.5
Number of pkts transmitted via this Portal at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.6
Number of pkts transmitted via this Portal at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.7
Number of pkts transmitted via this Portal at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.8
Number of pkts transmitted via this Portal at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.10
Number of pkts transmitted via this Portal at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.11
Number of pkts transmitted via this Portal at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.12
Number of pkts transmitted via this Portal at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.13
Number of pkts transmitted via this Portal at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.2.4.1.14
Number of pkts transmitted via this Portal at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.2.5
For each Portal on this switch, this table describes counts of octets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioRxOctetsEntry

wsCcStatsRadioRxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.2.5.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioRxOctetsEntry  

wsCcStatsRadioRxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.1
Number of octets received via this Portal at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.2
Number of octets received via this Portal at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.3
Number of octets received via this Portal at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.4
Number of octets received via this Portal at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.5
Number of octets received via this Portal at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.6
Number of octets received via this Portal at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.7
Number of octets received via this Portal at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.8
Number of octets received via this Portal at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.9
Number of octets received via this Portal at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.10
Number of octets received via this Portal at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.11
Number of octets received via this Portal at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.12
Number of octets received via this Portal at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioRxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.2.5.1.13
Number of octets received via this Portal at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.2.6
For each Portal on this switch, this table describes counts of octets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioTxOctetsEntry

wsCcStatsRadioTxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.2.6.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioTxOctetsEntry  

wsCcStatsRadioTxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.1
Number octets transmitted via this Portal at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.2
Number octets transmitted via this Portal at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.3
Number octets transmitted via this Portal at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.4
Number octets transmitted via this Portal at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.5
Number octets transmitted via this Portal at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.6
Number octets transmitted via this Portal at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.7
Number octets transmitted via this Portal at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.8
Number octets transmitted via this Portal at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.9
Number octets transmitted via this Portal at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.10
Number octets transmitted via this Portal at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.11
Number octets transmitted via this Portal at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.12
Number octets transmitted via this Portal at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.2.6.1.13
Number octets transmitted via this Portal at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPktsTable 1.3.6.1.4.1.388.14.3.3.1.2.7
For each Portal on the switch, this table describes counts of the number of packets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioTxRetriesPktsEntry

wsCcStatsRadioTxRetriesPktsEntry 1.3.6.1.4.1.388.14.3.3.1.2.7.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioTxRetriesPktsEntry  

wsCcStatsRadioTxRetriesPktsNone 1.3.6.1.4.1.388.14.3.3.1.2.7.1.1
Number of pkts successfully transmitted via this Portal with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts01 1.3.6.1.4.1.388.14.3.3.1.2.7.1.2
Number of pkts successfully transmitted via this Portal with exactly 1 retry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts02 1.3.6.1.4.1.388.14.3.3.1.2.7.1.3
Number of pkts successfully transmitted via this Portal with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts03 1.3.6.1.4.1.388.14.3.3.1.2.7.1.4
Number of pkts successfully transmitted via this Portal with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts04 1.3.6.1.4.1.388.14.3.3.1.2.7.1.5
Number of pkts successfully transmitted via this Portal with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts05 1.3.6.1.4.1.388.14.3.3.1.2.7.1.6
Number of pkts successfully transmitted via this Portal with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts06 1.3.6.1.4.1.388.14.3.3.1.2.7.1.7
Number of pkts successfully transmitted via this Portal with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts07 1.3.6.1.4.1.388.14.3.3.1.2.7.1.8
Number of pkts successfully transmitted via this Portal with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts08 1.3.6.1.4.1.388.14.3.3.1.2.7.1.9
Number of pkts successfully transmitted via this Portal with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts09 1.3.6.1.4.1.388.14.3.3.1.2.7.1.10
Number of pkts successfully transmitted via this Portal with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts10 1.3.6.1.4.1.388.14.3.3.1.2.7.1.11
Number of pkts successfully transmitted via this Portal with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts11 1.3.6.1.4.1.388.14.3.3.1.2.7.1.12
Number of pkts successfully transmitted via this Portal with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts12 1.3.6.1.4.1.388.14.3.3.1.2.7.1.13
Number of pkts successfully transmitted via this Portal with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts13 1.3.6.1.4.1.388.14.3.3.1.2.7.1.14
Number of pkts successfully transmitted via this Portal with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts14 1.3.6.1.4.1.388.14.3.3.1.2.7.1.15
Number of pkts successfully transmitted via this Portal with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPkts15 1.3.6.1.4.1.388.14.3.3.1.2.7.1.16
Number of pkts successfully transmitted via this Portal with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesPktsFailed 1.3.6.1.4.1.388.14.3.3.1.2.7.1.17
Number of pkts that never were successfully transmitted to via this Portal because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctetsTable 1.3.6.1.4.1.388.14.3.3.1.2.8
For each Portal on the switch, this table describes counts of the number of octets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioTxRetriesOctetsEntry

wsCcStatsRadioTxRetriesOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.2.8.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioTxRetriesOctetsEntry  

wsCcStatsRadioTxRetriesOctetsNone 1.3.6.1.4.1.388.14.3.3.1.2.8.1.1
Number of octets successfully transmitted via this Portal with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets01 1.3.6.1.4.1.388.14.3.3.1.2.8.1.2
Number of octets successfully transmitted via this Portal with exactly 1 retry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets02 1.3.6.1.4.1.388.14.3.3.1.2.8.1.3
Number of octets successfully transmitted via this Portal with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets03 1.3.6.1.4.1.388.14.3.3.1.2.8.1.4
Number of octets successfully transmitted via this Portal with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets04 1.3.6.1.4.1.388.14.3.3.1.2.8.1.5
Number of octets successfully transmitted via this Portal with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets05 1.3.6.1.4.1.388.14.3.3.1.2.8.1.6
Number of octets successfully transmitted via this Portal with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets06 1.3.6.1.4.1.388.14.3.3.1.2.8.1.7
Number of octets successfully transmitted via this Portal with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets07 1.3.6.1.4.1.388.14.3.3.1.2.8.1.8
Number of octets successfully transmitted via this Portal with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets08 1.3.6.1.4.1.388.14.3.3.1.2.8.1.9
Number of octets successfully transmitted via this Portal with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets09 1.3.6.1.4.1.388.14.3.3.1.2.8.1.10
Number of octets successfully transmitted via this Portal with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets10 1.3.6.1.4.1.388.14.3.3.1.2.8.1.11
Number of octets successfully transmitted via this Portal with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets11 1.3.6.1.4.1.388.14.3.3.1.2.8.1.12
Number of octets successfully transmitted via this Portal with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets12 1.3.6.1.4.1.388.14.3.3.1.2.8.1.13
Number of octets successfully transmitted via this Portal with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets13 1.3.6.1.4.1.388.14.3.3.1.2.8.1.14
Number of octets successfully transmitted via this Portal with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets14 1.3.6.1.4.1.388.14.3.3.1.2.8.1.15
Number of octets successfully transmitted via this Portal with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctets15 1.3.6.1.4.1.388.14.3.3.1.2.8.1.16
Number of octets successfully transmitted via this Portal with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioTxRetriesOctetsFailed 1.3.6.1.4.1.388.14.3.3.1.2.8.1.17
Number of octets that never were successfully transmitted to via this Portal because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioSigTable 1.3.6.1.4.1.388.14.3.3.1.2.9
This table describes statistics about RSSI, Signal, Noise, and SNR for packets recieved via each Portal on the switch.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioSigEntry

wsCcStatsRadioSigEntry 1.3.6.1.4.1.388.14.3.3.1.2.9.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioSigEntry  

wsCcStatsRadioSigNumPkts 1.3.6.1.4.1.388.14.3.3.1.2.9.1.1
Total packets received via the Portal included in all the other counters reported in this row.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioSigSignalBest 1.3.6.1.4.1.388.14.3.3.1.2.9.1.2
The best Signal value seen from the Portal so far. (Remember that a -20dBm Signal is better than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSignalWorst 1.3.6.1.4.1.388.14.3.3.1.2.9.1.3
The worst Signal value seen from the Portal so far. (Remember that a -80dBm Signal is worse than -60dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSignalSum 1.3.6.1.4.1.388.14.3.3.1.2.9.1.4
A running sum of all Signal values calculated by the switch (using reported RSSI values), for packets received via this Portal. Note that this value is normally a negative value ranging from -10dBm to -80dBm. It is possible for this value to be positive, but that would be rare, and would signal an exceptionally strong signal. (This value divided by ccPortalSigStatsNumPkts yields the average Signal value for all packets received from this MU).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSignalSumSquares 1.3.6.1.4.1.388.14.3.3.1.2.9.1.5
A sum of the squares of each Signal value calculated for packets received via this Portal. Unlike _SignalSum, this value is never negative, since the square of a negative number is a positive. (This value can be used to calculate the standard deviation for Signal values calculated for packets from this Portal).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsRadioSigSignalMostRecent 1.3.6.1.4.1.388.14.3.3.1.2.9.1.6
The best Signal value seen from the Portal so far. (Remember that a -20dBm Signal is better than -60dBm). This value does not make sense when ccPortalSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigNoiseBest 1.3.6.1.4.1.388.14.3.3.1.2.9.1.7
The best Noise value seen from the Portal so far. (Remember that -80dBm Noise is better than -70dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigNoiseWorst 1.3.6.1.4.1.388.14.3.3.1.2.9.1.8
The worst Noise value seen from the Portal so far. (Remember that -50dBm Noise is worse than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigNoiseSum 1.3.6.1.4.1.388.14.3.3.1.2.9.1.9
A running sum of all Noise values calculated by the switch (using reported RSSI values), for packets received via this Portal. Like _SignalSum, this value is normally a negative value. (This value divided by ccPortalSigStatsNumPkts yields the average Noise value for all packets received from this MU).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigNoiseSumSquares 1.3.6.1.4.1.388.14.3.3.1.2.9.1.10
A sum of the squares of each Noise value calculated for packets received via this Portal. As with _SignalSumSquares, this value is never negative. (This value can be used to calculate the standard deviation for Noise values calculated for packets from this Portal).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsRadioSigNoiseMostRecent 1.3.6.1.4.1.388.14.3.3.1.2.9.1.11
The best Noise value seen from the Portal so far. (Remember that -80dBm Noise is better than -70dBm). This value does not make sense when ccPortalSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSnrBest 1.3.6.1.4.1.388.14.3.3.1.2.9.1.12
The best SNR value seen from the Portal so far. (Remember that +30dBm SNR is better than +20dBm). This value is initialized to -500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSnrWorst 1.3.6.1.4.1.388.14.3.3.1.2.9.1.13
The worst SNR value seen from the Portal so far. (Remember that +10dBm SNR is worse than +20dBm). This value is initialized to 500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSnrSum 1.3.6.1.4.1.388.14.3.3.1.2.9.1.14
A running sum of all SNR values calculated by the switch (using reported RSSI values), for packets received via this Portal. Unlike _Signal and _Noise, this value is never negative. (This value divided by ccPortalSigStatsNumPkts yields the average SNR value for all packets received from this MU).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSigSnrSumSquares 1.3.6.1.4.1.388.14.3.3.1.2.9.1.15
A sum of the squares of each SNR value calculated for packets received via this Portal. This value is never negative. (This value can be used to calculate the standard deviation for SNR values calculated for packets from this Portal).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsRadioSigSnrMostRecent 1.3.6.1.4.1.388.14.3.3.1.2.9.1.16
The best SNR value seen from the Portal so far. (Remember that +30dBm SNR is better than +20dBm). This value does not make sense when ccPortalSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSysTable 1.3.6.1.4.1.388.14.3.3.1.2.10
This table includes statistics for 802.11 system packets transmitted/received at each Portal.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioSysEntry

wsCcStatsRadioSysEntry 1.3.6.1.4.1.388.14.3.3.1.2.10.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioSysEntry  

wsCcStatsRadioSysBeaconsTx 1.3.6.1.4.1.388.14.3.3.1.2.10.1.1
The number of Beacons sent.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysBeaconsTxOctets 1.3.6.1.4.1.388.14.3.3.1.2.10.1.2
The number of octets sent in Beacons.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeReqRx 1.3.6.1.4.1.388.14.3.3.1.2.10.1.3
The number of Probe Request packets received.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeReqRxOctets 1.3.6.1.4.1.388.14.3.3.1.2.10.1.4
The number of octets received in Probe Request packets.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespRetriesNone 1.3.6.1.4.1.388.14.3.3.1.2.10.1.5
The number of Probe Response packets sent with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespRetries1 1.3.6.1.4.1.388.14.3.3.1.2.10.1.6
The number of Probe Response packets sent with exactly 1 retry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespRetries2 1.3.6.1.4.1.388.14.3.3.1.2.10.1.7
The number of Probe Response packets sent with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespRetries3OrMore 1.3.6.1.4.1.388.14.3.3.1.2.10.1.8
The number of Probe Response packets sent with exactly 3 retries or more retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespRetriesFailed 1.3.6.1.4.1.388.14.3.3.1.2.10.1.9
The number of Probe Response packets that were never successfully transmitted because the max retry count was reached.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSysProbeRespTxOctets 1.3.6.1.4.1.388.14.3.3.1.2.10.1.10
The number of octets successfully transmitted in Probe Response packets. (For example, the octets in a Probe Response that is transmitted twice - one retry - only counts once in this sum).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortTable 1.3.6.1.4.1.388.14.3.3.1.2.11
Averages and rates calculated over the SHORT window for each Portal.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioSumShortEntry

wsCcStatsRadioSumShortEntry 1.3.6.1.4.1.388.14.3.3.1.2.11.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioSumShortEntry  

wsCcStatsRadioSumShortTimestamp 1.3.6.1.4.1.388.14.3.3.1.2.11.1.1
Snapshot of sysUpTime as of the END of the 'window' of time that this entry of values represents.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsRadioSumShortNumPkts 1.3.6.1.4.1.388.14.3.3.1.2.11.1.2
The number of packets used to calculate the statistics in this window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.2.11.1.3
Packets per second as averaged over the 'window'. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumShortPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.2.11.1.4
Packets per second TX as averaged over the 'window'. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumShortPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.2.11.1.5
Packets per second RX as averaged over the 'window'. Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumShortThroughput 1.3.6.1.4.1.388.14.3.3.1.2.11.1.6
Actual number of bits sent and received over the window, divided by the number of seconds in the window. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortThroughputTx 1.3.6.1.4.1.388.14.3.3.1.2.11.1.7
Actual number of bits TX over the window, divided by the number of seconds in the window. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortThroughputRx 1.3.6.1.4.1.388.14.3.3.1.2.11.1.8
Actual number of bits RX over the window, divided by the number of seconds in the window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.2.11.1.9
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.2.11.1.10
The average of all signal values over the window. NOTE: dBm are normally negative. Here the NEGATIVE values are reported as POSITIVE values. PO
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumShortAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.2.11.1.11
The average of all noise values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumShortAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.2.11.1.12
The average of all SNR values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumShortPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.2.11.1.13
Ratio of packets that were NOT unicast. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.2.11.1.14
Ratio of TX packets that experienced one or more retries. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortPp10kTxMaxRetries 1.3.6.1.4.1.388.14.3.3.1.2.11.1.15
Ratio of TX packets that were dropped due to excessive. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.2.11.1.16
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadiolSumShortPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.2.11.1.17
Ratio of RX packets that were undecryptable. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortTotalMus 1.3.6.1.4.1.388.14.3.3.1.2.11.1.18
The total number of MUs associated to the given Portal.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1024  

wsCcStatsRadioSumShortPp10kRfUtil 1.3.6.1.4.1.388.14.3.3.1.2.11.1.19
The approximate utilization of the Portal's RF port. Calculated as Throughput divided by AvgBitSpeed. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.2.11.1.20
Packets dropped divided by packets sent. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio. Calculated as an average for all WLANs implemented on this Portal. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortCurrVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.11.1.21
The current number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortMaxVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.11.1.22
The maximum number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumShortAvgVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.11.1.23
The average number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumShortPp10kVoiceRfUtil 1.3.6.1.4.1.388.14.3.3.1.2.11.1.24
The approximate utilization of the Portal's RF port for voice traffic. Calculated as Throughput divided by AvgBitSpeed. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumShortPp10kVoiceDropped 1.3.6.1.4.1.388.14.3.3.1.2.11.1.25
Packets dropped divided by packets sent for voice. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio. Calculated as an average for all WLANs implemented on this Portal. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongTable 1.3.6.1.4.1.388.14.3.3.1.2.12
Averages and rates calculated over the LONG window for each Portal. (Refer to ccPortalSumStatsShortTable for descriptions).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioSumLongEntry

wsCcStatsRadioSumLongEntry 1.3.6.1.4.1.388.14.3.3.1.2.12.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioSumLongEntry  

wsCcStatsRadioSumLongTimestamp 1.3.6.1.4.1.388.14.3.3.1.2.12.1.1
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsRadioSumLongNumPkts 1.3.6.1.4.1.388.14.3.3.1.2.12.1.2
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.2.12.1.3
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumLongPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.2.12.1.4
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumLongPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.2.12.1.5
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumLongThroughput 1.3.6.1.4.1.388.14.3.3.1.2.12.1.6
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongThroughputTx 1.3.6.1.4.1.388.14.3.3.1.2.12.1.7
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongThroughputRx 1.3.6.1.4.1.388.14.3.3.1.2.12.1.8
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.2.12.1.9
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.2.12.1.10
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumLongAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.2.12.1.11
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumLongAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.2.12.1.12
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsRadioSumLongPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.2.12.1.13
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.2.12.1.14
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongPp10kTxMaxRetries 1.3.6.1.4.1.388.14.3.3.1.2.12.1.15
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.2.12.1.16
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumLongPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.2.12.1.17
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongTotalMus 1.3.6.1.4.1.388.14.3.3.1.2.12.1.18
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1024  

wsCcStatsRadioSumLongPp10kRfUtil 1.3.6.1.4.1.388.14.3.3.1.2.12.1.19
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.2.12.1.20
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongCurrVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.12.1.21
The current number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongMaxVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.12.1.22
The maximum number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsRadioSumLongAvgVoiceMuCount 1.3.6.1.4.1.388.14.3.3.1.2.12.1.23
The average number of devices identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsRadioSumLongPp10kVoiceRfUtil 1.3.6.1.4.1.388.14.3.3.1.2.12.1.24
The approximate utilization of the Portal's RF port for voice traffic. Calculated as Throughput divided by AvgBitSpeed. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsRadioSumLongPp10kVoiceDropped 1.3.6.1.4.1.388.14.3.3.1.2.12.1.25
Packets dropped divided by packets sent for voice. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio. Calculated as an average for all WLANs implemented on this Portal. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMu 1.3.6.1.4.1.388.14.3.3.1.3
OBJECT IDENTIFIER    

wsCcStatsMuTable 1.3.6.1.4.1.388.14.3.3.1.3.1
This table describes general statistics about packets sent/recieved via each MU serviced by the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuEntry

wsCcStatsMuEntry 1.3.6.1.4.1.388.14.3.3.1.3.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuEntry  

wsCcStatsMuMac 1.3.6.1.4.1.388.14.3.3.1.3.1.1.1
MAC address of the MU.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcStatsMuTxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.3.1.1.2
Count of unicast packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.3.1.1.3
Count of unicast packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.3.1.1.4
Count of unicast octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.3.1.1.5
Count of unicast octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxUndecryptablePkts 1.3.6.1.4.1.388.14.3.3.1.3.1.1.6
Count of packets received that could not be decrypted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxRssiNumPkts 1.3.6.1.4.1.388.14.3.3.1.3.1.1.7
Total RSSI packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxRssiSum 1.3.6.1.4.1.388.14.3.3.1.3.1.1.8
A running sum of all RSSI values calculated by the switch for packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxRssiSumSquares 1.3.6.1.4.1.388.14.3.3.1.3.1.1.9
A sum of the squares of each RSSI value calculated for packets received. This value is never negative.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsMuRxRssiMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.1.1.10
The best RSSI value seen so far. (Remember that -80dBm Noise is better than -70dBm). This value does not make sense when ccMuRxRssiNumPkts equals to 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

wsCcStatsMuLastActivity 1.3.6.1.4.1.388.14.3.3.1.3.1.1.11
A snapshot of the switch's sysUpTime at the time of the last activity (packet sent or received).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsMuSigNumPackets 1.3.6.1.4.1.388.14.3.3.1.3.1.1.12
Number of packets received during the last sampling period (5 seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuSignalMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.1.1.13
The most recent signal level for this mobile station in dbm; typical values range from -80 dbm (weak) to -20 dbm (strong). Note that if wsCcStatsMuSigNumPackets equals to 0, the value returned would represent a stale value that is older than the sampling period (5 seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuRxPktsTable 1.3.6.1.4.1.388.14.3.3.1.3.2
For each MU serviced by the switch, this table describes counts of packets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuRxPktsEntry

wsCcStatsMuRxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.3.2.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuRxPktsEntry  

wsCcStatsMuRxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.1
Number of pkts received at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.2
Number of pkts received at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.3
Number of pkts received at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.4
Number of pkts received at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.5
Number of pkts received at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.6
Number of pkts received at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.7
Number of pkts received at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.8
Number of pkts received at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.9
Number of pkts received at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.10
Number of pkts received at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.11
Number of pkts received at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.12
Number of pkts received at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.3.2.1.13
Number of pkts received at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsTable 1.3.6.1.4.1.388.14.3.3.1.3.3
For each MU serviced by the switch, this table describes counts of packets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuTxPktsEntry

wsCcStatsMuTxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.3.3.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuTxPktsEntry  

wsCcStatsMuTxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.1
Number of pkts transmitted at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.2
Number of pkts transmitted at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.3
Number of pkts transmitted at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.4
Number of pkts transmitted at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.5
Number of pkts transmitted at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.6
Number of pkts transmitted at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.7
Number of pkts transmitted at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.8
Number of pkts transmitted at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.9
Number of pkts transmitted at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.10
Number of pkts transmitted at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.11
Number of pkts transmitted at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.12
Number of pkts transmitted at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.3.3.1.13
Number of pkts transmitted at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.3.4
For each MU serviced by this switch, this table describes counts of octets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuRxOctetsEntry

wsCcStatsMuRxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.3.4.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuRxOctetsEntry  

wsCcStatsMuRxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.1
Number of octets received at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.2
Number of octets received at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.3
Number of octets received at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.4
Number of octets received at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.5
Number of octets received at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.6
Number of octets received at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.7
Number of octets received at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.8
Number of octets received at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.9
Number of octets received at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.10
Number of octets received at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.11
Number of octets received at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.12
Number of octets received at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuRxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.3.4.1.13
Number of octets received at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.3.5
For each MU serviced by this switch, this table describes counts of octets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuTxOctetsEntry

wsCcStatsMuTxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.3.5.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuTxOctetsEntry  

wsCcStatsMuTxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.1
Number of octets transmitted at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.2
Number of octets transmitted at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.3
Number of octets transmitted at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.4
Number of octets transmitted at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.5
Number of octets transmitted at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.6
Number of octets transmitted at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.7
Number of octets transmitted at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.8
Number of octets transmitted at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.9
Number of octets transmitted at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.10
Number of octets transmitted at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.11
Number of octets transmitted at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.12
Number of octets transmitted at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.3.5.1.13
Number of octets transmitted at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesTable 1.3.6.1.4.1.388.14.3.3.1.3.6
For each MU serviced by the switch, this table describes counts of the number of packets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuTxRetriesEntry

wsCcStatsMuTxRetriesEntry 1.3.6.1.4.1.388.14.3.3.1.3.6.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuTxRetriesEntry  

wsCcStatsMuTxRetriesNone 1.3.6.1.4.1.388.14.3.3.1.3.6.1.1
Number of pkts successfully transmitted with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries01 1.3.6.1.4.1.388.14.3.3.1.3.6.1.2
Number of pkts successfully transmitted with exactly 1 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries02 1.3.6.1.4.1.388.14.3.3.1.3.6.1.3
Number of pkts successfully transmitted with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries03 1.3.6.1.4.1.388.14.3.3.1.3.6.1.4
Number of pkts successfully transmitted with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries04 1.3.6.1.4.1.388.14.3.3.1.3.6.1.5
Number of pkts successfully transmitted with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries05 1.3.6.1.4.1.388.14.3.3.1.3.6.1.6
Number of pkts successfully transmitted with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries06 1.3.6.1.4.1.388.14.3.3.1.3.6.1.7
Number of pkts successfully transmitted with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries07 1.3.6.1.4.1.388.14.3.3.1.3.6.1.8
Number of pkts successfully transmitted with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries08 1.3.6.1.4.1.388.14.3.3.1.3.6.1.9
Number of pkts successfully transmitted with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries09 1.3.6.1.4.1.388.14.3.3.1.3.6.1.10
Number of pkts successfully transmitted with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries10 1.3.6.1.4.1.388.14.3.3.1.3.6.1.11
Number of pkts successfully transmitted with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries11 1.3.6.1.4.1.388.14.3.3.1.3.6.1.12
Number of pkts successfully transmitted with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries12 1.3.6.1.4.1.388.14.3.3.1.3.6.1.13
Number of pkts successfully transmitted with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries13 1.3.6.1.4.1.388.14.3.3.1.3.6.1.14
Number of pkts successfully transmitted with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries14 1.3.6.1.4.1.388.14.3.3.1.3.6.1.15
Number of pkts successfully transmitted with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetries15 1.3.6.1.4.1.388.14.3.3.1.3.6.1.16
Number of pkts successfully transmitted with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesFailed 1.3.6.1.4.1.388.14.3.3.1.3.6.1.17
Number of pkts that never were successfully transmitted to because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesTotal 1.3.6.1.4.1.388.14.3.3.1.3.6.1.18
A total sum of all retries across all packets sent to this MU. For example, if 4 packets have been sent, with the following number of retires: 2, 0, 5, gave-up, this value would be 2+0+5+16 = 23.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.6.1.19
Most recent retry done by MU.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..16  

wsCcStatsMuTxRetriesOctetsTable 1.3.6.1.4.1.388.14.3.3.1.3.7
For each MU serviced by the switch, this table describes counts of the number of octets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuTxRetriesOctetsEntry

wsCcStatsMuTxRetriesOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.3.7.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuTxRetriesOctetsEntry  

wsCcStatsMuTxRetriesOctetsNone 1.3.6.1.4.1.388.14.3.3.1.3.7.1.1
Number of octets successfully transmitted with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets01 1.3.6.1.4.1.388.14.3.3.1.3.7.1.2
Number of octets successfully transmitted with exactly 1 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets02 1.3.6.1.4.1.388.14.3.3.1.3.7.1.3
Number of octets successfully transmitted with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets03 1.3.6.1.4.1.388.14.3.3.1.3.7.1.4
Number of octets successfully transmitted with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets04 1.3.6.1.4.1.388.14.3.3.1.3.7.1.5
Number of octets successfully transmitted with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets05 1.3.6.1.4.1.388.14.3.3.1.3.7.1.6
Number of octets successfully transmitted with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets06 1.3.6.1.4.1.388.14.3.3.1.3.7.1.7
Number of octets successfully transmitted with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets07 1.3.6.1.4.1.388.14.3.3.1.3.7.1.8
Number of octets successfully transmitted with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets08 1.3.6.1.4.1.388.14.3.3.1.3.7.1.9
Number of octets successfully transmitted with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets09 1.3.6.1.4.1.388.14.3.3.1.3.7.1.10
Number of octets successfully transmitted with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets10 1.3.6.1.4.1.388.14.3.3.1.3.7.1.11
Number of octets successfully transmitted with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets11 1.3.6.1.4.1.388.14.3.3.1.3.7.1.12
Number of octets successfully transmitted with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets12 1.3.6.1.4.1.388.14.3.3.1.3.7.1.13
Number of octets successfully transmitted with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets13 1.3.6.1.4.1.388.14.3.3.1.3.7.1.14
Number of octets successfully transmitted with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets14 1.3.6.1.4.1.388.14.3.3.1.3.7.1.15
Number of octets successfully transmitted with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctets15 1.3.6.1.4.1.388.14.3.3.1.3.7.1.16
Number of octets successfully transmitted with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuTxRetriesOctetsFailed 1.3.6.1.4.1.388.14.3.3.1.3.7.1.17
Number of octets that never were successfully transmitted to because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuSigTable 1.3.6.1.4.1.388.14.3.3.1.3.8
This table describes statistics about RSSI, Signal, Noise, and SNR for packets recieved via each MU serviced by the switch.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuSigEntry

wsCcStatsMuSigEntry 1.3.6.1.4.1.388.14.3.3.1.3.8.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuSigEntry  

wsCcStatsMuSigNumPkts 1.3.6.1.4.1.388.14.3.3.1.3.8.1.1
Total packets received included in all the other counters reported in this row.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMuSigSignalBest 1.3.6.1.4.1.388.14.3.3.1.3.8.1.2
The best Signal value seen so far. (Remember that a -20dBm Signal is better than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSignalWorst 1.3.6.1.4.1.388.14.3.3.1.3.8.1.3
The worst Signal value seen so far. (Remember that a -80dBm Signal is worse than -60dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSignalSum 1.3.6.1.4.1.388.14.3.3.1.3.8.1.4
A running sum of all Signal values calculated by the switch (using reported RSSI values), for packets received. Note that this value is normally a negative value ranging from -10dBm to -80dBm. It is possible for this value to be positive, but that would be rare, and would signal an exceptionally strong signal.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSignalSumSquares 1.3.6.1.4.1.388.14.3.3.1.3.8.1.5
A sum of the squares of each Signal value calculated for packets received. Unlike _SignalSum, this value is never negative, since the square of a negative number is a positive.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsMuSigSignalMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.8.1.6
The best Signal value seen so far. (Remember that a -20dBm Signal is better than -60dBm). This value does not make sense when ccMuSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigNoiseBest 1.3.6.1.4.1.388.14.3.3.1.3.8.1.7
The best Noise value seen so far. (Remember that -80dBm Noise is better than -70dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigNoiseWorst 1.3.6.1.4.1.388.14.3.3.1.3.8.1.8
The worst Noise value seen so far. (Remember that -50dBm Noise is worse than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigNoiseSum 1.3.6.1.4.1.388.14.3.3.1.3.8.1.9
A running sum of all Noise values calculated by the switch (using reported RSSI values), for packets. Like _SignalSum, this value is normally a negative value.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigStatsNoiseSumSquares 1.3.6.1.4.1.388.14.3.3.1.3.8.1.10
A sum of the squares of each Noise value calculated for packets received. As with _SignalSumSquares, this value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsMuSigNoiseMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.8.1.11
The best Noise value seen so far. (Remember that -80dBm Noise is better than -70dBm). This value does not make sense when ccMuSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSnrBest 1.3.6.1.4.1.388.14.3.3.1.3.8.1.12
The best SNR value seen so far. (Remember that +30dBm SNR is better than +20dBm). This value is initialized to -500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSnrWorst 1.3.6.1.4.1.388.14.3.3.1.3.8.1.13
The worst SNR value seen so far. (Remember that +10dBm SNR is worse than +20dBm). This value is initialized to 500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSnrSum 1.3.6.1.4.1.388.14.3.3.1.3.8.1.14
A running sum of all SNR values calculated by the switch (using reported RSSI values), for packets received. Unlike _Signal and _Noise, this value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSigSnrSumSquares 1.3.6.1.4.1.388.14.3.3.1.3.8.1.15
A sum of the squares of each SNR value calculated for packets received. This value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsMuSigSnrMostRecent 1.3.6.1.4.1.388.14.3.3.1.3.8.1.16
The best SNR value seen so far. (Remember that +30dBm SNR is better than +20dBm). This value does not make sense when ccMuSigStatsNumPkts equals to 0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumShortTable 1.3.6.1.4.1.388.14.3.3.1.3.9
Averages and rates calculated over the SHORT window for each MU.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuSumShortEntry

wsCcStatsMuSumShortEntry 1.3.6.1.4.1.388.14.3.3.1.3.9.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuSumShortEntry  

wsCcStatsMuSumShortTimestamp 1.3.6.1.4.1.388.14.3.3.1.3.9.1.1
Snapshot of sysUpTime as of the END of the 'window' of time that this entry of values represents.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsMuSumShortNumPkts 1.3.6.1.4.1.388.14.3.3.1.3.9.1.2
The number of packets used to calculate the statistics in this window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumShortPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.3.9.1.3
Packets per second as averaged over the 'window'. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumShortPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.3.9.1.4
Packets per second TX as averaged over the 'window'. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumShortPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.3.9.1.5
Packets per second RX as averaged over the 'window'. Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumShortThroughput 1.3.6.1.4.1.388.14.3.3.1.3.9.1.6
Actual number of bits sent and received over the window, divided by the number of seconds in the window. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumShortThroughputTx 1.3.6.1.4.1.388.14.3.3.1.3.9.1.7
Actual number of bits TX over the window, divided by the number of seconds in the window. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumShortThroughputRx 1.3.6.1.4.1.388.14.3.3.1.3.9.1.8
Actual number of bits RX over the window, divided by the number of seconds in the window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumShortAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.3.9.1.9
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumShortAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.3.9.1.10
The average of all signal values over the window. NOTE: dBm are normally negative. Here the NEGATIVE values are reported as POSITIVE values. PO
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumShortAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.3.9.1.11
The average of all noise values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumShortAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.3.9.1.12
The average of all SNR values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumShortPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.3.9.1.13
Ratio of packets that were NOT unicast. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumShortPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.3.9.1.14
Ratio of TX packets that experienced one or more retries. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumShortPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.3.9.1.15
Packets dropped divided by packets sent. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio. Calculated as an average for all WLANs implemented on this MU.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumShortTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.3.9.1.16
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumShortPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.3.9.1.17
Ratio of RX packets that were undecryptable. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumLongTable 1.3.6.1.4.1.388.14.3.3.1.3.10
Averages and rates calculated over the LONG window for each MU. (Refer to ccMuSumStatsShortTable for descriptions).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMuSumLongEntry

wsCcStatsMuSumLongEntry 1.3.6.1.4.1.388.14.3.3.1.3.10.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMuSumLongEntry  

wsCcStatsMuSumLongTimestamp 1.3.6.1.4.1.388.14.3.3.1.3.10.1.1
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsMuSumLongNumPkts 1.3.6.1.4.1.388.14.3.3.1.3.10.1.2
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumLongPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.3.10.1.3
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumLongPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.3.10.1.4
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumLongPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.3.10.1.5
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumLongThroughput 1.3.6.1.4.1.388.14.3.3.1.3.10.1.6
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumLongThroughputTx 1.3.6.1.4.1.388.14.3.3.1.3.10.1.7
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumLongThroughputRx 1.3.6.1.4.1.388.14.3.3.1.3.10.1.8
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumLongAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.3.10.1.9
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMuSumLongAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.3.10.1.10
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumLongAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.3.10.1.11
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumLongAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.3.10.1.12
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMuSumLongPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.3.10.1.13
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumLongPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.3.10.1.14
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumLongPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.3.10.1.15
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMuSumLongTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.3.10.1.16
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMuSumLongPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.3.10.1.17
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlan 1.3.6.1.4.1.388.14.3.3.1.4
OBJECT IDENTIFIER    

wsCcStatsWlanTable 1.3.6.1.4.1.388.14.3.3.1.4.2
This table describes general statistics about packets sent/recieved via each WLAN on the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanEntry

wsCcStatsWlanEntry 1.3.6.1.4.1.388.14.3.3.1.4.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanEntry  

wsCcStatsWlanIndex 1.3.6.1.4.1.388.14.3.3.1.4.2.1.1
Simple index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1001  

wsCcStatsWlanTxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.2
Count of unicast packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.3
Count of unicast packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsNUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.4
Count of non-unicast (broadcast & multicast) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.5
Count of unicast octets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.6
Count of unicast octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsNUcast 1.3.6.1.4.1.388.14.3.3.1.4.2.1.7
Count of non-unicast (broadcast & multicast) octets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxUndecryptablePkts 1.3.6.1.4.1.388.14.3.3.1.4.2.1.8
Count of packets received that could not be decrypted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanLastActivity 1.3.6.1.4.1.388.14.3.3.1.4.2.1.9
A snapshot of the switch's sysUpTime at the time of the last activity (packet sent or received).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsWlanRxPktsTable 1.3.6.1.4.1.388.14.3.3.1.4.3
For each WLAN on the switch, this table describes counts of packets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanRxPktsEntry

wsCcStatsWlanRxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.4.3.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanRxPktsEntry  

wsCcStatsWlanRxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.1
Number of pkts received at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.2
Number of pkts received at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.3
Number of pkts received at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.4
Number of pkts received at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.5
Number of pkts received at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.6
Number of pkts received at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.7
Number of pkts received at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.8
Number of pkts received at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.9
Number of pkts received at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.10
Number of pkts received at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.11
Number of pkts received at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.12
Number of pkts received at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.4.3.1.13
Number of pkts received at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsTable 1.3.6.1.4.1.388.14.3.3.1.4.4
For each MU serviced by the switch, this table describes counts of packets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanTxPktsEntry

wsCcStatsWlanTxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.4.4.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanTxPktsEntry  

wsCcStatsWlanTxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.1
Number of pkts transmitted at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.2
Number of pkts transmitted at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.3
Number of pkts transmitted at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.4
Number of pkts transmitted at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.5
Number of pkts transmitted at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.6
Number of pkts transmitted at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.7
Number of pkts transmitted at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.8
Number of pkts transmitted at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.9
Number of pkts transmitted at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.10
Number of pkts transmitted at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.11
Number of pkts transmitted at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.12
Number of pkts transmitted at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.4.4.1.13
Number of pkts transmitted at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.4.5
For each MU serviced by this switch, this table describes counts of octets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanRxOctetsEntry

wsCcStatsWlanRxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.4.5.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanRxOctetsEntry  

wsCcStatsWlanRxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.1
Number of octets received at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.2
Number of octets received at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.3
Number of octets received at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.4
Number of octets received at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.5
Number of octets received at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.6
Number of octets received at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.7
Number of octets received at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.8
Number of octets received at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.9
Number of octets received at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.10
Number of octets received at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.11
Number of octets received at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.12
Number of octets received at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanRxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.4.5.1.13
Number of octets received at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsTable 1.3.6.1.4.1.388.14.3.3.1.4.6
For each WLAN on this switch, this table describes counts of octets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanTxOctetsEntry

wsCcStatsWlanTxOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.4.6.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanTxOctetsEntry  

wsCcStatsWlanTxOctetsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.1
Number of octets transmitted at 1 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.2
Number of octets transmitted at 2 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.3
Number of octets transmitted at 5.5 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.4
Number of octets transmitted at 6 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.5
Number of octets transmitted at 9 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.6
Number of octets transmitted at 11 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.7
Number of octets transmitted at 12 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.8
Number of octets transmitted at 18 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.9
Number of octets transmitted at 22 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.10
Number of octets transmitted at 24 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.11
Number of octets transmitted at 36 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.12
Number of octets transmitted at 48 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxOctetsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.4.6.1.13
Number of octets transmitted at 54 Mb.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPktsTable 1.3.6.1.4.1.388.14.3.3.1.4.7
For each WLAN on the switch, this table describes counts of the number of packets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanTxRetriesPktsEntry

wsCcStatsWlanTxRetriesPktsEntry 1.3.6.1.4.1.388.14.3.3.1.4.7.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanTxRetriesPktsEntry  

wsCcStatsWlanTxRetriesPktsNone 1.3.6.1.4.1.388.14.3.3.1.4.7.1.1
Number of pkts successfully transmitted with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts01 1.3.6.1.4.1.388.14.3.3.1.4.7.1.2
Number of pkts successfully transmitted with exactly 1 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts02 1.3.6.1.4.1.388.14.3.3.1.4.7.1.3
Number of pkts successfully transmitted with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts03 1.3.6.1.4.1.388.14.3.3.1.4.7.1.4
Number of pkts successfully transmitted with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts04 1.3.6.1.4.1.388.14.3.3.1.4.7.1.5
Number of pkts successfully transmitted with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts05 1.3.6.1.4.1.388.14.3.3.1.4.7.1.6
Number of pkts successfully transmitted with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts06 1.3.6.1.4.1.388.14.3.3.1.4.7.1.7
Number of pkts successfully transmitted with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts07 1.3.6.1.4.1.388.14.3.3.1.4.7.1.8
Number of pkts successfully transmitted with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts08 1.3.6.1.4.1.388.14.3.3.1.4.7.1.9
Number of pkts successfully transmitted with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts09 1.3.6.1.4.1.388.14.3.3.1.4.7.1.10
Number of pkts successfully transmitted with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts10 1.3.6.1.4.1.388.14.3.3.1.4.7.1.11
Number of pkts successfully transmitted with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts11 1.3.6.1.4.1.388.14.3.3.1.4.7.1.12
Number of pkts successfully transmitted with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts12 1.3.6.1.4.1.388.14.3.3.1.4.7.1.13
Number of pkts successfully transmitted with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts13 1.3.6.1.4.1.388.14.3.3.1.4.7.1.14
Number of pkts successfully transmitted with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts14 1.3.6.1.4.1.388.14.3.3.1.4.7.1.15
Number of pkts successfully transmitted with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPkts15 1.3.6.1.4.1.388.14.3.3.1.4.7.1.16
Number of pkts successfully transmitted with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesPktsFailed 1.3.6.1.4.1.388.14.3.3.1.4.7.1.17
Number of pkts that never were successfully transmitted to because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctetsTable 1.3.6.1.4.1.388.14.3.3.1.4.8
For each WLAN on the switch, this table describes counts of the number of octets affected by transmit retries, (no retries, 1 retry, 2 retries,... gave-up).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanTxRetriesOctetsEntry

wsCcStatsWlanTxRetriesOctetsEntry 1.3.6.1.4.1.388.14.3.3.1.4.8.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanTxRetriesOctetsEntry  

wsCcStatsWlanTxRetriesOctetsNone 1.3.6.1.4.1.388.14.3.3.1.4.8.1.1
Number of octets successfully transmitted with no retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets01 1.3.6.1.4.1.388.14.3.3.1.4.8.1.2
Number of octets successfully transmitted with exactly 1 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets02 1.3.6.1.4.1.388.14.3.3.1.4.8.1.3
Number of octets successfully transmitted with exactly 2 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets03 1.3.6.1.4.1.388.14.3.3.1.4.8.1.4
Number of octets successfully transmitted with exactly 3 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets04 1.3.6.1.4.1.388.14.3.3.1.4.8.1.5
Number of octets successfully transmitted with exactly 4 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets05 1.3.6.1.4.1.388.14.3.3.1.4.8.1.6
Number of octets successfully transmitted with exactly 5 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets06 1.3.6.1.4.1.388.14.3.3.1.4.8.1.7
Number of octets successfully transmitted with exactly 6 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets07 1.3.6.1.4.1.388.14.3.3.1.4.8.1.8
Number of octets successfully transmitted with exactly 7 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets08 1.3.6.1.4.1.388.14.3.3.1.4.8.1.9
Number of octets successfully transmitted with exactly 8 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets09 1.3.6.1.4.1.388.14.3.3.1.4.8.1.10
Number of octets successfully transmitted with exactly 9 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets10 1.3.6.1.4.1.388.14.3.3.1.4.8.1.11
Number of octets successfully transmitted with exactly 10 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets11 1.3.6.1.4.1.388.14.3.3.1.4.8.1.13
Number of octets successfully transmitted with exactly 11 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets12 1.3.6.1.4.1.388.14.3.3.1.4.8.1.14
Number of octets successfully transmitted with exactly 12 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets13 1.3.6.1.4.1.388.14.3.3.1.4.8.1.15
Number of octets successfully transmitted with exactly 13 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets14 1.3.6.1.4.1.388.14.3.3.1.4.8.1.16
Number of octets successfully transmitted with exactly 14 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctets15 1.3.6.1.4.1.388.14.3.3.1.4.8.1.17
Number of octets successfully transmitted with exactly 15 retries.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanTxRetriesOctetsFailed 1.3.6.1.4.1.388.14.3.3.1.4.8.1.18
Number of octets that never were successfully transmitted to because the max retry count was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanSigTable 1.3.6.1.4.1.388.14.3.3.1.4.9
This table describes statistics about RSSI, Signal, Noise, and SNR for packets recieved via each WLAN on the switch.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanSigEntry

wsCcStatsWlanSigEntry 1.3.6.1.4.1.388.14.3.3.1.4.9.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanSigEntry  

wsCcStatsWlanSigStatsNumPkts 1.3.6.1.4.1.388.14.3.3.1.4.9.1.1
Total packets received included in all the other counters reported in this row.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsWlanSigStatsSignalBest 1.3.6.1.4.1.388.14.3.3.1.4.9.1.2
The best Signal value seen so far. (Remember that a -20dBm Signal is better than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigStatsSignalWorst 1.3.6.1.4.1.388.14.3.3.1.4.9.1.3
The worst Signal value seen so far. (Remember that a -80dBm Signal is worse than -60dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigStatsSignalSum 1.3.6.1.4.1.388.14.3.3.1.4.9.1.4
A running sum of all Signal values calculated by the switch (using reported RSSI values), for packets received. Note that this value is normally a negative value ranging from -10dBm to -80dBm. It is possible for this value to be positive, but that would be rare, and would signal an exceptionally strong signal.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigStatsSignalSumSquares 1.3.6.1.4.1.388.14.3.3.1.4.9.1.5
A sum of the squares of each Signal value calculated for packets received. Unlike _SignalSum, this value is never negative, since the square of a negative number is a positive.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsWlanSigStatsNoiseBest 1.3.6.1.4.1.388.14.3.3.1.4.9.1.6
The best Noise value seen so far. (Remember that -80dBm Noise is better than -70dBm). This value is initialized to 500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigStatsNoiseWorst 1.3.6.1.4.1.388.14.3.3.1.4.9.1.7
The worst Noise value seen so far. (Remember that -50dBm Noise is worse than -60dBm). This value is initialized to -500dBm.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigNoiseSum 1.3.6.1.4.1.388.14.3.3.1.4.9.1.8
A running sum of all Noise values calculated by the switch (using reported RSSI values), for packets. Like _SignalSum, this value is normally a negative value.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigNoiseSumSquares 1.3.6.1.4.1.388.14.3.3.1.4.9.1.9
A sum of the squares of each Noise value calculated for packets received. As with _SignalSumSquares, this value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsWlanSigSnrBest 1.3.6.1.4.1.388.14.3.3.1.4.9.1.10
The best SNR value seen so far. (Remember that +30dBm SNR is better than +20dBm). This value is initialized to -500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigSnrWorst 1.3.6.1.4.1.388.14.3.3.1.4.9.1.11
The worst SNR value seen so far. (Remember that +10dBm SNR is worse than +20dBm). This value is initialized to 500dB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigSnrSum 1.3.6.1.4.1.388.14.3.3.1.4.9.1.12
A running sum of all SNR values calculated by the switch (using reported RSSI values), for packets received. Unlike _Signal and _Noise, this value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSigSnrSumSquares 1.3.6.1.4.1.388.14.3.3.1.4.9.1.13
A sum of the squares of each SNR value calculated for packets received. This value is never negative.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

wsCcStatsWlanSumShortTable 1.3.6.1.4.1.388.14.3.3.1.4.10
Averages and rates calculated over the SHORT window for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanSumShortEntry

wsCcStatsWlanSumShortEntry 1.3.6.1.4.1.388.14.3.3.1.4.10.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanSumShortEntry  

wsCcStatsWlanSumShortTimestamp 1.3.6.1.4.1.388.14.3.3.1.4.10.1.1
Snapshot of sysUpTime as of the END of the 'window' of time that this entry of values represents.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsWlanSumShortNumPkts 1.3.6.1.4.1.388.14.3.3.1.4.10.1.2
The number of packets used to calculate the statistics in this window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumShortPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.4.10.1.3
Packets per second as averaged over the 'window'. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumShortPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.4.10.1.4
Packets per second TX as averaged over the 'window'. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumShortPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.4.10.1.5
Packets per second RX as averaged over the 'window'. Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumShortThroughput 1.3.6.1.4.1.388.14.3.3.1.4.10.1.6
Actual number of bits sent and received over the window, divided by the number of seconds in the window. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumShortThroughputTx 1.3.6.1.4.1.388.14.3.3.1.4.10.1.7
Actual number of bits TX over the window, divided by the number of seconds in the window. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumShortThroughputRx 1.3.6.1.4.1.388.14.3.3.1.4.10.1.8
Actual number of bits RX over the window, divided by the number of seconds in the window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumShortAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.4.10.1.9
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumShortAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.4.10.1.10
The average of all signal values over the window. NOTE: dBm are normally negative. Here the NEGATIVE values are reported as POSITIVE values. PO
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumShortAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.4.10.1.11
The average of all noise values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumShortAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.4.10.1.12
The average of all SNR values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumShortPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.4.10.1.13
Ratio of packets that were NOT unicast. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumShortPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.4.10.1.14
Ratio of TX packets that experienced one or more retries. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumShortPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.4.10.1.15
Packets dropped divided by packets sent. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumShortTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.4.10.1.16
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumShortPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.4.10.1.17
Ratio of RX packets that were undecryptable. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumShortTotalMus 1.3.6.1.4.1.388.14.3.3.1.4.10.1.18
The number of packets used to calculate the statistics in this window for all MUs associated with WLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1000  

wsCcStatsWlanSumLongTable 1.3.6.1.4.1.388.14.3.3.1.4.11
Averages and rates calculated over the LONG window for each WLAN. (Refer to ccWlanSumStatsShortTable for descriptions).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsWlanSumLongEntry

wsCcStatsWlanSumLongEntry 1.3.6.1.4.1.388.14.3.3.1.4.11.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsWlanSumLongEntry  

wsCcStatsWlanSumLongTimestamp 1.3.6.1.4.1.388.14.3.3.1.4.11.1.1
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsWlanSumLongNumPkts 1.3.6.1.4.1.388.14.3.3.1.4.11.1.2
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumLongPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.4.11.1.3
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumLongPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.4.11.1.4
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumLongPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.4.11.1.5
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumLongThroughput 1.3.6.1.4.1.388.14.3.3.1.4.11.1.6
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumLongThroughputTx 1.3.6.1.4.1.388.14.3.3.1.4.11.1.7
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumLongThroughputRx 1.3.6.1.4.1.388.14.3.3.1.4.11.1.8
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumLongAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.4.11.1.9
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsWlanSumLongAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.4.11.1.10
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumLongAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.4.11.1.11
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumLongAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.4.11.1.12
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsWlanSumLongPp10kNUcastPkts 1.3.6.1.4.1.388.14.3.3.1.4.11.1.13
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumLongPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.4.11.1.14
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumLongPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.4.11.1.15
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumLongTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.4.11.1.16
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsWlanSumLongPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.4.11.1.17
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsWlanSumLongTotalMus 1.3.6.1.4.1.388.14.3.3.1.4.11.1.18
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1000  

wsCcStatsTrapCtrlConf 1.3.6.1.4.1.388.14.3.3.1.5
OBJECT IDENTIFIER    

wsCcStatsTrapCtrlConfTable 1.3.6.1.4.1.388.14.3.3.1.5.1
This table configures thresholds that can be monitored for: - all MUs and/or - all Portals and/or - all WLANs and/or - for the entire switch When a given threshold is crossed, it generates the appropriate corresponding notification, (ccSumStats_: _MU, _Portal, _WLAN, or _Switch). Some thresholds result in notifications when exceeded, and some when the current value sinks below the threshold. This is indicated by the wording of the entry in the entry's _Descr value. In all cases, the summary stat being monitored is the Short value, never the Long value. Note that for thresholds of type thresholdsAvgMuSignal & thresholdsAvgMuNoise, the values being 'watched' are actually negative. In these cases the threshold is specified as a Unsigned32. For example, if you wish to trap on Signal being worse than -75dBm, enter '70'. This works since a user would never want to trap on a threshold of Sinal worse than +10dBm. (SNR is not an issue, since that is a positive value). Any values reported as var-binds in the resultant trap(s) are likewise reported as positive values. Finally, since SNMP does not support decimals, all the threshold values are 100 times their actual values. So, a value of 563 means 5.63. Likewise, when the user wants to set the thresholds, he should set the value to 1000 for an actual value of 10.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsTrapCtrlConfEntry

wsCcStatsTrapCtrlConfEntry 1.3.6.1.4.1.388.14.3.3.1.5.1.1
The rows/instances in this table occur at the exact same indices as the corresponding monitored data occurs in the _SumStats tables. For example, row #2 / instance .2 represents the threshold(s) for the _PktsPerSec values for MU, Portal, WLAN, and Switch. If a given threshold does not make sense for one of those 4 entities, its corresponding TruthValue will be false.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsTrapCtrlConfEntry  

wsCcStatsTrapCtrlConfIndex 1.3.6.1.4.1.388.14.3.3.1.5.1.1.1
Index into table. Note that specific thresholds occur at specific instance values as denoted by the enumeration values assigned to this variable.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unusedTimestamp(1), unusedNumPkts(2), thresholdsPktsPerSec(3), unusedPktsPerSecTx(4), unusedPktsPerSecRx(5), thresholdsThroughput(6), unusedThroughputTx(7), unusedThroughputRx(8), thresholdsAvgBitSpeed(9), thresholdsAvgMuSignal(10), thresholdsAvgMuNoise(11), thresholdsAvgMuSnr(12), thresholdsPctNUcastPkts(13), thresholdsPpmTxWithRetires(14), thresholdsPpmTxDropped(15), thresholdsTxAvgRetries(16), thresholdsPpmRxUndecrypt(17), thresholdsTotalMus(18), thresholdsPctRfUtil(19), thresholdsPctDropped(20), thresholdAvgPortalNoiseSuddenChange(21)  

wsCcStatsTrapCtrlConfDescr 1.3.6.1.4.1.388.14.3.3.1.5.1.1.2
Description of the threshold.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcStatsTrapCtrlConfUnits 1.3.6.1.4.1.388.14.3.3.1.5.1.1.3
Units of the the threshold.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcStatsTrapCtrlConfCanBeSetMu 1.3.6.1.4.1.388.14.3.3.1.5.1.1.4
If true, the threshold can be set for MUs. If false, attempting the threshold will return a READ-ONLY.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcStatsTrapCtrlConfThresholdMus 1.3.6.1.4.1.388.14.3.3.1.5.1.1.5
The threshold for all MUs. If 0, no threshold checking is performed.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcStatsTrapCtrlConfCanBeSetPortal 1.3.6.1.4.1.388.14.3.3.1.5.1.1.6
If true, the threshold can be set for Portals. If false, attempting the threshold will return a READ-ONLY.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcStatsTrapCtrlConfThresholdPortals 1.3.6.1.4.1.388.14.3.3.1.5.1.1.7
The threshold for all Portals. If 0, no threshold checking is performed.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcStatsTrapCtrlConfCanBeSetWlan 1.3.6.1.4.1.388.14.3.3.1.5.1.1.8
If true, the threshold can be set for Wlans. If false, attempting the threshold will return a READ-ONLY.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcStatsTrapCtrlConfThresholdWlans 1.3.6.1.4.1.388.14.3.3.1.5.1.1.9
The threshold for all Wlans. If 0, no threshold checking is performed.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcStatsTrapCtrlConfCanBeSetSwitch 1.3.6.1.4.1.388.14.3.3.1.5.1.1.10
If true, the threshold can be set for the entire switch. If false, attempting the threshold will return a READ-ONLY.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcStatsTrapCtrlConfThresholdSwitch 1.3.6.1.4.1.388.14.3.3.1.5.1.1.11
The threshold for the entire Switch. If 0, no threshold checking is performed.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcStatsTrapCtrlConfMinPktsForTrap 1.3.6.1.4.1.388.14.3.3.1.5.2
The minimum number of packets that must be in a window/dataset before any of the threshold traps will 'fire'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcStatsSwitch 1.3.6.1.4.1.388.14.3.3.1.6
OBJECT IDENTIFIER    

wsCcStatsSwitchTxRetriesPktsTable 1.3.6.1.4.1.388.14.3.3.1.6.1
This table describes counts of packets transmitted via various number of retries, (1 retry, 2 retries, 3 retries...)from the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsSwitchTxRetriesPktsEntry

wsCcStatsSwitchTxRetriesPktsEntry 1.3.6.1.4.1.388.14.3.3.1.6.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsSwitchTxRetriesPktsEntry  

wsCcStatsSwitchTxRetriesPktsIndex 1.3.6.1.4.1.388.14.3.3.1.6.1.1.1
Index for this table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1  

wsCcStatsSwitchTxRetriesPkts01 1.3.6.1.4.1.388.14.3.3.1.6.1.1.2
Number of pkts successfully transmitted with exactly 1 retry
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts02 1.3.6.1.4.1.388.14.3.3.1.6.1.1.3
Number of pkts successfully transmitted with exactly 2 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts03 1.3.6.1.4.1.388.14.3.3.1.6.1.1.4
Number of pkts successfully transmitted with exactly 3 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts04 1.3.6.1.4.1.388.14.3.3.1.6.1.1.5
Number of pkts successfully transmitted with exactly 4 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts05 1.3.6.1.4.1.388.14.3.3.1.6.1.1.6
Number of pkts successfully transmitted with exactly 5 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts06 1.3.6.1.4.1.388.14.3.3.1.6.1.1.7
Number of pkts successfully transmitted with exactly 6 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts07 1.3.6.1.4.1.388.14.3.3.1.6.1.1.8
Number of pkts successfully transmitted with exactly 7 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts08 1.3.6.1.4.1.388.14.3.3.1.6.1.1.9
Number of pkts successfully transmitted with exactly 8 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts09 1.3.6.1.4.1.388.14.3.3.1.6.1.1.10
Number of pkts successfully transmitted with exactly 9 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts10 1.3.6.1.4.1.388.14.3.3.1.6.1.1.11
Number of pkts successfully transmitted with exactly 10 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts11 1.3.6.1.4.1.388.14.3.3.1.6.1.1.12
Number of pkts successfully transmitted with exactly 11 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts12 1.3.6.1.4.1.388.14.3.3.1.6.1.1.13
Number of pkts successfully transmitted with exactly 12 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts13 1.3.6.1.4.1.388.14.3.3.1.6.1.1.14
Number of pkts successfully transmitted with exactly 13 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts14 1.3.6.1.4.1.388.14.3.3.1.6.1.1.15
Number of pkts successfully transmitted with exactly 14 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPkts15 1.3.6.1.4.1.388.14.3.3.1.6.1.1.16
Number of pkts successfully transmitted with exactly 15 retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPktsFailed 1.3.6.1.4.1.388.14.3.3.1.6.1.1.17
Number of pkts that never were successfully transmitted to because the max retry count was exceeded
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxRetriesPktsNone 1.3.6.1.4.1.388.14.3.3.1.6.1.1.18
Number of pkts successfully transmitted without retries
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsTable 1.3.6.1.4.1.388.14.3.3.1.6.2
This table describes counts of packets received at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)by the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsSwitchRxPktsEntry

wsCcStatsSwitchRxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.6.2.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsSwitchRxPktsEntry  

wsCcStatsSwitchRxPktsIndex 1.3.6.1.4.1.388.14.3.3.1.6.2.1.1
Index for this table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1  

wsCcStatsSwitchRxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.2
Number of pkts received at 1 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.3
Number of pkts received at 2 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.4
Number of pkts received at 5.5 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.5
Number of pkts received at 6 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.6
Number of pkts received at 9 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.7
Number of pkts received at 11 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.8
Number of pkts received at 12 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.9
Number of pkts received at 18 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.10
Number of pkts received at 22 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.11
Number of pkts received at 24 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.12
Number of pkts received at 36 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.13
Number of pkts received at 48 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchRxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.6.2.1.14
Number of pkts received at 54 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsTable 1.3.6.1.4.1.388.14.3.3.1.6.3
This table describes counts of packets transmitted at each possible speed, (1Mb, 2Mb, 5.5Mb, 6Mb...)from the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsSwitchTxPktsEntry

wsCcStatsSwitchTxPktsEntry 1.3.6.1.4.1.388.14.3.3.1.6.3.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsSwitchTxPktsEntry  

wsCcStatsSwitchTxPktsIndex 1.3.6.1.4.1.388.14.3.3.1.6.3.1.1
Index of this table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1  

wsCcStatsSwitchTxPktsAt1Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.2
Number of pkts transmitted at 1 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt2Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.3
Number of pkts transmitted at 2 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt5pt5Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.4
Number of pkts transmitted at 5.5 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt6Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.5
Number of pkts transmitted at 6 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt9Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.6
Number of pkts transmitted at 9 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt11Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.7
Number of pkts transmitted at 11 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt12Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.8
Number of pkts transmitted at 12 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt18Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.9
Number of pkts transmitted at 18 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt22Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.10
Number of pkts transmitted at 22 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt24Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.11
Number of pkts transmitted at 24 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt36Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.12
Number of pkts transmitted at 36 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt48Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.13
Number of pkts transmitted at 48 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsSwitchTxPktsAt54Mb 1.3.6.1.4.1.388.14.3.3.1.6.3.1.14
Number of pkts transmitted at 54 Mb
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsRadioExt 1.3.6.1.4.1.388.14.3.3.1.7
OBJECT IDENTIFIER    

wsCcStatsRadioExtTable 1.3.6.1.4.1.388.14.3.3.1.7.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsRadioExtEntry

wsCcStatsRadioExtEntry 1.3.6.1.4.1.388.14.3.3.1.7.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsRadioExtEntry  

wsCcStatsRadioExtDownLinkThroughput 1.3.6.1.4.1.388.14.3.3.1.7.1.1.1
The data throughput of the ethernet down link of this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wsCcStatsRadioExtUpLinkThroughput 1.3.6.1.4.1.388.14.3.3.1.7.1.1.2
The data throughput of the ethernet up link of this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wsCcStatsMesh 1.3.6.1.4.1.388.14.3.3.1.8
OBJECT IDENTIFIER    

wsCcStatsMeshTable 1.3.6.1.4.1.388.14.3.3.1.8.1
This table contains general statistics about packets sent/recieved via each mesh on the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMeshEntry

wsCcStatsMeshEntry 1.3.6.1.4.1.388.14.3.3.1.8.1.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMeshEntry  

wsCcStatsMeshIndex 1.3.6.1.4.1.388.14.3.3.1.8.1.1.1
Index of the radio corresponding to the mesh.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..1001  

wsCcStatsMeshConnType 1.3.6.1.4.1.388.14.3.3.1.8.1.1.2
Mesh Connection Type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), baseBridge(2), clientBridge(3)  

wsCcStatsMeshMac 1.3.6.1.4.1.388.14.3.3.1.8.1.1.3
MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcStatsMeshWlanEssid 1.3.6.1.4.1.388.14.3.3.1.8.1.1.4
ESSID of associated WLAN.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcStatsMeshRadioType 1.3.6.1.4.1.388.14.3.3.1.8.1.1.5
Radio Type.
Status: current Access: read-only
OBJECT-TYPE    
  RadioType  

wsCcStatsMeshThroughput 1.3.6.1.4.1.388.14.3.3.1.8.1.1.6
Actual number of bits sent and received. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.8.1.1.7
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshRetries100 1.3.6.1.4.1.388.14.3.3.1.8.1.1.8
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshRadioIndex 1.3.6.1.4.1.388.14.3.3.1.8.1.1.9
Radio index of the assoicated mesh statistic.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumShortTable 1.3.6.1.4.1.388.14.3.3.1.8.2
Averages and rates calculated over the SHORT window for each mesh.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMeshSumShortEntry

wsCcStatsMeshSumShortEntry 1.3.6.1.4.1.388.14.3.3.1.8.2.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMeshSumShortEntry  

wsCcStatsMeshSumShortTimestamp 1.3.6.1.4.1.388.14.3.3.1.8.2.1.1
Snapshot of sysUpTime as of the END of the 'window' of time that this entry of values represents.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsMeshSumShortNumPkts 1.3.6.1.4.1.388.14.3.3.1.8.2.1.2
The number of packets used to calculate the statistics in this window.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMeshSumShortPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.8.2.1.3
Packets per second as averaged over the 'window'. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumShortPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.8.2.1.4
Packets per second TX as averaged over the 'window'. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumShortPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.8.2.1.5
Packets per second RX as averaged over the 'window'. Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumShortThroughput 1.3.6.1.4.1.388.14.3.3.1.8.2.1.6
Actual number of bits sent and received over the window, divided by the number of seconds in the window. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumShortThroughputTx 1.3.6.1.4.1.388.14.3.3.1.8.2.1.7
Actual number of bits TX over the window, divided by the number of seconds in the window. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumShortThroughputRx 1.3.6.1.4.1.388.14.3.3.1.8.2.1.8
Actual number of bits RX over the window, divided by the number of seconds in the window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumShortAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.8.2.1.9
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumShortAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.8.2.1.10
The average of all signal values over the window. NOTE: dBm are normally negative. Here the NEGATIVE values are reported as POSITIVE values.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumShortAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.8.2.1.11
The average of all noise values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumShortAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.8.2.1.12
The average of all SNR values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumShortPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.8.2.1.13
Ratio of TX packets that experienced one or more retries. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMeshSumShortPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.8.2.1.14
Packets dropped divided by packets sent. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMeshSumShortTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.8.2.1.15
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumShortPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.8.2.1.16
Ratio of RX packets that were undecryptable. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMeshSumLongTable 1.3.6.1.4.1.388.14.3.3.1.8.3
Averages and rates calculated over the LONG window for each mesh. (Please refer to wsCcStatsMeshSumShortTable for descriptions).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcStatsMeshSumLongEntry

wsCcStatsMeshSumLongEntry 1.3.6.1.4.1.388.14.3.3.1.8.3.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcStatsMeshSumLongEntry  

wsCcStatsMeshSumLongTimestamp 1.3.6.1.4.1.388.14.3.3.1.8.3.1.1
Snapshot of sysUpTime as of the END of the 'window' of time that this entry of values represents.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcStatsMeshSumLongNumPkts 1.3.6.1.4.1.388.14.3.3.1.8.3.1.2
The number of packets used to calculate the statistics in this window.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcStatsMeshSumLongPktsPerSec100 1.3.6.1.4.1.388.14.3.3.1.8.3.1.3
Packets per second as averaged over the 'window'. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumLongPktsPerSecTx100 1.3.6.1.4.1.388.14.3.3.1.8.3.1.4
Packets per second TX as averaged over the 'window'. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries). Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumLongPktsPerSecRx100 1.3.6.1.4.1.388.14.3.3.1.8.3.1.5
Packets per second RX as averaged over the 'window'. Since SNMP does not convey decimal values, the result is multiplied by 100.
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumLongThroughput 1.3.6.1.4.1.388.14.3.3.1.8.3.1.6
Actual number of bits sent and received over the window, divided by the number of seconds in the window. For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumLongThroughputTx 1.3.6.1.4.1.388.14.3.3.1.8.3.1.7
Actual number of bits TX over the window, divided by the number of seconds in the window. Each packet sucessfully sent counts as 1, (not N, where N is the number of retries).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumLongThroughputRx 1.3.6.1.4.1.388.14.3.3.1.8.3.1.8
Actual number of bits RX over the window, divided by the number of seconds in the window.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumLongAvgBitSpeed 1.3.6.1.4.1.388.14.3.3.1.8.3.1.9
An octet-weighted average of the speeds of all packets sent/received. (For each possible speed, multiply the number of octets sent/received by that speed; divide the sum by the total number of octets; multiply by 8). For transmitted packets, each packet sucessfully sent counts as 1, (not N, where N is the number of retries). This can be said in more plain english as: the average bit-speed at which packets were sent/received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcStatsMeshSumLongAvgMuSignal 1.3.6.1.4.1.388.14.3.3.1.8.3.1.10
The average of all signal values over the window. NOTE: dBm are normally negative. Here the NEGATIVE values are reported as POSITIVE values.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumLongAvgMuNoise 1.3.6.1.4.1.388.14.3.3.1.8.3.1.11
The average of all noise values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumLongAvgMuSnr 1.3.6.1.4.1.388.14.3.3.1.8.3.1.12
The average of all SNR values over the window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcStatsMeshSumLongPp10kTxWithRetries 1.3.6.1.4.1.388.14.3.3.1.8.3.1.13
Ratio of TX packets that experienced one or more retries. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMeshSumLongPp10kDropped 1.3.6.1.4.1.388.14.3.3.1.8.3.1.14
Packets dropped divided by packets sent. Dropped here means dropped intentionally due to the appropriate QoS queue being full. Other reasons for dropped packets are not counted in this ratio.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMeshSumLongTxAvgRetries100 1.3.6.1.4.1.388.14.3.3.1.8.3.1.15
For all transmit packets (those that experienced some retries, those that were successfully transmitted with only 1 transmission, and those that attempted max times and gave-up), the average number of RE-transmission attempts. Said another (though identical) way: the sum of all tranmission attempts divided by the number of unique packets attempted to be sent. Since SNMP does not convey decimal values, the result above is multiplied by 100. If there were no RE-transmissions, this value would be 0. If every single packet required exactly two tranmissions, this value would be 100, (representing 1.00).
Status: current Access: read-only
OBJECT-TYPE    
  ScaleBy100  

wsCcStatsMeshSumLongPp10kRxUndecrypt 1.3.6.1.4.1.388.14.3.3.1.8.3.1.16
Ratio of RX packets that were undecryptable. Expressed as parts-per-10000.
Status: current Access: read-only
OBJECT-TYPE    
  PartsPer10k  

wsCcStatsMIBConformance 1.3.6.1.4.1.388.14.3.3.1.100
OBJECT IDENTIFIER    

wsCcStatsMIBCompliances 1.3.6.1.4.1.388.14.3.3.1.100.1
OBJECT IDENTIFIER    

wsCcStatsMIBCompliance 1.3.6.1.4.1.388.14.3.3.1.100.1.1
CC stats MIB compliance.
Status: current Access: read-only
MODULE-COMPLIANCE    

wsCcStatsMIBGroups 1.3.6.1.4.1.388.14.3.3.1.100.2
OBJECT IDENTIFIER    

wsCcStatsMIBConfGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.1
Cell Controller Statistics MIB Configuration Group.
Status: current Access: read-only
OBJECT-GROUP    

wsCcStatsMIBRadioGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.2
Cell Controller Statistics MIB Radio Group.
Status: current Access: read-only
OBJECT-GROUP    

wsCcStatsMIBMuGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.3
Cell Controller Statistics MIB MU Group.
Status: current Access: read-only
OBJECT-GROUP    

wsCcStatsMIBWlanGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.4
Cell Controller Statistics MIB WLAN Group.
Status: current Access: read-only
OBJECT-GROUP    

wsCcStatsMIBTrapCtrlConfGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.5
Cell Controller Statistics MIB Trap Control Configuration Group.
Status: current Access: read-only
OBJECT-GROUP    

wsCcStatsMIBDeprecateGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.6
Description.
Status: deprecated Access: read-only
OBJECT-GROUP    

wsCcStatsMIBMeshGroup 1.3.6.1.4.1.388.14.3.3.1.100.2.7
Cell Controller Statistics MIB Mesh Group.
Status: current Access: read-only
OBJECT-GROUP