WS-CC-RF-MIB

File: WS-CC-RF-MIB.mib (315707 bytes)

Imported modules

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

Imported symbols

OBJECT-GROUP MODULE-COMPLIANCE TimeTicks
IpAddress Integer32 Unsigned32
Counter32 OBJECT-TYPE MODULE-IDENTITY
PhysAddress DisplayString TruthValue
RowStatus DateAndTime TEXTUAL-CONVENTION
wsCcRf DoActionNow MultiPointer64
MultiPointer256 referToEntry001

Defined Types

SinglePointer  
INTEGER 0..255    

AbbrevRowStatus  
INTEGER createAndGo(4), destroy(6)    

DoActionShowProgress  
INTEGER doActionRightNow(1), idleState(2)    

Password  
OCTET STRING Size(0..255)    

StaticRowEnable  
INTEGER enable(1), disable(2)    

ApType  
INTEGER ap100(1), ap200(2), ap300(3), ap4131(4), ap5131(5), ap5181(6), ap7131(7), ap7181(8)    

RadioModel  
INTEGER ap100dot11B(1), ap200dot11A(2), ap200dot11B(3), ap300dot11A(4), ap300dot11BG(5)    

RadioType  
INTEGER radio802dot11A(1), radio802dot11B(2), radio802dot11BG(3), radio802dot11FH(4), radio802dot11AN(5), radio802dot11BGN(6)    

AuthType  
INTEGER authNone(1), auth802dot1xEap(2), authKerberos(3), authHotspot(4), authMac(5)    

EncType  
INTEGER cryptoNone(1), cryptoWep64(2), cryptoWep128(3), cryptoKeyguardMcm(4), cryptoWpaWpa2Tkip(5), cryptoWpa2Ccmp(6)    

EncMap  
BITS cryptoNone(0), cryptoWep64(1), cryptoWep128(2), cryptoKeyguardMcm(3), cryptoWpaTkip(4), cryptoWpa2Ccmp(5)    

AccCatType  
INTEGER acBestEffort(1), acBackground(2), acVideo(3), acVoice(4)    

PassphraseType  
INTEGER ascii(1), hash(2)    

RadioChannel  
BITS null(0), bchannel01(1), bchannel02(2), bchannel03(3), bchannel04(4), bchannel05(5), bchannel06(6), bchannel07(7), bchannel08(8), bchannel09(9), bchannel10(10), bchannel11(11), bchannel12(12), bchannel13(13), bchannel14(14), achannel34(15), achannel36(16), achannel38(17), achannel40(18), achannel42(19), achannel44(20), achannel46(21), achannel48(22), achannel52(23), achannel56(24), achannel60(25), achannel64(26), achannel149(27), achannel153(28), achannel157(29), achannel161(30), achannel165(31), achannel169(32)    

TransmitRate  
BITS rate1Mb(0), rate2Mb(1), rate5pt5Mb(2), rate6Mb(3), rate9Mb(4), rate11Mb(5), rate12Mb(6), rate18Mb(7), rate22Mb(8), rate24Mb(9), rate36Mb(10), rate48Mb(11), rate54Mb(12), mcs0(13), mcs1(14), mcs2(15), mcs3(16), mcs4(17), mcs5(18), mcs6(19), mcs7(20), mcs8(21), mcs9(22), mcs10(23), mcs11(24), mcs12(25), mcs13(26), mcs14(27), mcs15(28)    

IdsViolationType  
INTEGER violExcessProbe(1), violExcessAuthAssoc(2), violExcessDisassoc(3), violExcessAuthFail(4), violExcessCryptoReplay(5), violExcess80211Replay(6), violExcessDecryptFail(7), violExcessUnassocTraf(8), violExcessEapStart(9), violFilterNullDst(10), violFilterSameSrcDst(11), violFilterMcastSrc(12), violFilterWeakWebIv(13), violFilterCntrMeas(14), violFilterInvalidLen(15), violExcessEapNaks(16), violFilterInvalid8021x(17), violFilterInvalidType(18), violFilterBeaconEssid(19), violFilterBadEssid(20), violFilterUnencTraffic(21), violFilterNonChangeWepIv(22), violFilterAdhocNet(23), violFilterBcastDeauth(24), violFilterInvalidSeqNum(25)    

TrafficIdentifier  
INTEGER bestEffort0(1), background1(2), background2(3), bestEffort3(4), video4(5), video5(6), voice6(7), voice7(8)    

RadioWmmConfig  
Configuration parameter specification for 802.11e / Wireless MultiMedia, which control the Quality of Service between the wireless devices on the network. field octets contents range ----- ------ -------- ----- 1 1 Aifsn 1..15 2 2 CwMax 0..15 3 3 CwMin 0..15 4 4-5 TxOp 0..65535 ----------------------------------------------------------------------------------- | Aifsn (1 octet) | CwMax (1 octet) | CwMin (1 octet) | TxOp (2 octets) | ----------------------------------------------------------------------------------- All octets are in network byte order. Definition of contents: Aifsn: The Arbitration Inter-Frame Spacing is the wait time in milliSeconds between data frames. A smaller number leads to greater priority for medium access. CwMax: On each collision the AP or MU doubles its initial contention window wait time, until that number is as large as this maximum contention window size. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured. CwMin: If the medium is busy, or a transmitted frame collides, the AP or MU choose a random number between 0 and this minimum contention window size, to decide how long to wait before attempting (re)-transmission. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured. TxOp: An interval of time where an 802.11e station (MU/AP) has the right to initiate transmissions on the wireless medium.
TEXTUAL-CONVENTION    
  OCTET STRING Size(5)  

WlanWmmConfig  
Configuration parameter specification for 802.11e / Wireless MultiMedia, which control the Quality of Service between the wireless devices on the network. field octets contents range ----- ------ -------- ----- 1 1 Aifsn 2..15 2 2 CwMax 0..15 3 3 CwMin 0..15 4 4-5 TxOp 0..65535 5 6 MaxRetries 0..15 ---------------------------------------------------------------------------------------------------------- | Aifsn (1 octet) | CwMax (1 octet) | CwMin (1 octet) | TxOp (2 octets) | MaxRetries (1 octet) | ---------------------------------------------------------------------------------------------------------- All octets are in network byte order. Definition of contents: Aifsn: The Arbitration Inter-Frame Spacing is the wait time in milliSeconds between data frames. A smaller number leads to greater priority for medium access. CwMax: On each collision the AP or MU doubles its initial contention window wait time, until that number is as large as this maximum contention window size. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured. CwMin: If the medium is busy, or a transmitted frame collides, the AP or MU choose a random number between 0 and this minimum contention window size, to decide how long to wait before attempting (re)-transmission. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured. TxOp: An interval of time where an 802.11e station (MU/AP) has the right to initiate transmissions on the wireless medium. MaxRetries: Set the Maximum number of retries for a particular wlan per access category.
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

RadioAntennaGain  
The antenna gain of the antenna system attached to the radio, including cable gain if applicable. Please note that the unit is 0.1dBm.
TEXTUAL-CONVENTION    
  Unsigned32 0..300  

WsCcRfApEntry  
SEQUENCE    
  wsCcRfApIndex INTEGER
  wsCcRfApNicMac PhysAddress
  wsCcRfApModelNumber DisplayString
  wsCcRfApSerialNumber DisplayString
  wsCcRfApPcbRevision DisplayString
  wsCcRfApBootLoaderRev DisplayString
  wsCcRfApWispVersion DisplayString
  wsCcRfApRuntimeFwVersion DisplayString
  wsCcRfApNumRadios Unsigned32
  wsCcRfApRadio1 Integer32
  wsCcRfApRadio2 Integer32
  wsCcRfApAddress IpAddress
  wsCcRfApVoiceDelay Unsigned32

WsCcRfApImageVersionEntry  
SEQUENCE    
  wsCcRfApImageVersionIndex Integer32
  wsCcRfApImageVersionApType ApType
  wsCcRfApImageVersionModel DisplayString
  wsCcRfApImageVersionName DisplayString
  wsCcRfApImageVersionReleaseDate DisplayString
  wsCcRfApImageVersionImageSize Integer32

WsCcRfApUnadoptedEntry  
SEQUENCE    
  wsCcRfApUnadoptedIndex Integer32
  wsCcRfApUnadoptedMac PhysAddress
  wsCcRfApUnadoptedApType ApType
  wsCcRfApUnadoptedLastSeen Unsigned32

WsCcRfApHistoryEntry  
SEQUENCE    
  wsCcRfApHistoryIndex INTEGER
  wsCcRfApHistoryMac PhysAddress
  wsCcRfApHistoryRadioType INTEGER
  wsCcRfApHistoryTimestamp DisplayString
  wsCcRfApHistoryEvent INTEGER
  wsCcRfApHistoryReason DisplayString

WsCcRfApAapVersionEntry  
SEQUENCE    
  wsCcRfApAapVersionType INTEGER
  wsCcRfApAapVersionString DisplayString

WsCcRfApImgUploadEntry  
SEQUENCE    
  wsCcRfApImgUploadImgType INTEGER
  wsCcRfApImgUploadFile DisplayString
  wsCcRfApImgUploadRowStatus AbbrevRowStatus

WsCcRfRadioEntry  
SEQUENCE    
  wsCcRfRadioIndex Integer32
  wsCcRfRadioApMac PhysAddress
  wsCcRfRadioDescr DisplayString
  wsCcRfRadioType RadioType
  wsCcRfRadioApType ApType
  wsCcRfRadioBssWlanMap OCTET STRING
  wsCcRfRadioAntDiversity INTEGER
  wsCcRfRadioShortPreamble TruthValue
  wsCcRfRadioRtsThresh Integer32
  wsCcRfRadioBeaconInt Integer32
  wsCcRfRadioDtimPrd Integer32
  wsCcRfRadioBasicRates TransmitRate
  wsCcRfRadioSupportedRates TransmitRate
  wsCcRfRadioRapDetector TruthValue
  wsCcRfRadioClusterIndex Unsigned32
  wsCcRfRadioMaxMu Unsigned32
  wsCcRfRadioSelfHealingAction INTEGER
  wsCcRfRadioSelfHealingPwrOffset Unsigned32
  wsCcRfRadioRunAcsNow DoActionNow
  wsCcRfRadioResetParentAp DoActionNow
  wsCcRfRadioReset DoActionNow
  wsCcRfRadioRowStatus RowStatus
  wsCcRfRadioCcaLevel INTEGER
  wsCcRfRadioCcaMode INTEGER
  wsCcRfRadioRapSingleChannelScan TruthValue
  wsCcRfRadioBssDtim OCTET STRING
  wsCcRfRadioCfgMethod INTEGER
  wsCcRfRadioMuLocationingEnable TruthValue
  wsCcRfRadioRogueApLocationingEnable TruthValue
  wsCcRfRadioRssEnable TruthValue
  wsCcRfRadioGroupId INTEGER
  wsCcRfRadioLedMode INTEGER
  wsCcRfRadioState INTEGER

WsCcRfRadioChannelPowerEntry  
SEQUENCE    
  wsCcRfRadioCpPlacement INTEGER
  wsCcRfRadioCpChannelMode INTEGER
  wsCcRfRadioCpPosChannel MultiPointer64
  wsCcRfRadioCpDesChannel Unsigned32
  wsCcRfRadioCpPosPowerDb Integer32
  wsCcRfRadioCpDesPowerDb Integer32
  wsCcRfRadioCpDesPowerMw Integer32
  wsCcRfRadioCpSet DoActionShowProgress
  wsCcRfRadioCpReset DoActionShowProgress

WsCcRfRadioWmmEntry  
SEQUENCE    
  wsCcRfRadioWmmBeParm RadioWmmConfig
  wsCcRfRadioWmmBkParm RadioWmmConfig
  wsCcRfRadioWmmViParm RadioWmmConfig
  wsCcRfRadioWmmVoParm RadioWmmConfig

WsCcRfRadioDefaultEntry  
SEQUENCE    
  wsCcRfRadioDefaultIndex Integer32
  wsCcRfRadioDefaultType RadioType
  wsCcRfRadioDefaultApType ApType
  wsCcRfRadioDefaultBssWlanMap OCTET STRING
  wsCcRfRadioDefaultAntDiversity INTEGER
  wsCcRfRadioDefaultShortPreamble TruthValue
  wsCcRfRadioDefaultRtsThresh Integer32
  wsCcRfRadioDefaultBeaconInt Integer32
  wsCcRfRadioDefaultDtimPrd Integer32
  wsCcRfRadioDefaultBasicRates TransmitRate
  wsCcRfRadioDefaultSupportedRates TransmitRate
  wsCcRfRadioDefaultRapDetector TruthValue
  wsCcRfRadioDefaultClusterIndex Unsigned32
  wsCcRfRadioDefaultMaxMu Unsigned32
  wsCcRfRadioDefaultSelfHealingAction INTEGER
  wsCcRfRadioDefaultSelfHealingPwrOffset Unsigned32
  wsCcRfRadioDefaultRapSingleChannelScan TruthValue
  wsCcRfRadioDefaultBssDtim OCTET STRING
  wsCcRfRadioDefaultMuLocationingEnable TruthValue
  wsCcRfRadioDefaultRogueApLocationingEnable TruthValue
  wsCcRfRadioDefaultAntGain RadioAntennaGain

WsCcRfRadioDefaultChannelPowerEntry  
SEQUENCE    
  wsCcRfRadioDefaultCpPlacement INTEGER
  wsCcRfRadioDefaultCpChannelMode INTEGER
  wsCcRfRadioDefaultCpPosChannel MultiPointer64
  wsCcRfRadioDefaultCpDesChannel Unsigned32
  wsCcRfRadioDefaultCpPosPowerDb Integer32
  wsCcRfRadioDefaultCpDesPowerDb Integer32
  wsCcRfRadioDefaultCpDesPowerMw Integer32
  wsCcRfRadioDefaultCpSet DoActionShowProgress
  wsCcRfRadioDefaultCpReset DoActionShowProgress

WsCcRfRadioDefaultWmmEntry  
SEQUENCE    
  wsCcRfRadioDefaultWmmAccessCategory INTEGER
  wsCcRfRadioDefaultWmmAdmissionCtrl TruthValue
  wsCcRfRadioDefaultWmmAifsn Unsigned32
  wsCcRfRadioDefaultWmmTxOp Unsigned32
  wsCcRfRadioDefaultWmmCwMin Unsigned32
  wsCcRfRadioDefaultWmmCwMax Integer32

WsCcRfRadioStatusEntry  
SEQUENCE    
  wsCcRfRadioStatusRadioMac PhysAddress
  wsCcRfRadioStatusState INTEGER
  wsCcRfRadioStatusPtrToAp SinglePointer
  wsCcRfRadioStatusMaxWlans Integer32
  wsCcRfRadioStatusMaxBss Integer32
  wsCcRfRadioStatusCurrChannel Unsigned32
  wsCcRfRadioStatusCurrPowerDb Integer32
  wsCcRfRadioStatusCurrPowerMw Integer32
  wsCcRfRadioStatusAssociatedMus Integer32
  wsCcRfRadioStatusLastAdoption TimeTicks
  wsCcRfRadioStatusShortSlotTime Integer32
  wsCcRfRadioStatusVlanTag Unsigned32
  wsCcRfRadioStatusCfgMethod INTEGER
  wsCcRfRadioStatusAssociatedVoiceMus Unsigned32

WsCcRfRadioBridgeEntry  
SEQUENCE    
  wsCcRfRadioBridgeClientBridgeEnable TruthValue
  wsCcRfRadioBridgeBaseBridgeEnable TruthValue
  wsCcRfRadioBridgeSsid DisplayString
  wsCcRfRadioBridgeLinkTimeout INTEGER
  wsCcRfRadioBridgeMaxClientBridges INTEGER

WsCcRfRadioGroupEntry  
SEQUENCE    
  wsCcRfRadioGroupTableGrpId INTEGER
  wsCcRfRadioGroupRadioId INTEGER

WsCcRfRadioAdmissionControlEntry  
SEQUENCE    
  wsCcRfRadioAdmissionControlAccessCategory INTEGER
  wsCcRfRadioAdmissionControlMaxAirTime Unsigned32
  wsCcRfRadioAdmissionControlReservedRoamTime Unsigned32
  wsCcRfRadioAdmissionControlMaxAdmittedDevices Unsigned32
  wsCcRfRadioAdmissionControlMaxRoamedDevices Unsigned32

WsCcRfRadioDefaultAdmissionControlEntry  
SEQUENCE    
  wsCcRfRadioDefaultAdmissionControlAccessCategory INTEGER
  wsCcRfRadioDefaultAdmissionControlMaxAirTime Unsigned32
  wsCcRfRadioDefaultAdmissionControlReservedRoamTime Unsigned32
  wsCcRfRadioDefaultAdmissionControlMaxAdmittedDevices Unsigned32
  wsCcRfRadioDefaultAdmissionControlMaxRoamedDevices Unsigned32

WsCcRfRadioAdmissionControlStatusEntry  
SEQUENCE    
  wsCcRfRadioAdmissionControlStatusAccessCategory INTEGER
  wsCcRfRadioAdmissionControlStatusAirTimeUsage Unsigned32
  wsCcRfRadioAdmissionControlStatusAdmittedDevices Unsigned32
  wsCcRfRadioAdmissionControlStatusRoamedDevices Unsigned32
  wsCcRfRadioAdmissionControlStatusRequestDenied Unsigned32

WsCcRfRadioWipsEntry  
SEQUENCE    
  wsCcRfRadioRfFunctionWipsEnable TruthValue

WsCcRfRadio11nEntry  
SEQUENCE    
  wsCcRfRadio11nShortGIEnable TruthValue
  wsCcRfRadio11nAmpduMinSpacing INTEGER
  wsCcRfRadio11nAmpduRxLimit INTEGER
  wsCcRfRadio11nAmpduTxLimit Unsigned32
  wsCcRfRadio11nAmpduTxEnable TruthValue

WsCcRfRadioDefault11nEntry  
SEQUENCE    
  wsCcRfRadioDefault11nShortGIEnable TruthValue
  wsCcRfRadioDefault11nAmpduMinSpacing INTEGER
  wsCcRfRadioDefault11nAmpduRxLimit INTEGER
  wsCcRfRadioDefault11nAmpduTxLimit Unsigned32
  wsCcRfRadioDefault11nAmpduTxEnable TruthValue

WsCcRfRadioChannelPower11nEntry  
SEQUENCE    
  wsCcRfRadioCp11nChannelWidth INTEGER
  wsCcRfRadioCp11nSecondaryChannel INTEGER

WsCcRfRadioDefaultChannelPower11nEntry  
SEQUENCE    
  wsCcRfRadioDefaultCp11nChannelWidth INTEGER

WsCcRfMuEntry  
SEQUENCE    
  wsCcRfMuMac PhysAddress
  wsCcRfMuWlanIndex Integer32
  wsCcRfMuRadioIndex Integer32
  wsCcRfMuVlanIndex Unsigned32
  wsCcRfMuKeyIndex Unsigned32
  wsCcRfMuIpAddr IpAddress
  wsCcRfMuBSS PhysAddress
  wsCcRfMuAuthMethod AuthType
  wsCcRfMuEncMethod EncType
  wsCcRfMuRadioType RadioType
  wsCcRfMuPowerMode INTEGER
  wsCcRfMuSupportedRates TransmitRate
  wsCcRfMuVoice INTEGER
  wsCcRfMuIsDataReady TruthValue
  wsCcRfMuRogueApEna TruthValue
  wsCcRfMuIsWmm TruthValue
  wsCcRfMuRoamCount Unsigned32
  wsCcRfMuLastHeard TimeTicks
  wsCcRfMuDisassociateNow DoActionNow
  wsCcRfMuTunnelIndex INTEGER
  wsCcRfMuQosInfo INTEGER
  wsCcRfMuLastAssoc Unsigned32
  wsCcRfMuSessionTimeout Unsigned32
  wsCcRfMuIdleTimeout Unsigned32
  wsCcRfMuRoleName DisplayString
  wsCcRfMuGroup DisplayString
  wsCcRfMuLocation DisplayString
  wsCcRfMuLockOutNow DoActionNow

WsCcRfMuHistoryEntry  
SEQUENCE    
  wsCcRfMuHistoryIndex INTEGER
  wsCcRfMuHistoryMac PhysAddress
  wsCcRfMuHistoryRadioIndex INTEGER
  wsCcRfMuHistoryWlanIndex INTEGER
  wsCcRfMuHistoryTimestamp Unsigned32
  wsCcRfMuHistoryEvent INTEGER

WsCfRfMuProbeHistoryEntry  
SEQUENCE    
  wsCfRfMuProbeHistoryMac PhysAddress
  wsCfRfMuProbeHistoryIndex INTEGER
  wsCfRfMuProbeHistoryTimeticks Unsigned32
  wsCfRfMuProbeHistorySignalStrength Integer32
  wsCfRfMuProbeHeardRadio INTEGER

WsCcRfMuProbeConfigEntry  
SEQUENCE    
  wsCcRfMuProbeConfigIndex INTEGER
  wsCcRfMuProbeConfigMac PhysAddress
  wsCcRfMuProbeConfigStatus INTEGER

WsCcRfMuProbeStatusEntry  
SEQUENCE    
  wsCcRfMuProbeStatusIndex INTEGER
  wsCcRfMuProbeStatusMac PhysAddress
  wsCcRfMuProbeStatusTimeticks Unsigned32
  wsCcRfMuProbeStatusSignalStrength Integer32
  wsCcRfMuProbeStatusHeardRadio INTEGER

WsCcRfMuHistoryStatusEntry  
SEQUENCE    
  wsCcRfMuHistoryStatusIndex INTEGER
  wsCcRfMuHistoryStatusRadioIndex INTEGER
  wsCcRfMuHistoryStatusWlanIndex INTEGER
  wsCcRfMuHistoryStatusTimestamp Unsigned32
  wsCcRfMuHistoryStatusEvent INTEGER

WsCcRfMuLocationingPreferredEntry  
SEQUENCE    
  wsCcRfMuLocationingPreferredIndex INTEGER
  wsCcRfMuLocationingPreferredMuMac PhysAddress
  wsCcRfMuLocationingPreferredRowStatus AbbrevRowStatus

WsCcRfMuLocationingEntry  
SEQUENCE    
  wsCcRfMuLocationingIndex INTEGER
  wsCcRfMuLocationingMuMac PhysAddress
  wsCcRfMuLocationingRadioMac PhysAddress
  wsCcRfMuLocationingSignalStrength Integer32
  wsCcRfMuLocationingHeardChannel Integer32
  wsCcRfMuLocationingHeardTime TimeTicks

WsCcRfWlanEntry  
SEQUENCE    
  wsCcRfWlanIndex Integer32
  wsCcRfWlanEnable StaticRowEnable
  wsCcRfWlanDescr DisplayString
  wsCcRfWlanEssid DisplayString
  wsCcRfWlanVlan Unsigned32
  wsCcRfWlanDisallowMuToMu TruthValue
  wsCcRfWlanSecBeacon TruthValue
  wsCcRfWlanVoicePrioritization TruthValue
  wsCcRfWlanAnswerBroadcastEss TruthValue
  wsCcRfWlanMulticastAddr1 PhysAddress
  wsCcRfWlanMulticastAddr2 PhysAddress
  wsCcRfWlanWeight Integer32
  wsCcRfWlanWmmEnable TruthValue
  wsCcRfWlanSvpEnable TruthValue
  wsCcRfWlanAuthentication AuthType
  wsCcRfWlanEncryptionMap EncMap
  wsCcRfWlanBcastEnc EncType
  wsCcRfWlanNumRadiosAdopted Unsigned32
  wsCcRfWlanUseDscp TruthValue
  wsCcRfWlanMuIdleTime Integer32
  wsCcRfWlanMobilityEnable TruthValue
  wsCcRfWlanGRETunnelIdx INTEGER
  wsCcRfWlanGRETunnelGatewayIp IpAddress
  wsCcRfWlanGRETunnelGatewayMask IpAddress
  wsCcRfWlanMuToMu INTEGER
  wsCcRfWlanQosPrioritization INTEGER
  wsCcRfWlanDynamicVlanAssignment TruthValue
  wsCcRfWlanAccountingType INTEGER
  wsCcRfWlanSyslogServerIp IpAddress
  wsCcRfWlanSyslogServerPort Unsigned32
  wsCcRfWlanNacMode INTEGER
  wsCcRfWlanQosWeight INTEGER
  wsCcRfWlanHoldTime INTEGER
  wsCcRfWlanIndependentModeEnable TruthValue
  wsCcRfWlanClientBridgeBackhaulEnable TruthValue

WsCcRfWlanAuthEapEntry  
SEQUENCE    
  wsCcRfWlanAuthEapRadiusServerIp1 IpAddress
  wsCcRfWlanAuthEapRadiusServerPort1 Integer32
  wsCcRfWlanAuthEapRadiusServerSecret1 Password
  wsCcRfWlanAuthEapRadiusServerIp2 IpAddress
  wsCcRfWlanAuthEapRadiusServerPort2 Integer32
  wsCcRfWlanAuthEapRadiusServerSecret2 Password
  wsCcRfWlanAuthEapSuppRetries Integer32
  wsCcRfWlanAuthEapSuppTimeout Integer32
  wsCcRfWlanAuthEapServerRetries Integer32
  wsCcRfWlanAuthEapServerTimeout Integer32
  wsCcRfWlanAuthEapReauth TruthValue
  wsCcRfWlanAuthEapReauthTimeout Integer32
  wsCcRfWlanAuthEapAuthProtocol INTEGER
  wsCcRfWlanAuthEapDscpTos INTEGER
  wsCcRfWlanAuthEapAccountingMode INTEGER
  wsCcRfWlanAuthEapInterimAcctInterval Unsigned32
  wsCcRfWlanAuthEapAcctTimeout Unsigned32
  wsCcRfWlanAuthEapAcctRetries Unsigned32
  wsCcRfWlanAuthPrimaryServer IpAddress
  wsCcRfWlanAuthEapSecondaryServer IpAddress
  wsCcRfWlanAuthEapPrimarySrvrPort Unsigned32
  wsCcRfWlanAuthEapSecondarySrvrPort Unsigned32
  wsCcRfWlanAuthEapPrimarySecret DisplayString
  wsCcRfWlanAuthEapSecondarySecret DisplayString
  wsCcRfWlanAuthEapRadiusMacAuthFormat INTEGER
  wsCcRfWlanAuthEapAapProxyRadiusEnable TruthValue
  wsCcRfWlanAuthEapRadiusDynamicAuthEnable TruthValue

WsCcRfWlanAuthKerberosEntry  
SEQUENCE    
  wsCcRfwlanAuthKerbRealm DisplayString
  wsCcRfWlanAuthKerbPassword Password
  wsCcRfWlanAuthKerbKdcServerIp1 IpAddress
  wsCcRfWlanAuthKerbKdcServerPort1 Integer32
  wsCcRfWlanAuthKerbKdcServerIp2 IpAddress
  wsCcRfWlanAuthKerbKdcServerPort2 Integer32
  wsCcRfWlanAuthKerberosServerTimeout Integer32

WsCcRfWlanAuthEapNACServerEntry  
SEQUENCE    
  wsCcRfWlanAuthEapNACServerIp1 IpAddress
  wsCcRfWlanAuthEapNACServerPort1 INTEGER
  wsCcRfWlanAuthEapNACServerSecret1 Password
  wsCcRfWlanAuthEapNACServerIp2 IpAddress
  wsCcRfWlanAuthEapNACServerPort2 INTEGER
  wsCcRfWlanAuthEapNACServerSecret2 Password
  wsCcRfWlanAuthEapNACServerRetries Integer32
  wsCcRfWlanAuthEapNACServerTimeout Integer32

WsCcRfWlanEncWep64Entry  
SEQUENCE    
  wsCcRfWlanEncWep64KeyIndex Unsigned32
  wsCcRfWlanEncWep64Key1 OCTET STRING
  wsCcRfWlanEncWep64Key2 OCTET STRING
  wsCcRfWlanEncWep64Key3 OCTET STRING
  wsCcRfWlanEncWep64Key4 OCTET STRING

WsCcRfWlanEncWep128KgEntry  
SEQUENCE    
  wsCcRfWlanEncWep128KgKeyIndex Unsigned32
  wsCcRfWlanEncWep128KgKey1 OCTET STRING
  wsCcRfWlanEncWep128KgKey2 OCTET STRING
  wsCcRfWlanEncWep128KgKey3 OCTET STRING
  wsCcRfWlanEncWep128KgKey4 OCTET STRING

WsCcRfWlanEncTkipCcmpEntry  
SEQUENCE    
  wsCcRfWlanEncTkipCcmpKeyType INTEGER
  wsCcRfWlanEncTkipCcmpPassphrase Password
  wsCcRfWlanEncTkipCcmpKey OCTET STRING
  wsCcRfWlanEncTkipCcmpKeyRotation TruthValue
  wsCcRfWlanEncTkipCcmpKeyInterval Integer32
  wsCcRfWlanEncTkipCcmpPmkCaching TruthValue
  wsCcRfWlanEncTkipCcmpOppPmkCaching TruthValue
  wsCcRfWlanEncTkipCcmpPreauthentication TruthValue

WsCcRfWlanWmmEntry  
SEQUENCE    
  wsCcRfWlanWmmBeParm WlanWmmConfig
  wsCcRfWlanWmmBkParm WlanWmmConfig
  wsCcRfWlanWmmViParm WlanWmmConfig
  wsCcRfWlanWmmVoParm WlanWmmConfig

WsCcRfWlanClientIncludeListEntry  
SEQUENCE    
  wsCcRfWlanClientIncludeListName DisplayString
  wsCcRfWlanClientIncludeListHostName DisplayString
  wsCcRfWlanClientIncludeListMAC PhysAddress
  wsCcRfWlanClientIncludeListMACMask PhysAddress
  wsCcRfWlanClientIncludeListRowStatus AbbrevRowStatus

WsCcRfWlanClientExcludeListEntry  
SEQUENCE    
  wsCcRfWlanClientExcludeListName DisplayString
  wsCcRfWlanClientExcludeListHostName DisplayString
  wsCcRfWlanClientExcludeListMAC PhysAddress
  wsCcRfWlanClientExcludeListMACMask PhysAddress
  wsCcRfWlanClientExcludeListRowStatus AbbrevRowStatus

WsCcRfWlanClientListWlanMapEntry  
SEQUENCE    
  wsCcRfWlanClientListName DisplayString
  wsCcRfWlanClientListWlanBitmap MultiPointer256

WsCcRfWlanVlanEntry  
SEQUENCE    
  wsCcRfWlanVlanIndex Integer32
  wsCcRfWlanVlanUserLimit INTEGER
  wsCcRfWlanVlanRowStatus AbbrevRowStatus

WsCcRfMuAssocAclEntry  
SEQUENCE    
  wsCcRfMuAssocAclIndex Integer32
  wsCcRfMuAssocAclMode INTEGER
  wsCcRfMuAssocAclStartingMac PhysAddress
  wsCcRfMuAssocAclEndingMac PhysAddress
  wsCcRfMuAssocAclWlans MultiPointer64
  wsCcRfMuAssocAclRowStatus RowStatus

WsCcRfRapCfgEntry  
SEQUENCE    
  wsCcRfRapCfgIndex Integer32
  wsCcRfRapCfgAnyMac TruthValue
  wsCcRfRapCfgMac PhysAddress
  wsCcRfRapCfgAnySsid TruthValue
  wsCcRfRapCfgSsid DisplayString
  wsCcRfRapCfgRowStatus RowStatus

WsCcRfRapStatusEntry  
SEQUENCE    
  wsCcRfRapStatusType INTEGER
  wsCcRfRapStatusMac PhysAddress
  wsCcRfRapStatusHeardAp Unsigned32
  wsCcRfRapStatusChannel Integer32
  wsCcRfRapStatusSsid DisplayString
  wsCcRfRapStatusLastTimeSeen TimeTicks
  wsCcRfRapStatusLastSignal Integer32
  wsCcRfRapStatusMinSignal Integer32
  wsCcRfRapStatusMaxSignal Integer32
  wsCcRfRapStatusSumSignal Integer32
  wsCcRfRapStatusSignalCount Counter32

WsCcRfRapMuAssistEntry  
SEQUENCE    
  wsCcRfRapMuAssistIndex INTEGER
  wsCcRfRapMuAssistMac PhysAddress
  wsCcRfRapMuAssistFoundOnPrtl Unsigned32
  wsCcRfRapMuAssistTimestamp Unsigned32
  wsCcRfRapMuAssistSsid DisplayString
  wsCcRfRapMuAssistBss PhysAddress
  wsCcRfRapMuAssistRssi Unsigned32

WsCcRfRapLocationingEntry  
SEQUENCE    
  wsCcRfRapLocationingIndex INTEGER
  wsCcRfRapLocationingAPMac PhysAddress
  wsCcRfRapLocationingRadioMac PhysAddress
  wsCcRfRapLocationingSignalStrength Integer32
  wsCcRfRapLocationingHeardChannel Integer32
  wsCcRfRapLocationingHeardTime TimeTicks

WsCcRfRapContainmentEntry  
SEQUENCE    
  wsCcRfRapContainmentIndex INTEGER
  wsCcRfRapContainmentRogueMac PhysAddress
  wsCcRfRapContainmentFinderCount Unsigned32
  wsCcRfRapContainmentRowStatus AbbrevRowStatus
  wsCcRfRapContainmentReportedChannel Unsigned32

WsCcRfIdsStatusEntry  
SEQUENCE    
  wsCcRfIdsStatusViolatnIndex INTEGER
  wsCcRfIdsStatusFilteredMuMac PhysAddress
  wsCcRfIdsStatusViolatnType IdsViolationType
  wsCcRfIdsStatusRadioIndex INTEGER
  wsCcRfIdsStatusRemainingBlacklistTime TimeTicks
  wsCcRfIdsStatusRowStatus RowStatus

WsCcRfIdsEventEntry  
SEQUENCE    
  wsCcRfIdsEventRadioIndex INTEGER
  wsCcRfIdsEventType IdsViolationType
  wsCcRfIdsEventLastOccurredTime TimeTicks
  wsCcRfIdsEventTotalCount Integer32
  wsCcRfIdsEventCountSinceMidnight Integer32

WsCcRfIdsThresholdsEntry  
SEQUENCE    
  wsCcRfIdsThresholdsViolTypeIndex IdsViolationType
  wsCcRfIdsThresholdsMu Unsigned32
  wsCcRfIdsThresholdsRadio Unsigned32
  wsCcRfIdsThresholdsSwitch Unsigned32
  wsCcRfIdsThresholdsFilterAgeout Unsigned32

WsCcRfIdsBadEssidEntry  
SEQUENCE    
  wsCcRfIdsBadEssidIndex INTEGER
  wsCcRfIdsBadEssid DisplayString
  wsCcRfIdsBadEssidRowStatus AbbrevRowStatus

WsCcRfSelfHealingNeighborRadioEntry  
SEQUENCE    
  wsCcRfSelfHealingNeighborRadioIndices OCTET STRING

WsCcRfSelfHealingMonitoringEntry  
SEQUENCE    
  wsCcRfSelfHealingMonitoringTransRadio Integer32
  wsCcRfSelfHealingMonitoringRecvRadio Integer32
  wsCcRfSelfHealingMonitoringChannel Integer32
  wsCcRfSelfHealingMonitoringLastTime TimeTicks
  wsCcRfSelfHealingMonitoringLastSignal Integer32
  wsCcRfSelfHealingMonitoringMinSig Integer32
  wsCcRfSelfHealingMonitoringMaxSig Integer32
  wsCcRfSelfHealingMonitoringSumSig Integer32
  wsCcRfSelfHealingMonitoringNumSig Unsigned32

WsCcRfHotspotEntry  
SEQUENCE    
  wsCcRfHotspotServerIp1 IpAddress
  wsCcRfHotspotServerPort1 Integer32
  wsCcRfHotspotServerSecret1 Password
  wsCcRfHotspotServerIp2 IpAddress
  wsCcRfHotspotServerPort2 Integer32
  wsCcRfHotspotServerSecret2 Password
  wsCcRfHotspotServerRetries Integer32
  wsCcRfHotspotServerTimeout Integer32
  wsCcRfHotspotPageLocation INTEGER
  wsCcRfHotspotWebsiteType INTEGER
  wsCcRfHotspotMode INTEGER
  wsCcRfHotspotLogoutOnClose TruthValue
  wsCcRfHotspotMaxLoginAttempts INTEGER
  wsCcRfHotspotRedirectToHostName TruthValue
  wsCcRfHotspotSimultaneousUsers INTEGER

WsCcRfHotspotPageEntry  
SEQUENCE    
  wsCcRfHotspotPageType INTEGER
  wsCcRfHotspotIntPageTitle OCTET STRING
  wsCcRfHotspotIntPageHeader OCTET STRING
  wsCcRfHotspotIntPageDescr OCTET STRING
  wsCcRfHotspotIntPageFooter OCTET STRING
  wsCcRfHotspotIntPageImgUrl1 OCTET STRING
  wsCcRfHotspotIntPageImgUrl2 OCTET STRING
  wsCcRfHotspotExtPageUrl OCTET STRING

WsCcRfHotspotWhiteIpEntry  
SEQUENCE    
  wsCcRfHotspotWhiteIpRuleIndex Integer32
  wsCcRfHotspotWhiteIpAddr IpAddress

WsCcRfQosAcTo802dot1pEntry  
SEQUENCE    
  wsCcRfQosAcTo802dot1pAccessCategory TrafficIdentifier
  wsCcRfQosAcTo802dot1pPriority Integer32

WsCcRfQos802dot1pToAcEntry  
SEQUENCE    
  wsCcRfQos802dot1pToAcIndex Integer32
  wsCcRfQos802dot1pToAcPriority Integer32
  wsCcRfQos802dot1pToAcAccessCategory TrafficIdentifier

WsCcRfQosDscpToAcEntry  
SEQUENCE    
  wsCcRfQosDscpToAcIndex Integer32
  wsCcRfQosDscpToAcDscp Integer32
  wsCcRfQosDscpToAcAccessCategory TrafficIdentifier

WsCcRfWiredWebAuthHostEntry  
SEQUENCE    
  wsCcRfWiredWebAuthHostIndex INTEGER
  wsCcRfWiredWebAuthHostMac PhysAddress
  wsCcRfWiredWebAuthHostIp IpAddress
  wsCcRfWiredWebAuthHostState INTEGER
  wsCcRfWiredWebAuthHostVlan Integer32

WsCcRfApExtEntry  
SEQUENCE    
  wsCcRfApExtApMac PhysAddress
  wsCcRfApExtNetMask IpAddress
  wsCcRfApExtTotalInterfaces Unsigned32
  wsCcRfApExtApName DisplayString
  wsCcRfApExtApLocation DisplayString
  wsCcRfApExtSecureModeSecret OCTET STRING
  wsCcRfApExtSecureModeEnable TruthValue
  wsCcRfApExtSecureModeStagingEnable TruthValue

WsCcRfSensorRevertSensorEntry  
SEQUENCE    
  wsCcRfSensorRevertSensorIndex INTEGER
  wsCcRfSensorRevertSensorMac PhysAddress
  wsCcRfSensorRevertSensorVlan Integer32
  wsCcRfSensorRevertSensorIp IpAddress
  wsCcRfSensorRevertSensorLastHeard Unsigned32

WsCcRfSmartRadioEntry  
SEQUENCE    
  wsCcRfSmartRadioMac PhysAddress
  wsCcRfSmartRadioCfgIndex Integer32
  wsCcRfSmartRadioEnableDetectorLock TruthValue
  wsCcRfSmartRadioEnableChannelLock TruthValue
  wsCcRfSmartRadioEnablePowerLock TruthValue
  wsCcRfSmartRadioEnableRescuerLock TruthValue
  wsCcRfSmartRadioAntGain RadioAntennaGain
  wsCcRfSmartRadioCovRate TransmitRate
  wsCcRfSmartRadioSwichIpAddr IpAddress
  wsCcRfSmartRadioCurrChannel Unsigned32
  wsCcRfSmartRadioCurrPower INTEGER

WsCcRfSmartRescuerEntry  
SEQUENCE    
  wsCcRfSmartRescuerMac PhysAddress
  wsCcRfSmartRescuerPowerBoost Unsigned32
  wsCcRfSmartRescuerAttenuation Unsigned32
  wsCcRfSmartRescuerRowStatus AbbrevRowStatus

WsCcRfSmartStatusAssignmentEntry  
SEQUENCE    
  wsCcRfSmartStatusAssignmentIndex Unsigned32
  wsCcRfSmartStatusAssignmentEvent DisplayString

WsCcRfSmartRadioNeighborEntry  
SEQUENCE    
  wsCcRfSmartRadioNeighborIndex INTEGER
  wsCcRfSmartRadioNeighborTxPower INTEGER
  wsCcRfSmartRadioNeighborCfgIdx Unsigned32
  wsCcRfSmartRadioNeighborRxSignal Integer32
  wsCcRfSmartRadioNeighborAttenuation Integer32
  wsCcRfSmartRadioNeighborMac PhysAddress

WsCcRfChannelManagerEntry  
SEQUENCE    
  wsCcRfChannelManagerChan INTEGER
  wsCcRfChannelManagerSmartRfSel TruthValue
  wsCcRfChannelManagerSmartScanSel TruthValue

WsCcRfSmartScanWlanMapEntry  
SEQUENCE    
  wsCcRfSmartScanWlanMapWlan INTEGER
  wsCcRfSmartScanWlanMapSmartScanSel TruthValue

Defined Values

wsCcRfMIB 1.3.6.1.4.1.388.14.3.2.1
Mib for wireless features
MODULE-IDENTITY    

wsCcRfCountryCode 1.3.6.1.4.1.388.14.3.2.1.1
This value is a two-character representation of the country code. Note: when changing this _CountrySelection, the current channel and power levels are NOT changed. The prior settings for these values may or may not be valid/legal for the new country selected. It is up to the network management software to ensure that channel and/or power settings are changed BEFORE changing the country selection so that no such invalid/illegal state is reached, even for a short interim. country code: Argentina: ar Australia: au Austria: at Bahrain: bh Belarus: by Belgium: be Brazil: br Bulgaria: bg Canada: ca Chile: cl China: cn Colombia: co Costa Rica: cr Croatia: hr Czech Republic: cz Denmark: dk Ecuador: ec Egypt: eg Estonia: ee Finland: fi France: fr Germany: de Greece: gr Hong Kong: hk Hungary: hu Iceland: is India: in Indonesia: id Ireland: ie Israel: il Italy: it Japan(J52): jj Japan(W52/W53): jw Jordan: jo Kazakhstan: kz Kuwait: kw Latvia: lv Liechtenstein: li Lithuania: lt Luxembourg: lu Malaysia: my Mexico: mx Morocco: ma Netherlands: nl New Zealand: nz Norway: no Oman: om Peru: pe Philippines: ph Poland: pl Portugal: pt Qatar: qa Romania: ro Russia: ru Saudi Arabia: sa Singapore: sg Slovak Republic: sk Slovenia: si South Africa: za South Korea: kr Spain: es Sri Lanka: lk Sweden: se Switzerland: ch Taiwan: tw Thailand: th Turkey: tr Ukraine: ua United Arab Emirates: ae United Kingdom: uk United States: us Uruguay: uy Venezuela: ve Vietnam: vn
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0|2)  

wsCcRfSnmpSetDelay 1.3.6.1.4.1.388.14.3.2.1.2
NOT Implemented in this release: this would cause any configuration change to be held in a cache until this variable is toggled again. It will be useful if we need to apply some changes in a batch-mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER immediate(1), hold(2)  

wsCcRfClusterIndex 1.3.6.1.4.1.388.14.3.2.1.3
The cluster index of the switch.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfProxyRespMuArpReq 1.3.6.1.4.1.388.14.3.2.1.4
Causes the switch to respond to an ARP Request on behalf of an MU. Since a lot of traffic is ARP, this helps to save battery life on the MUs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfOversizedFrameEnable 1.3.6.1.4.1.388.14.3.2.1.5
Enable over-sized frame.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanPriorityEnable 1.3.6.1.4.1.388.14.3.2.1.6
Use wlan priority weights to determine packet queueing order.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfAdvancedConfigEnable 1.3.6.1.4.1.388.14.3.2.1.7
Enable or disable Advanced-Config functionality on the switch. Disabling of Advanced-Config will fail when the current setting is not compatible with Auto-Config rules. If user wishes to force the disable action, he/she should use the forcedFalse option instead. Note: After setting with forcedFalse, the object will return false(2) on a snmp-get.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2), forcedFalse(3)  

wsCcRfLastError 1.3.6.1.4.1.388.14.3.2.1.8
Error string of the last failed attempt snmp set
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfAp 1.3.6.1.4.1.388.14.3.2.1.9
OBJECT IDENTIFIER    

wsCcRfApCount 1.3.6.1.4.1.388.14.3.2.1.9.1
Number of Acess Ports adopted
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfApTable 1.3.6.1.4.1.388.14.3.2.1.9.2
This table lists all Access Ports that contain at least one radio that has been adopted by this wireless switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApEntry

wsCcRfApEntry 1.3.6.1.4.1.388.14.3.2.1.9.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApEntry  

wsCcRfApIndex 1.3.6.1.4.1.388.14.3.2.1.9.2.1.1
Small, arbitrary integer index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..500  

wsCcRfApNicMac 1.3.6.1.4.1.388.14.3.2.1.9.2.1.2
MAC address of this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfApModelNumber 1.3.6.1.4.1.388.14.3.2.1.9.2.1.3
Model number of the Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApSerialNumber 1.3.6.1.4.1.388.14.3.2.1.9.2.1.4
Serial Number of this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApPcbRevision 1.3.6.1.4.1.388.14.3.2.1.9.2.1.5
Revision of the printed circuit board for this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApBootLoaderRev 1.3.6.1.4.1.388.14.3.2.1.9.2.1.6
Revision of the boot loader code in this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApWispVersion 1.3.6.1.4.1.388.14.3.2.1.9.2.1.7
Version of the WISP (AP-switch) protocol implemented by this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApRuntimeFwVersion 1.3.6.1.4.1.388.14.3.2.1.9.2.1.8
Version of run-time code on this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApNumRadios 1.3.6.1.4.1.388.14.3.2.1.9.2.1.9
The number of radios implemented on this Access Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfApRadio1 1.3.6.1.4.1.388.14.3.2.1.9.2.1.10
Index of the first radio. 0 will be returned if the radio is not adopted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfApRadio2 1.3.6.1.4.1.388.14.3.2.1.9.2.1.11
Index of the second radio. 0 will be returned if the radio is not adopted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfApAddress 1.3.6.1.4.1.388.14.3.2.1.9.2.1.12
The IP address of the L3 AP. This field is empty for L2 AP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfApVoiceDelay 1.3.6.1.4.1.388.14.3.2.1.9.2.1.13
Delay to AP (round trip delay / 2) for voice packets in ms. A value of 0 for this object implies that round trip delay is unavailable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfApImageVersionTable 1.3.6.1.4.1.388.14.3.2.1.9.3
Table displaying Access Ports image version info.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApImageVersionEntry

wsCcRfApImageVersionEntry 1.3.6.1.4.1.388.14.3.2.1.9.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApImageVersionEntry  

wsCcRfApImageVersionIndex 1.3.6.1.4.1.388.14.3.2.1.9.3.1.1
Simple index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..20  

wsCcRfApImageVersionApType 1.3.6.1.4.1.388.14.3.2.1.9.3.1.2
Ap type that the image applies to.
Status: current Access: read-only
OBJECT-TYPE    
  ApType  

wsCcRfApImageVersionModel 1.3.6.1.4.1.388.14.3.2.1.9.3.1.3
Model string of the Access Port image.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApImageVersionName 1.3.6.1.4.1.388.14.3.2.1.9.3.1.4
Version name of the Access Port image.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApImageVersionReleaseDate 1.3.6.1.4.1.388.14.3.2.1.9.3.1.5
Release date of the Access Port image.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApImageVersionImageSize 1.3.6.1.4.1.388.14.3.2.1.9.3.1.6
Size in bytes of the Access Port image.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfApUnadoptedTable 1.3.6.1.4.1.388.14.3.2.1.9.4
Table of detected but unadopted access ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApUnadoptedEntry

wsCcRfApUnadoptedEntry 1.3.6.1.4.1.388.14.3.2.1.9.4.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApUnadoptedEntry  

wsCcRfApUnadoptedIndex 1.3.6.1.4.1.388.14.3.2.1.9.4.1.1
Simple index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1000  

wsCcRfApUnadoptedMac 1.3.6.1.4.1.388.14.3.2.1.9.4.1.2
Mac address of detected but unadopted AP.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfApUnadoptedApType 1.3.6.1.4.1.388.14.3.2.1.9.4.1.3
Ap type of detected but unadopted access port.
Status: current Access: read-only
OBJECT-TYPE    
  ApType  

wsCcRfApUnadoptedLastSeen 1.3.6.1.4.1.388.14.3.2.1.9.4.1.4
The unadopted-ap was last seen wsCcRfApUnadoptedLastSeen seconds ago.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfApHistoryTable 1.3.6.1.4.1.388.14.3.2.1.9.5
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApHistoryEntry

wsCcRfApHistoryEntry 1.3.6.1.4.1.388.14.3.2.1.9.5.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApHistoryEntry  

wsCcRfApHistoryIndex 1.3.6.1.4.1.388.14.3.2.1.9.5.1.1
Simple Index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

wsCcRfApHistoryMac 1.3.6.1.4.1.388.14.3.2.1.9.5.1.2
MAC Address of the AP
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfApHistoryRadioType 1.3.6.1.4.1.388.14.3.2.1.9.5.1.3
Radio Type: 11a, 11b, 11g, 11an, 11bgn or N/A
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER elevenA(1), elevenB(2), elevenG(3), na(4), elevenAN(5), elevenBGN(6)  

wsCcRfApHistoryTimestamp 1.3.6.1.4.1.388.14.3.2.1.9.5.1.4
Date and Time
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(18..32)  

wsCcRfApHistoryEvent 1.3.6.1.4.1.388.14.3.2.1.9.5.1.5
Adoption/unadoption/self-healing event
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER adoption(1), unadoption(2), selfHealing(3)  

wsCcRfApHistoryReason 1.3.6.1.4.1.388.14.3.2.1.9.5.1.6
AP History reason for occurence of event
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..128)  

wsCcRfApHistoryEnable 1.3.6.1.4.1.388.14.3.2.1.9.6
Enable / disable AP history data collection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

wsCcRfApHistoryClear 1.3.6.1.4.1.388.14.3.2.1.9.7
Clears the entries in the AP History table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfApAapVersionTable 1.3.6.1.4.1.388.14.3.2.1.9.8
A table of the supported AAP firmware versions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApAapVersionEntry

wsCcRfApAapVersionEntry 1.3.6.1.4.1.388.14.3.2.1.9.8.1
Entry in AAP firmware version table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApAapVersionEntry  

wsCcRfApAapVersionType 1.3.6.1.4.1.388.14.3.2.1.9.8.1.1
AAP Type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ap5131(1), ap7131(2)  

wsCcRfApAapVersionString 1.3.6.1.4.1.388.14.3.2.1.9.8.1.2
AAP minimum firmware version required. The string should be of the format is X.X.X.X-XXXR.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..12)  

wsCcRfApImgUploadTable 1.3.6.1.4.1.388.14.3.2.1.9.9
Table to upload new AP images.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApImgUploadEntry

wsCcRfApImgUploadEntry 1.3.6.1.4.1.388.14.3.2.1.9.9.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApImgUploadEntry  

wsCcRfApImgUploadImgType 1.3.6.1.4.1.388.14.3.2.1.9.9.1.1
Image type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ap300Wisp(1), ap300Wispe(2), ap300IpsSensor(3), ap100(4), ap4131(5), ap4131Revert(6), ap5131(7), ap7131(8)  

wsCcRfApImgUploadFile 1.3.6.1.4.1.388.14.3.2.1.9.9.1.2
Image file path. It can be specified as one of the following: flash:/path/file cf:/path/file usb1:/path/file usb2:/path/file
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..99)  

wsCcRfApImgUploadRowStatus 1.3.6.1.4.1.388.14.3.2.1.9.9.1.3
The Row status. All columns must be supplied to create a row. Row creation uploads the file to the Switch. If upload fails, row creation will fail and wsCcRfApImgUploadLastFailedReason will have the reason. Row deletion restores the original AP Image. In case AAP, the image is not uploaded to the switch. AAP image update will fetch the image from the specified location.
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfApImgUploadLastFailedReason 1.3.6.1.4.1.388.14.3.2.1.9.10
Last image upload failed reason.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApAapImg 1.3.6.1.4.1.388.14.3.2.1.9.11
OBJECT IDENTIFIER    

wsCcRfApAapImgEnableAutoUpd 1.3.6.1.4.1.388.14.3.2.1.9.11.1
Enable or disable automatic image update of AAP. The value of this object can be set to 'true' even if no images have previously been configured in wsCcRfApImgUploadTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfApAapImgUpd 1.3.6.1.4.1.388.14.3.2.1.9.11.2
OBJECT IDENTIFIER    

wsCcRfApAapImgUpdMac 1.3.6.1.4.1.388.14.3.2.1.9.11.2.1
MAC address of the AAP.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfApAapImgUpdStart 1.3.6.1.4.1.388.14.3.2.1.9.11.2.2
Image update start. Setting this value to 2 means starting image update. The following must be configured before setting this value to 2: - wsCcRfApAapImgUpdMac contains the MAC address of the AAP and the AAP must be adopted. - wsCcRfApImgUploadTable contains the AAP image name. If image update fails, wsCcRfApAapImgUpdLastFailedReason will have the reason. If there is no image update, its value will be set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), imgUpdate(2)  

wsCcRfApAapImgUpdLastFailedReason 1.3.6.1.4.1.388.14.3.2.1.9.11.2.3
Last image update failed reason.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfRadio 1.3.6.1.4.1.388.14.3.2.1.11
OBJECT IDENTIFIER    

wsCcRfRadioAutoAdopt 1.3.6.1.4.1.388.14.3.2.1.11.1
Enable or disable the switch to auto-adopt radios.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioCnt 1.3.6.1.4.1.388.14.3.2.1.11.2
Number of radios adopted by the switch. This is a count of the number of rows in wsCcRfRadioStatusTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioLastMac 1.3.6.1.4.1.388.14.3.2.1.11.3
This scalar records the MAC address of the most recent radio to be Adopted, UnAdopted, or Denied.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRadioLastReason 1.3.6.1.4.1.388.14.3.2.1.11.4
This value notes the reason for the most-recent radio UnAdoption or Denial.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfRadioTable 1.3.6.1.4.1.388.14.3.2.1.11.5
This table lists all radios adopted by this wireless switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioEntry

wsCcRfRadioEntry 1.3.6.1.4.1.388.14.3.2.1.11.5.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioEntry  

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

wsCcRfRadioApMac 1.3.6.1.4.1.388.14.3.2.1.11.5.1.2
MAC address of the Access Port that this radio resides within.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfRadioDescr 1.3.6.1.4.1.388.14.3.2.1.11.5.1.3
Description of the radio.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wsCcRfRadioType 1.3.6.1.4.1.388.14.3.2.1.11.5.1.4
Radio model. Changing this value will result in all parameters getting defaulted for this radio.
Status: current Access: read-create
OBJECT-TYPE    
  RadioType  

wsCcRfRadioApType 1.3.6.1.4.1.388.14.3.2.1.11.5.1.5
Model of the Access Port this radio resides in.
Status: current Access: read-create
OBJECT-TYPE    
  ApType  

wsCcRfRadioBssWlanMap 1.3.6.1.4.1.388.14.3.2.1.11.5.1.6
The mapping of WLANs to BSSIDs. Each radio supports 4 BSSIDs and 16 WLANs. The user can map any number of WLANs to each of the BSSIDs. Each BSSID forms a virtual ap.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

wsCcRfRadioAntDiversity 1.3.6.1.4.1.388.14.3.2.1.11.5.1.7
The antenna diversity setting for the Access Port. Options for 11n radio: - Valid options are primaryOnly and mimo - Default option is mimo - For single antenna operation set mode to primaryOnly
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER fullDiversity(1), primaryOnly(2), secondaryOnly(3), mimo(4)  

wsCcRfRadioShortPreamble 1.3.6.1.4.1.388.14.3.2.1.11.5.1.8
Enable support for Short Preamble when MUs associate with the Access Port. Enabling Short Preamble may cause incompatibility with some older clients. Applies only to b/g radios.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioRtsThresh 1.3.6.1.4.1.388.14.3.2.1.11.5.1.9
The Request To Send(RTS) threshold(in bytes) for use by this radio.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

wsCcRfRadioBeaconInt 1.3.6.1.4.1.388.14.3.2.1.11.5.1.10
Specify a beacon interval in units of 1,000 microseconds (K-us). This is a multiple of the DTIM (wsCcRfRadioDtimPrd) value, for example, 100 : 10.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 50..200  

wsCcRfRadioDtimPrd 1.3.6.1.4.1.388.14.3.2.1.11.5.1.11
Specify a period for the Delivery Traffic Indication Message (DTIM). This is a divisor of the beacon interval (in milliseconds), for example, 10 : 100.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..50  

wsCcRfRadioBasicRates 0.1.2.5.1.3.6.1.4.1.388.14.3.2.1.11.5.1.12
List of basic rates for the radio.
Status: current Access: read-create
OBJECT-TYPE    
  TransmitRate  

wsCcRfRadioSupportedRates 0.1.2.3.4.5.6.7.9.10.11.12.1.3.6.1.4.1.388.14.3.2.1.11.5.1.13
List of supported rates for the radio.
Status: current Access: read-create
OBJECT-TYPE    
  TransmitRate  

wsCcRfRadioRapDetector 1.3.6.1.4.1.388.14.3.2.1.11.5.1.14
If this radio is a Rogue AP detector.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioClusterIndex 1.3.6.1.4.1.388.14.3.2.1.11.5.1.15
The preferred group of Cluster
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfRadioMaxMu 1.3.6.1.4.1.388.14.3.2.1.11.5.1.16
Max number of Mu a radio can associate.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..1024  

wsCcRfRadioSelfHealingAction 1.3.6.1.4.1.388.14.3.2.1.11.5.1.17
Action taken by this radio when neighbor radios go down
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), both(2), raisePower(3), openRates(4)  

wsCcRfRadioSelfHealingPwrOffset 1.3.6.1.4.1.388.14.3.2.1.11.5.1.18
Self-healing power offset for this radio
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..30  

wsCcRfRadioRunAcsNow 1.3.6.1.4.1.388.14.3.2.1.11.5.1.19
Set wsCcRfRadioRunAcsNow to 1 to run Acs.
Status: current Access: read-create
OBJECT-TYPE    
  DoActionNow  

wsCcRfRadioResetParentAp 1.3.6.1.4.1.388.14.3.2.1.11.5.1.20
Set wsCcRfRadioResetParentAp to 1 to reset the parent Access Port of this radio.
Status: current Access: read-create
OBJECT-TYPE    
  DoActionNow  

wsCcRfRadioReset 1.3.6.1.4.1.388.14.3.2.1.11.5.1.21
Set wsCcRfRadioReset to 1 to reset the Radio.
Status: current Access: read-create
OBJECT-TYPE    
  DoActionNow  

wsCcRfRadioRowStatus 1.3.6.1.4.1.388.14.3.2.1.11.5.1.22
Rows status of the wsCcRfRadioTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wsCcRfRadioCcaLevel 1.3.6.1.4.1.388.14.3.2.1.11.5.1.23
Description.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER 1..31  

wsCcRfRadioCcaMode 1.3.6.1.4.1.388.14.3.2.1.11.5.1.24
Description.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER 1..3  

wsCcRfRadioRapSingleChannelScan 1.3.6.1.4.1.388.14.3.2.1.11.5.1.25
Enable or disable single-channel scan for Rogue AP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioBssDtim 1.3.6.1.4.1.388.14.3.2.1.11.5.1.26
Set DTIM per BSS. DTIM period is not configurable on a per BSS basis for AP71X1 11n radios. These radios use a single DTIM period across all BSS in a radio which can be configured in wsCcRfRadioDtimPrd.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

wsCcRfRadioCfgMethod 1.3.6.1.4.1.388.14.3.2.1.11.5.1.27
The radio can be configured by user before being adopted or by the switch while adoption
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER userConfigured(1), switchConfigured(2)  

wsCcRfRadioMuLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.11.5.1.28
Enable/Disable MU locationing on this radio
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioRogueApLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.11.5.1.29
Enable/Disable rogue AP locationing on this radio
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioRssEnable 1.3.6.1.4.1.388.14.3.2.1.11.5.1.31
Setting this object to True enables (False for disable) RSS (Remote Site Survivability) for this radio.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioGroupId 1.3.6.1.4.1.388.14.3.2.1.11.5.1.32
The group id that this radio belongs to. This field is used for the load-balancing feature wherein radios are combined in groups and MUs are discouraged from association if it not coming from the least loaded radio in the group. Group id 0 is used to indicate that this radio does not belong to any group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..256  

wsCcRfRadioLedMode 1.3.6.1.4.1.388.14.3.2.1.11.5.1.33
The mode of operation of the LEDs on the AP. The meanings of the values are: startFlashing - When the value startFlashing is written to this object, the parent AP of the radio begins flashing its LEDs to help locate it. stopFlashing- When the value stopFlashing is written to this object, the parent AP of the radio reverts its LEDs to normal mode of operation. idleState - When the value idleState is written to this object, no action is taken. When read, this object always returns the value idleState.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER startFlashing(1), stopFlashing(2), idleState(3)  

wsCcRfRadioState 1.3.6.1.4.1.388.14.3.2.1.11.5.1.34
The state of the radio. unseen : Configured, but not connected unadopted : Connected, but not adopted normal : Adopted and working normal detector : Adopted and is working as a detector selfHealing : Legacy self-healing rescuing : Adopted and is rescuing to recover for neighbor filling : Adopted and is filling in to recover coverage hole sensor : Sensor
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unseen(1), unadopted(2), normal(3), detector(4), selfHealing(5), rescuing(6), filling(7), sensor(8)  

wsCcRfRadioChannelPowerTable 1.3.6.1.4.1.388.14.3.2.1.11.6
Use wsCcRfRadioChannelPower table to view and set the channel/power/placement properties of the radios. The process can be broken down into the following steps: 1. Set wsCcRfRadioCpReset to TRUE. 2. Set wsCcRfRadioCpPlacement 3. Get wsCcRfRadioCpPosChannel 4. Set wsCcRfRadioCpDesChannel 5. Get wsCcRfRadioCpPosPowerLevel 6. Set wsCcRfRadioCpDesPowerLevel 7. Get wsCcRfRadioCpPowerInMW 8. Set wsCcRfRadioCp11nChannelWidth 9. Set wsCcRfRadioCp11nSecondaryChannel 10. Set wsCcRfRadioCpSet
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioChannelPowerEntry

wsCcRfRadioChannelPowerEntry 1.3.6.1.4.1.388.14.3.2.1.11.6.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioChannelPowerEntry  

wsCcRfRadioCpPlacement 1.3.6.1.4.1.388.14.3.2.1.11.6.1.1
The placement for radio.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER indoor(1), outdoor(2)  

wsCcRfRadioCpChannelMode 1.3.6.1.4.1.388.14.3.2.1.11.6.1.2
fixed mode: apply user selected channel random mode: random channel selection acs mode: auto channel selection (radio will scan for the least congested channel at startup or reconfiguration)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), random(2), acs(3)  

wsCcRfRadioCpPosChannel 1.3.6.1.4.1.388.14.3.2.1.11.6.1.3
The possible channels that can be set when placement = wsCcRfRadioCpPlacement.
Status: current Access: read-only
OBJECT-TYPE    
  MultiPointer64  

wsCcRfRadioCpDesChannel 1.3.6.1.4.1.388.14.3.2.1.11.6.1.4
The desired channel for radio.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioCpPosPowerDb 1.3.6.1.4.1.388.14.3.2.1.11.6.1.5
The max possible power level (dBm) that can be set when channel= wsCcRfRadioCpDesChannel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioCpDesPowerDb 1.3.6.1.4.1.388.14.3.2.1.11.6.1.6
The desired power level (dBm) for radio.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfRadioCpDesPowerMw 1.3.6.1.4.1.388.14.3.2.1.11.6.1.7
wsCcRfRadioCpDesPowerLevel in mW.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioCpSet 1.3.6.1.4.1.388.14.3.2.1.11.6.1.8
Validate values in wsCcRfRadioCpDes fields. If it is a valid combination, configure the switch with this combination and set wsCcRfRadioCp_ to these values.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionShowProgress  

wsCcRfRadioCpReset 1.3.6.1.4.1.388.14.3.2.1.11.6.1.9
Reset the following OIDs. wsCcRfRadioCpDesPlacement wsCcRfRadioCpDesChannel wsCcRfRadioCpDesPowerLevel wsCcRfRadioCpPosChannel wsCcRfRadioCpPosPowerLevel wsCcRfRadioCpPowerInMW wsCcRfRadioCp11nChannelWidth wsCcRfRadioCp11nSecondaryChannel
Status: current Access: read-write
OBJECT-TYPE    
  DoActionShowProgress  

wsCcRfRadioWmmTable 1.3.6.1.4.1.388.14.3.2.1.11.7
Configuration parameters for 802.11e / Wireless MultiMedia, which control the Quality of Service between the wireless devices on the network
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioWmmEntry

wsCcRfRadioWmmEntry 1.3.6.1.4.1.388.14.3.2.1.11.7.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioWmmEntry  

wsCcRfRadioWmmBeParm 1.3.6.1.4.1.388.14.3.2.1.11.7.1.1
Parameters for the Best Effort QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  RadioWmmConfig  

wsCcRfRadioWmmBkParm 1.3.6.1.4.1.388.14.3.2.1.11.7.1.2
Parameters for the Background QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  RadioWmmConfig  

wsCcRfRadioWmmViParm 1.3.6.1.4.1.388.14.3.2.1.11.7.1.3
Parameters for the Video QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  RadioWmmConfig  

wsCcRfRadioWmmVoParm 1.3.6.1.4.1.388.14.3.2.1.11.7.1.4
Parameters for the Voice QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  RadioWmmConfig  

wsCcRfRadioDefaultTable 1.3.6.1.4.1.388.14.3.2.1.11.8
This table lists the default setting for all supported radio for this switch. Please refer to wsCcRfRadioTable for column descriptions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefaultEntry

wsCcRfRadioDefaultEntry 1.3.6.1.4.1.388.14.3.2.1.11.8.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefaultEntry  

wsCcRfRadioDefaultIndex 1.3.6.1.4.1.388.14.3.2.1.11.8.1.1
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..100  

wsCcRfRadioDefaultType 1.3.6.1.4.1.388.14.3.2.1.11.8.1.2
Status: current Access: read-only
OBJECT-TYPE    
  RadioType  

wsCcRfRadioDefaultApType 1.3.6.1.4.1.388.14.3.2.1.11.8.1.3
Status: current Access: read-only
OBJECT-TYPE    
  ApType  

wsCcRfRadioDefaultBssWlanMap 1.3.6.1.4.1.388.14.3.2.1.11.8.1.4
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfRadioDefaultAntDiversity 1.3.6.1.4.1.388.14.3.2.1.11.8.1.5
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fullDiversity(1), primaryOnly(2), secondaryOnly(3), mimo(4)  

wsCcRfRadioDefaultShortPreamble 1.3.6.1.4.1.388.14.3.2.1.11.8.1.6
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultRtsThresh 1.3.6.1.4.1.388.14.3.2.1.11.8.1.7
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfRadioDefaultBeaconInt 1.3.6.1.4.1.388.14.3.2.1.11.8.1.8
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 50..200  

wsCcRfRadioDefaultDtimPrd 1.3.6.1.4.1.388.14.3.2.1.11.8.1.9
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..50  

wsCcRfRadioDefaultBasicRates 1.3.6.1.4.1.388.14.3.2.1.11.8.1.10
Status: current Access: read-write
OBJECT-TYPE    
  TransmitRate  

wsCcRfRadioDefaultSupportedRates 1.3.6.1.4.1.388.14.3.2.1.11.8.1.11
Status: current Access: read-write
OBJECT-TYPE    
  TransmitRate  

wsCcRfRadioDefaultRapDetector 1.3.6.1.4.1.388.14.3.2.1.11.8.1.12
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultClusterIndex 1.3.6.1.4.1.388.14.3.2.1.11.8.1.13
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioDefaultMaxMu 1.3.6.1.4.1.388.14.3.2.1.11.8.1.14
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..256  

wsCcRfRadioDefaultSelfHealingAction 1.3.6.1.4.1.388.14.3.2.1.11.8.1.15
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), both(2), raisePower(3), openRates(4)  

wsCcRfRadioDefaultSelfHealingPwrOffset 1.3.6.1.4.1.388.14.3.2.1.11.8.1.16
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..30  

wsCcRfRadioDefaultRapSingleChannelScan 1.3.6.1.4.1.388.14.3.2.1.11.8.1.17
Enable or disable single-channel scan for Rogue AP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultBssDtim 1.3.6.1.4.1.388.14.3.2.1.11.8.1.18
Set DTIM per BSS. DTIM period is not configurable on a per BSS basis for AP71X1 11n radios. These radios use a single DTIM period across all BSS in a radio which can be configured in wsCcRfRadioDefaultDtimPrd.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfRadioDefaultMuLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.11.8.1.19
Enable/Disable MU locationing on this radio
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultRogueApLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.11.8.1.20
Enable/Disable Rogue AP locationing on this radio
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultAntGain 1.3.6.1.4.1.388.14.3.2.1.11.8.1.24
Antenna gain. Please see the definition of RadioAntennaGain for additional information.
Status: current Access: read-write
OBJECT-TYPE    
  RadioAntennaGain  

wsCcRfRadioDefaultChannelPowerTable 1.3.6.1.4.1.388.14.3.2.1.11.9
Use wsCcRfRadioDefaultChannelPower table to view and set the channel/power/placement properties of the default radio configurations. Please refer to the descriptions in wsCcRfRadioChannelPowerTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefaultChannelPowerEntry

wsCcRfRadioDefaultChannelPowerEntry 1.3.6.1.4.1.388.14.3.2.1.11.9.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefaultChannelPowerEntry  

wsCcRfRadioDefaultCpPlacement 1.3.6.1.4.1.388.14.3.2.1.11.9.1.1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER indoor(1), outdoor(2)  

wsCcRfRadioDefaultCpChannelMode 1.3.6.1.4.1.388.14.3.2.1.11.9.1.2
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER random(2), acs(3)  

wsCcRfRadioDefaultCpPosChannel 1.3.6.1.4.1.388.14.3.2.1.11.9.1.3
Status: current Access: read-only
OBJECT-TYPE    
  MultiPointer64  

wsCcRfRadioDefaultCpDesChannel 1.3.6.1.4.1.388.14.3.2.1.11.9.1.4
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioDefaultCpPosPowerDb 1.3.6.1.4.1.388.14.3.2.1.11.9.1.5
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioDefaultCpDesPowerDb 1.3.6.1.4.1.388.14.3.2.1.11.9.1.6
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfRadioDefaultCpDesPowerMw 1.3.6.1.4.1.388.14.3.2.1.11.9.1.7
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioDefaultCpSet 1.3.6.1.4.1.388.14.3.2.1.11.9.1.8
.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionShowProgress  

wsCcRfRadioDefaultCpReset 1.3.6.1.4.1.388.14.3.2.1.11.9.1.9
Status: current Access: read-write
OBJECT-TYPE    
  DoActionShowProgress  

wsCcRfRadioDefaultWmmTable 1.3.6.1.4.1.388.14.3.2.1.11.10
Configuration parameters for 802.11e / Wireless MultiMedia, which control the Quality of Service between the wireless devices on the network
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefaultWmmEntry

wsCcRfRadioDefaultWmmEntry 1.3.6.1.4.1.388.14.3.2.1.11.10.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefaultWmmEntry  

wsCcRfRadioDefaultWmmAccessCategory 1.3.6.1.4.1.388.14.3.2.1.11.10.1.1
A label for a particular QoS category of traffic in an 802.11e network. WMM defines 4 Access Categories (Voice, Video, Best Effort, Background).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER acBestEffort(1), acBackground(2), acVideo(3), acVoice(4)  

wsCcRfRadioDefaultWmmAdmissionCtrl 1.3.6.1.4.1.388.14.3.2.1.11.10.1.2
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefaultWmmAifsn 1.3.6.1.4.1.388.14.3.2.1.11.10.1.3
The Arbitration Inter-Frame Spacing is the wait time in milliSeconds between data frames. A smaller number leads to greater priority for medium access.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..15  

wsCcRfRadioDefaultWmmTxOp 1.3.6.1.4.1.388.14.3.2.1.11.10.1.4
An interval of time where an 802.11e station (MU/AP) has the right to initiate transmissions on the wireless medium.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfRadioDefaultWmmCwMin 1.3.6.1.4.1.388.14.3.2.1.11.10.1.5
If the medium is busy, or a transmitted frame collides, the AP or MU choose a random number between 0 and this minimum contention window size, to decide how long to wait before attempting (re)-transmission. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..15  

wsCcRfRadioDefaultWmmCwMax 1.3.6.1.4.1.388.14.3.2.1.11.10.1.6
On each collision the AP or MU doubles its initial contention window wait time, until that number is as large as this maximum contention window size. For ease of use this value is configured as a number between 0 and 10; the actual window is calculated using 2**x -1 where x is the value configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

wsCcRfRadioStatusTable 1.3.6.1.4.1.388.14.3.2.1.11.11
Status of adopted radios.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioStatusEntry

wsCcRfRadioStatusEntry 1.3.6.1.4.1.388.14.3.2.1.11.11.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioStatusEntry  

wsCcRfRadioStatusRadioMac 1.3.6.1.4.1.388.14.3.2.1.11.11.1.1
Radio MAC address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRadioStatusState 1.3.6.1.4.1.388.14.3.2.1.11.11.1.2
This value describes the state of the radio. A healthy radio would power-on, and quickly advance from radioUpAndWaitingForConfig and then on to radioReceivingConfig and then on to radioUpAndAdopted. A radio that is denied adoption due to ACLs would show: radioDeniedAdoptionDueToAcl. A radio that does not 'handshake' with the switch properly would be found in state: radioBroken.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unadopted(1), normal(2), detector(3), selfHealing(4), sensor(5)  

wsCcRfRadioStatusPtrToAp 1.3.6.1.4.1.388.14.3.2.1.11.11.1.3
This value is the index in the ApTable for the entry representing the Access Port that contains this radio. Since each radio has one and only one Access Port as 'parent', this value is a simple integer, not a bit-mask.
Status: current Access: read-only
OBJECT-TYPE    
  SinglePointer  

wsCcRfRadioStatusMaxWlans 1.3.6.1.4.1.388.14.3.2.1.11.11.1.4
the maximum number of 802.11 ESSIDs (wireless lans) supported by this radio
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioStatusMaxBss 1.3.6.1.4.1.388.14.3.2.1.11.11.1.5
The maximum number of 802.11 BSSIDs supported by this radio
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioStatusCurrChannel 1.3.6.1.4.1.388.14.3.2.1.11.11.1.6
current channel (may be different from configured channel due to DFS etc).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioStatusCurrPowerDb 1.3.6.1.4.1.388.14.3.2.1.11.11.1.7
Output power level for the radio in Db.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

wsCcRfRadioStatusCurrPowerMw 1.3.6.1.4.1.388.14.3.2.1.11.11.1.8
Output power level for the radio in Mw.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioStatusAssociatedMus 1.3.6.1.4.1.388.14.3.2.1.11.11.1.9
Number of associated MUs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioStatusLastAdoption 1.3.6.1.4.1.388.14.3.2.1.11.11.1.10
Timeticks since radio adoption time
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfRadioStatusShortSlotTime 1.3.6.1.4.1.388.14.3.2.1.11.11.1.11
Indicates the 802.11g short-slot time on the radio
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioStatusVlanTag 1.3.6.1.4.1.388.14.3.2.1.11.11.1.12
The VLAN tag using which the switch is communicating with the radio
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioStatusCfgMethod 1.3.6.1.4.1.388.14.3.2.1.11.11.1.13
The radio can be configured by user before being adopted or by the switch while adoption.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER userConfigured(1), switchConfigured(2)  

wsCcRfRadioStatusAssociatedVoiceMus 1.3.6.1.4.1.388.14.3.2.1.11.11.1.14
Number of MUs identified as voice associated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRf802dt1xRadioAuth 1.3.6.1.4.1.388.14.3.2.1.11.12
OBJECT IDENTIFIER    

wsCcRf802dt1xRadioAuthLogin 1.3.6.1.4.1.388.14.3.2.1.11.12.1
802.1x Port Authentication username.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

wsCcRf802dt1xRadioAuthPass 1.3.6.1.4.1.388.14.3.2.1.11.12.2
802.1x Port Authentication password.
Status: current Access: read-write
OBJECT-TYPE    
  Password  

wsCcRf802dt1xRadioAuthSetRadio 1.3.6.1.4.1.388.14.3.2.1.11.12.3
Set the username and password stored in wsCcRf802dt1xRadioAuthLogin and wsCcRf802dt1xRadioAuthPass on all radios adopted by the switch.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfRadioHealingModeCnt 1.3.6.1.4.1.388.14.3.2.1.11.13
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRadioNormalModeCnt 1.3.6.1.4.1.388.14.3.2.1.11.14
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfRadioConfiguredCnt 1.3.6.1.4.1.388.14.3.2.1.11.15
Number of configured radios. This is a count of the number of rows in wsCcRfRadioTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioBridgeTable 1.3.6.1.4.1.388.14.3.2.1.11.16
This table gives information related to the bridging capabilities of the radios adopted by the wireless switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioBridgeEntry

wsCcRfRadioBridgeEntry 1.3.6.1.4.1.388.14.3.2.1.11.16.1
An entry in the wsCcRfRadioBridgeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioBridgeEntry  

wsCcRfRadioBridgeClientBridgeEnable 1.3.6.1.4.1.388.14.3.2.1.11.16.1.1
Enables or disables client-bridge functionality on the radio.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioBridgeBaseBridgeEnable 1.3.6.1.4.1.388.14.3.2.1.11.16.1.2
Allows the given radio to act as a base bridge and accept connections from client bridges.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioBridgeSsid 1.3.6.1.4.1.388.14.3.2.1.11.16.1.3
Set the bridge SSID (max length 32 characters).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

wsCcRfRadioBridgeLinkTimeout 1.3.6.1.4.1.388.14.3.2.1.11.16.1.4
Set the bridge link timeout in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..200  

wsCcRfRadioBridgeMaxClientBridges 1.3.6.1.4.1.388.14.3.2.1.11.16.1.5
Set the maximum client-bridge connections permissible.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfRadioGroupTable 1.3.6.1.4.1.388.14.3.2.1.11.20
A read only table showing radios to their group id mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioGroupEntry

wsCcRfRadioGroupEntry 1.3.6.1.4.1.388.14.3.2.1.11.20.1
An entry in wsCcRfRadioGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioGroupEntry  

wsCcRfRadioGroupTableGrpId 1.3.6.1.4.1.388.14.3.2.1.11.20.1.1
The group id to which this radio belongs.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfRadioGroupRadioId 1.3.6.1.4.1.388.14.3.2.1.11.20.1.2
The radio id (value same as wsCcRfRadioIndex) which belongs to this group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

wsCcRfRadioAdmissionControlTable 1.3.6.1.4.1.388.14.3.2.1.11.21
Configure admission control parameters for devices sending voice traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioAdmissionControlEntry

wsCcRfRadioAdmissionControlEntry 1.3.6.1.4.1.388.14.3.2.1.11.21.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioAdmissionControlEntry  

wsCcRfRadioAdmissionControlAccessCategory 1.3.6.1.4.1.388.14.3.2.1.11.21.1.1
A label for a particular QoS category of traffic. WMM standard suggests to perform admission control for maintaining QoS of traffic sent using Video and Voice access category.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER acVideo(3), acVoice(4)  

wsCcRfRadioAdmissionControlMaxAirTime 1.3.6.1.4.1.388.14.3.2.1.11.21.1.2
Maximum percentage of air time that can be distributed among devices sending traffic using a particular access category. For example, configuring a value of 70% for voice, means that a total 700 ms out of 1000 ms will be distributed among devices which setup voice calls. This helps in maintaining the QoS of existing calls on a particular radio.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100  

wsCcRfRadioAdmissionControlReservedRoamTime 1.3.6.1.4.1.388.14.3.2.1.11.21.1.3
Maxmimum percentage of air time reserved for devices which have roamed. This value should be less than the value specified for wsCcRfRadioAdmissionControlMaxAirTime.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100  

wsCcRfRadioAdmissionControlMaxAdmittedDevices 1.3.6.1.4.1.388.14.3.2.1.11.21.1.4
Max devices that the radio will admit for sending voice traffic without leading to oversubscription. A value of 0 would disable admission control for the access category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..256  

wsCcRfRadioAdmissionControlMaxRoamedDevices 1.3.6.1.4.1.388.14.3.2.1.11.21.1.5
Maximum roamed devices that the radio will admit for sending voice traffic after the count of admitted devices has reached wsCcRfRadioAdmissionControlMaxAdmittedDevices.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..256  

wsCcRfRadioDefaultAdmissionControlTable 1.3.6.1.4.1.388.14.3.2.1.11.22
Configure default admission control parameters for different radios.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefaultAdmissionControlEntry

wsCcRfRadioDefaultAdmissionControlEntry 1.3.6.1.4.1.388.14.3.2.1.11.22.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefaultAdmissionControlEntry  

wsCcRfRadioDefaultAdmissionControlAccessCategory 1.3.6.1.4.1.388.14.3.2.1.11.22.1.1
A label for a particular QoS category of traffic. WMM standard suggests to perform admission control for maintaining QoS of traffic sent using Video and Voice access category.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER acVideo(3), acVoice(4)  

wsCcRfRadioDefaultAdmissionControlMaxAirTime 1.3.6.1.4.1.388.14.3.2.1.11.22.1.2
The default maximum percentage of air time for a particular access category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100  

wsCcRfRadioDefaultAdmissionControlReservedRoamTime 1.3.6.1.4.1.388.14.3.2.1.11.22.1.3
The default percentage of air time reserved for roaming for a particular access category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100  

wsCcRfRadioDefaultAdmissionControlMaxAdmittedDevices 1.3.6.1.4.1.388.14.3.2.1.11.22.1.4
The default maximum number of devices that can be admitted to send traffic using a particular access category.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..256  

wsCcRfRadioDefaultAdmissionControlMaxRoamedDevices 1.3.6.1.4.1.388.14.3.2.1.11.22.1.5
The default maximum roamed devices that a radio will admit for sending voice traffic after the count of admitted devices has reached wsCcRfRadioDefaultAdmissionControlMaxAdmittedDevices.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..256  

wsCcRfRadioAdmissionControlStatusTable 1.3.6.1.4.1.388.14.3.2.1.11.23
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioAdmissionControlStatusEntry

wsCcRfRadioAdmissionControlStatusEntry 1.3.6.1.4.1.388.14.3.2.1.11.23.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioAdmissionControlStatusEntry  

wsCcRfRadioAdmissionControlStatusAccessCategory 1.3.6.1.4.1.388.14.3.2.1.11.23.1.1
Admission control statistics for WMM voice access category.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER acVoice(4)  

wsCcRfRadioAdmissionControlStatusAirTimeUsage 1.3.6.1.4.1.388.14.3.2.1.11.23.1.2
The total percentage of air time used on the radio by devices which have been admitted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioAdmissionControlStatusAdmittedDevices 1.3.6.1.4.1.388.14.3.2.1.11.23.1.3
Total count of admitted devices.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioAdmissionControlStatusRoamedDevices 1.3.6.1.4.1.388.14.3.2.1.11.23.1.4
Total count of roamed devices which have been admitted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioAdmissionControlStatusRequestDenied 1.3.6.1.4.1.388.14.3.2.1.11.23.1.5
Total count of requests which have been denied either due to insufficient air time or maximum device capacity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRadioAdmissionControlEnable 1.3.6.1.4.1.388.14.3.2.1.11.24
Enable admission control for voice traffic. This also enables WMM admission control for Voice access category. A value of 0 disables admission control across all radios.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), voice(1)  

wsCcRfRadioWipsTable 1.3.6.1.4.1.388.14.3.2.1.11.25
This table gives information related to the WIPS mode of the radios adopted by the wireless switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioWipsEntry

wsCcRfRadioWipsEntry 1.3.6.1.4.1.388.14.3.2.1.11.25.1
An entry in the wsCcRfRadioWipsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioWipsEntry  

wsCcRfRadioRfFunctionWipsEnable 1.3.6.1.4.1.388.14.3.2.1.11.25.1.1
Converts the given radio from the WLAN mode to the WIPS mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadio11nTable 1.3.6.1.4.1.388.14.3.2.1.11.26
This table lists all 11n radios adopted by this wireless switch. A row in this table is an extension of a row in wsCcRfRadioTable with the relationship being sparse.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadio11nEntry

wsCcRfRadio11nEntry 1.3.6.1.4.1.388.14.3.2.1.11.26.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadio11nEntry  

wsCcRfRadio11nShortGIEnable 1.3.6.1.4.1.388.14.3.2.1.11.26.1.1
Enable/Disable short guard interval.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadio11nAmpduMinSpacing 1.3.6.1.4.1.388.14.3.2.1.11.26.1.2
The minimum spacing between the start of adjacent MPDUs within an A-MPDU.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noRestriction(1), oneFourthMicrosec(2), oneHalfMicrosec(3), oneMicrosec(4), twoMicrosec(5), fourMicrosec(6), eightMicrosec(7)  

wsCcRfRadio11nAmpduRxLimit 1.3.6.1.4.1.388.14.3.2.1.11.26.1.3
The maximum length of A-MPDU that the radio can receive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER size8191(1), size16383(2), size32767(3), size65535(4)  

wsCcRfRadio11nAmpduTxLimit 1.3.6.1.4.1.388.14.3.2.1.11.26.1.4
The maximum length of A-MPDU that the radio can send.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfRadio11nAmpduTxEnable 1.3.6.1.4.1.388.14.3.2.1.11.26.1.5
Enable/Disable transmission of A-MPDU.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefault11nTable 1.3.6.1.4.1.388.14.3.2.1.11.27
This table lists the default setting for all supported 11n radios for this wireless switch. A row in this table is an extension of a row in wsCcRfRadioDefaultTable with the relationship being sparse.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefault11nEntry

wsCcRfRadioDefault11nEntry 1.3.6.1.4.1.388.14.3.2.1.11.27.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefault11nEntry  

wsCcRfRadioDefault11nShortGIEnable 1.3.6.1.4.1.388.14.3.2.1.11.27.1.1
Enable/Disable short guard interval.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioDefault11nAmpduMinSpacing 1.3.6.1.4.1.388.14.3.2.1.11.27.1.2
The minimum spacing between the start of adjacent MPDUs within an A-MPDU.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noRestriction(1), oneFourthMicrosec(2), oneHalfMicrosec(3), oneMicrosec(4), twoMicrosec(5), fourMicrosec(6), eightMicrosec(7)  

wsCcRfRadioDefault11nAmpduRxLimit 1.3.6.1.4.1.388.14.3.2.1.11.27.1.3
The maximum length of A-MPDU that the radio can receive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER size8191(1), size16383(2), size32767(3), size65535(4)  

wsCcRfRadioDefault11nAmpduTxLimit 1.3.6.1.4.1.388.14.3.2.1.11.27.1.4
The maximum length of A-MPDU that the radio can send.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfRadioDefault11nAmpduTxEnable 1.3.6.1.4.1.388.14.3.2.1.11.27.1.5
Enable/Disable transmission of A-MPDU.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRadioChannelPower11nTable 1.3.6.1.4.1.388.14.3.2.1.11.28
This table lists the channel/power/placement properties of 11n radio. A row in this table is an extension of a row in wsCcRfRadioChannelPowerTable with the relationship being sparse.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioChannelPower11nEntry

wsCcRfRadioChannelPower11nEntry 1.3.6.1.4.1.388.14.3.2.1.11.28.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioChannelPower11nEntry  

wsCcRfRadioCp11nChannelWidth 1.3.6.1.4.1.388.14.3.2.1.11.28.1.1
The channel width. This object is for 11n radio when wsCcRfRadioCpChannelMode is 'random' or 'acs'. Values of channel width are: 20 MHz - The Legacy mode, single channel is used 40 MHz - Primary and secondary channel chosen The default channel width is 40 MHz.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER twentyMHz(1), fortyMHz(2)  

wsCcRfRadioCp11nSecondaryChannel 1.3.6.1.4.1.388.14.3.2.1.11.28.1.2
The choice for secondary channel. This object is for 11n radio when wsCcRfRadioCpChannelMode is 'fixed'. Values of secondary channel are: none - 20 MHz channel width is used. upper - The upper adjacent channel is used thereby doubling the channel width lower - The lower adjacent channel is used thereby doubling the channel width. The default value is 'none'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), upper(2), lower(3)  

wsCcRfRadioDefaultChannelPower11nTable 1.3.6.1.4.1.388.14.3.2.1.11.29
This table lists the default channel/power/placement properties of 11n radio. A row in this table is an extension of a row in wsCcRfRadioDefaultChannelPowerTable with the relationship being sparse.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRadioDefaultChannelPower11nEntry

wsCcRfRadioDefaultChannelPower11nEntry 1.3.6.1.4.1.388.14.3.2.1.11.29.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRadioDefaultChannelPower11nEntry  

wsCcRfRadioDefaultCp11nChannelWidth 1.3.6.1.4.1.388.14.3.2.1.11.29.1.1
The default channel width. This object is for 11n radio when wsCcRfRadioDefaultCpChannelMode is 'random' or 'acs'. Values of channel width are: 20 MHz - The Legacy mode, single channel is used 40 MHz - Primary and secondary channel chosen The default channel width is 40 MHz.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER twentyMHz(1), fortyMHz(2)  

wsCcRfMus 1.3.6.1.4.1.388.14.3.2.1.12
OBJECT IDENTIFIER    

wsCcRfMuCnt 1.3.6.1.4.1.388.14.3.2.1.12.1
Number of rows in the wsCcRfMuTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuLastMac 1.3.6.1.4.1.388.14.3.2.1.12.2
This scalar records the MAC address of the most recent mu to be associated/disassociated.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuTable 1.3.6.1.4.1.388.14.3.2.1.12.3
This table describes general information about each MU serviced by the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuEntry

wsCcRfMuEntry 1.3.6.1.4.1.388.14.3.2.1.12.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuEntry  

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

wsCcRfMuWlanIndex 1.3.6.1.4.1.388.14.3.2.1.12.3.1.2
(Reserved for future implementation).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

wsCcRfMuRadioIndex 1.3.6.1.4.1.388.14.3.2.1.12.3.1.3
The index of the entry in the wsCcRfRadioTable to which this MU is associated.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfMuVlanIndex 1.3.6.1.4.1.388.14.3.2.1.12.3.1.4
The VLAN that this MU is assigned to.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4096  

wsCcRfMuKeyIndex 1.3.6.1.4.1.388.14.3.2.1.12.3.1.5
The key index using which the MU is sending us frames. Useful when pre-shared keys are used with WEP, as we will know if this MU is
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..3  

wsCcRfMuIpAddr 1.3.6.1.4.1.388.14.3.2.1.12.3.1.6
IP address of the MU.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfMuBSS 1.3.6.1.4.1.388.14.3.2.1.12.3.1.7
The BSSID that this MU is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuAuthMethod 1.3.6.1.4.1.388.14.3.2.1.12.3.1.8
Authentication method implemented by the MU.
Status: current Access: read-only
OBJECT-TYPE    
  AuthType  

wsCcRfMuEncMethod 1.3.6.1.4.1.388.14.3.2.1.12.3.1.9
Encryption method implemented by the MU.
Status: current Access: read-only
OBJECT-TYPE    
  EncType  

wsCcRfMuRadioType 1.3.6.1.4.1.388.14.3.2.1.12.3.1.10
Radio type of the MU.
Status: current Access: read-only
OBJECT-TYPE    
  RadioType  

wsCcRfMuPowerMode 1.3.6.1.4.1.388.14.3.2.1.12.3.1.11
Power-mode implemented by the MU. A MU's status will constantly switch between PSP and CAM mode when it is in PSP mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER continuousAccessMode(1), powerSavePolling(2)  

wsCcRfMuSupportedRates 1.3.6.1.4.1.388.14.3.2.1.12.3.1.12
A bit-mask of rates supported by this MU.
Status: current Access: read-only
OBJECT-TYPE    
  TransmitRate  

wsCcRfMuVoice 1.3.6.1.4.1.388.14.3.2.1.12.3.1.13
Whether this MU has registered itself as voice-capable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER data(1), voice(2)  

wsCcRfMuIsDataReady 1.3.6.1.4.1.388.14.3.2.1.12.3.1.14
This value is true if the wireless switch is ready to forward/switch packets to/from this MU, (internally called the 'data ready' state). Otherwise this value is false.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcRfMuRogueApEna 1.3.6.1.4.1.388.14.3.2.1.12.3.1.15
If true, this MU supports Rogue AP detection assist algorithm.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcRfMuIsWmm 1.3.6.1.4.1.388.14.3.2.1.12.3.1.16
If the MU is using WMM
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcRfMuRoamCount 1.3.6.1.4.1.388.14.3.2.1.12.3.1.17
Number of times the mu has roamed without de-authentication.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuLastHeard 1.3.6.1.4.1.388.14.3.2.1.12.3.1.18
Timeticks since last heard from MU.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfMuDisassociateNow 1.3.6.1.4.1.388.14.3.2.1.12.3.1.19
Setting this value to one initiates the action to disassociate the MU.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfMuTunnelIndex 1.3.6.1.4.1.388.14.3.2.1.12.3.1.20
The tunnel identifier for this MU.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32  

wsCcRfMuQosInfo 1.3.6.1.4.1.388.14.3.2.1.12.3.1.21
UAPSD parameters for a given MU. Has the following bit values : Bit 0 - UAPSD enabled for Voice AC Bit 1 - UAPSD enabled for Video AC Bit 2 - UAPSD enabled for Best-Effort AC Bit 3 - UAPSD enabled for Background AC Bits 4-5 - UAPSD service period ( 00 - unlimited, 01 - 2 packets, 10 - 4 packets, 11 - 6 packets ).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..63  

wsCcRfMuLastAssoc 1.3.6.1.4.1.388.14.3.2.1.12.3.1.22
Number of seconds elapsed since the last association.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuSessionTimeout 1.3.6.1.4.1.388.14.3.2.1.12.3.1.23
Session Timeout
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuIdleTimeout 1.3.6.1.4.1.388.14.3.2.1.12.3.1.24
Idle Timeout
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuRoleName 1.3.6.1.4.1.388.14.3.2.1.12.3.1.25
The name of the role that this MU is assigned with
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfMuGroup 1.3.6.1.4.1.388.14.3.2.1.12.3.1.26
Radius user group to which the MU belongs to
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfMuLocation 1.3.6.1.4.1.388.14.3.2.1.12.3.1.27
MU is connected from which zone. This information will be provided by SOLE engine.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfMuLockOutNow 1.3.6.1.4.1.388.14.3.2.1.12.3.1.28
Setting this object to one(1) initiates the action to disassociate the MU and set the MAC filter (i.e. associate the ACL) for this MU in one shot.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfMuHistoryTable 1.3.6.1.4.1.388.14.3.2.1.12.4
Description.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuHistoryEntry

wsCcRfMuHistoryEntry 1.3.6.1.4.1.388.14.3.2.1.12.4.1
Description.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuHistoryEntry  

wsCcRfMuHistoryIndex 1.3.6.1.4.1.388.14.3.2.1.12.4.1.1
Simple Index
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

wsCcRfMuHistoryMac 1.3.6.1.4.1.388.14.3.2.1.12.4.1.2
MAC address of MU
Status: deprecated Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuHistoryRadioIndex 1.3.6.1.4.1.388.14.3.2.1.12.4.1.3
Index of Radio
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..2000  

wsCcRfMuHistoryWlanIndex 1.3.6.1.4.1.388.14.3.2.1.12.4.1.4
Index of Wlan
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

wsCcRfMuHistoryTimestamp 1.3.6.1.4.1.388.14.3.2.1.12.4.1.5
The event happened wsCcRfMuHistoryTimestamp seconds ago
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuHistoryEvent 1.3.6.1.4.1.388.14.3.2.1.12.4.1.6
Event: Adoption, disassociation or timeout.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER adoption(1), disassociation(2), timeout(3)  

wsCfRfMuProbeHistoryTable 1.3.6.1.4.1.388.14.3.2.1.12.5
Description.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCfRfMuProbeHistoryEntry

wsCfRfMuProbeHistoryEntry 1.3.6.1.4.1.388.14.3.2.1.12.5.1
Description.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCfRfMuProbeHistoryEntry  

wsCfRfMuProbeHistoryMac 1.3.6.1.4.1.388.14.3.2.1.12.5.1.1
Description.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCfRfMuProbeHistoryIndex 1.3.6.1.4.1.388.14.3.2.1.12.5.1.2
Simple Index
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

wsCfRfMuProbeHistoryTimeticks 1.3.6.1.4.1.388.14.3.2.1.12.5.1.4
Date and Time
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCfRfMuProbeHistorySignalStrength 1.3.6.1.4.1.388.14.3.2.1.12.5.1.5
It is not yet decided if this will be reported in db or rssi
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCfRfMuProbeHeardRadio 1.3.6.1.4.1.388.14.3.2.1.12.5.1.6
Index of the heard radio.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wsCcRfMuProbeRequestsAgeHeardOut 1.3.6.1.4.1.388.14.3.2.1.12.6
Range is from 15 secs - 15 minutes
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 15..900  

wsCcRfMuHistoryEnable 1.3.6.1.4.1.388.14.3.2.1.12.7
Enable / disable MU history data collection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfMuHistoryClear 1.3.6.1.4.1.388.14.3.2.1.12.8
Clears the entries in the MU History table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfMuProbeHistoryEnable 1.3.6.1.4.1.388.14.3.2.1.12.9
Enable / disable MU probe history data collection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfMuProbeHistoryClear 1.3.6.1.4.1.388.14.3.2.1.12.10
Clears the entries in the MU Probe History table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfMuProbeConfigTable 1.3.6.1.4.1.388.14.3.2.1.12.11
Table to configure MUs that have to be tracked for probe history status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuProbeConfigEntry

wsCcRfMuProbeConfigEntry 1.3.6.1.4.1.388.14.3.2.1.12.11.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuProbeConfigEntry  

wsCcRfMuProbeConfigIndex 1.3.6.1.4.1.388.14.3.2.1.12.11.1.1
Simple index
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..100  

wsCcRfMuProbeConfigMac 1.3.6.1.4.1.388.14.3.2.1.12.11.1.2
MAc address of MU to be tracked
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuProbeConfigStatus 1.3.6.1.4.1.388.14.3.2.1.12.11.1.3
Set tracking on or off for particular MU
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inUse(1), notInUse(2)  

wsCcRfMuProbeStatusTable 1.3.6.1.4.1.388.14.3.2.1.12.12
Status of MU probe history
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuProbeStatusEntry

wsCcRfMuProbeStatusEntry 1.3.6.1.4.1.388.14.3.2.1.12.12.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuProbeStatusEntry  

wsCcRfMuProbeStatusIndex 1.3.6.1.4.1.388.14.3.2.1.12.12.1.1
Simple Index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

wsCcRfMuProbeStatusMac 1.3.6.1.4.1.388.14.3.2.1.12.12.1.2
Mac Address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuProbeStatusTimeticks 1.3.6.1.4.1.388.14.3.2.1.12.12.1.4
Date and Time
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuProbeStatusSignalStrength 1.3.6.1.4.1.388.14.3.2.1.12.12.1.5
It is not yet decided if this will be reported in db or rssi
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfMuProbeStatusHeardRadio 1.3.6.1.4.1.388.14.3.2.1.12.12.1.6
Index of the heard radio.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wsCcRfMuHistoryStatusMac 1.3.6.1.4.1.388.14.3.2.1.12.13
The Mac addres which the user want to view the history status
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuHistoryStatusTable 1.3.6.1.4.1.388.14.3.2.1.12.14
wsCcRfMuHistoryStatusTable, the procedure to view the table will be: 1.set the Mac address you are interested in wsCcRfMuHistoryStatusMac 2.do a walk of the table, and it will show you the history of that MU
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuHistoryStatusEntry

wsCcRfMuHistoryStatusEntry 1.3.6.1.4.1.388.14.3.2.1.12.14.1
wsCcRfMuHistoryStatusEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuHistoryStatusEntry  

wsCcRfMuHistoryStatusIndex 1.3.6.1.4.1.388.14.3.2.1.12.14.1.1
Simple index of wsCcRfMuHistoryStatusTable
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..10  

wsCcRfMuHistoryStatusRadioIndex 1.3.6.1.4.1.388.14.3.2.1.12.14.1.2
Index of Radio
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8192  

wsCcRfMuHistoryStatusWlanIndex 1.3.6.1.4.1.388.14.3.2.1.12.14.1.3
Index of Wlan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfMuHistoryStatusTimestamp 1.3.6.1.4.1.388.14.3.2.1.12.14.1.4
The event happened wsCcRfMuHistoryTimestamp seconds ago
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfMuHistoryStatusEvent 1.3.6.1.4.1.388.14.3.2.1.12.14.1.5
Event: Adoption, disassociation or timeout
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER adoption(1), disassociation(2), timeout(3)  

wsCcRfMuLocationing 1.3.6.1.4.1.388.14.3.2.1.12.15
OBJECT IDENTIFIER    

wsCcRfMuLocationingPreferredTable 1.3.6.1.4.1.388.14.3.2.1.12.15.1
Table having MAC addresses of the preferred MUs. Locationing information for these MUs would be captured/reported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuLocationingPreferredEntry

wsCcRfMuLocationingPreferredEntry 1.3.6.1.4.1.388.14.3.2.1.12.15.1.1
An entry for the MU locationing Preferred table
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuLocationingPreferredEntry  

wsCcRfMuLocationingPreferredIndex 1.3.6.1.4.1.388.14.3.2.1.12.15.1.1.1
Index of the row
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..512  

wsCcRfMuLocationingPreferredMuMac 1.3.6.1.4.1.388.14.3.2.1.12.15.1.1.2
MAC address of the MU
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuLocationingPreferredRowStatus 1.3.6.1.4.1.388.14.3.2.1.12.15.1.1.3
Row Status
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfMuLocationingTable 1.3.6.1.4.1.388.14.3.2.1.12.15.2
Table giving locationing information about the various MUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuLocationingEntry

wsCcRfMuLocationingEntry 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1
An entry in MU Locationing Table
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuLocationingEntry  

wsCcRfMuLocationingIndex 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.1
Index of the row
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2560  

wsCcRfMuLocationingMuMac 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.2
MAC address of the MU
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuLocationingRadioMac 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.3
The MAC address of the radio that heard the Probe Request from the MU
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuLocationingSignalStrength 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.4
The received Signal Strength in dBm
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfMuLocationingHeardChannel 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.5
Channel on which the MU Probe Request was heard
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfMuLocationingHeardTime 1.3.6.1.4.1.388.14.3.2.1.12.15.2.1.6
Time in timeticks (since boot), when the MU Probe Request was heard
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfMuLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.12.15.3
Enable/Disable MU locationing.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfMuLocationingMaxMus 1.3.6.1.4.1.388.14.3.2.1.12.15.4
Maximum number of MUs for MU locationing table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..512  

wsCcRfMuLocationingWindowTime 1.3.6.1.4.1.388.14.3.2.1.12.15.5
Time window in seconds to collect the MU probe requests for a MU-Radio pair
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..60  

wsCcRfMuLocationingNumMu 1.3.6.1.4.1.388.14.3.2.1.12.15.6
Current number of MUs in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfMuLocationingClear 1.3.6.1.4.1.388.14.3.2.1.12.15.7
Erase the MU locationing Table.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfMuRateLimiting 1.3.6.1.4.1.388.14.3.2.1.12.16
OBJECT IDENTIFIER    

wsCcRfMuRateLimitingUp 1.3.6.1.4.1.388.14.3.2.1.12.16.1
Rate limit in uplink direction, from wireless client to network. The rate is in the range of <100-100000> kbps. The value 0 means that rate limiting is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 100..100000  

wsCcRfMuRateLimitingDown 1.3.6.1.4.1.388.14.3.2.1.12.16.2
Rate limit in downlink direction, from network to wireless client. The rate is in the range of <100-100000> kbps. The value 0 means that rate limiting is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 100..100000  

wsCcRfMuLoadBalancingMethod 1.3.6.1.4.1.388.14.3.2.1.12.17
Configure the MUs to be load balanced by user count or by by radio throughput threshold.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER byCount(1), byThroughput(2)  

wsCcRfWlan 1.3.6.1.4.1.388.14.3.2.1.14
OBJECT IDENTIFIER    

wsCcRfWlanTable 1.3.6.1.4.1.388.14.3.2.1.14.1
Table of wireless LANs on the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanEntry

wsCcRfWlanEntry 1.3.6.1.4.1.388.14.3.2.1.14.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanEntry  

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

wsCcRfWlanEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.2
Enable/Disable wireless Lan. If this wlan is referenced by wsCcRfRadioBssWlanMap, a set to disabled mode will fail.
Status: current Access: read-write
OBJECT-TYPE    
  StaticRowEnable  

wsCcRfWlanDescr 1.3.6.1.4.1.388.14.3.2.1.14.1.1.3
Description the Wlan.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

wsCcRfWlanEssid 1.3.6.1.4.1.388.14.3.2.1.14.1.1.4
ESSID of the WLAN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wsCcRfWlanVlan 1.3.6.1.4.1.388.14.3.2.1.14.1.1.5
The Vlan this Wlan is associated with. If not associated with any Vlan, this value will be 0. This object's functionality has now been replaced with wsCcRfWlanVlanTable, which allows to configure upto 32 VLANs per WLAN.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

wsCcRfWlanDisallowMuToMu 1.3.6.1.4.1.388.14.3.2.1.14.1.1.6
Set to true to prohibit MU-to-MU communication.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanSecBeacon 1.3.6.1.4.1.388.14.3.2.1.14.1.1.7
Enable the Secure Beacon checkbox to disallow the Access Port from broadcasting an ESSID in its beacons. This is a safeguard to prevent intruders from tapping into the WLAN. Consider this security measure for a private, corporate network.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanVoicePrioritization 1.3.6.1.4.1.388.14.3.2.1.14.1.1.8
Enable voice prioritization.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAnswerBroadcastEss 1.3.6.1.4.1.388.14.3.2.1.14.1.1.9
Answer broadcast ESS.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanMulticastAddr1 1.3.6.1.4.1.388.14.3.2.1.14.1.1.10
Multicast address 1.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanMulticastAddr2 1.3.6.1.4.1.388.14.3.2.1.14.1.1.11
Multicast address 2.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanWeight 1.3.6.1.4.1.388.14.3.2.1.14.1.1.12
The weight to be used when QoS for all WLANs is set to weighted-round-robin. Note that the sum of all weights across all WLANs need not total 100.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfWlanWmmEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.13
Enable/Disable WMM on this wireless LAN
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanSvpEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.14
Enable/Disable support for Spectralink Voice Prioritization on this wireless LAN
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAuthentication 1.3.6.1.4.1.388.14.3.2.1.14.1.1.15
If auth802dot1xEap, additional EAP settings for this WLAN will be used from the matching entry in the wireless authentication.
Status: current Access: read-write
OBJECT-TYPE    
  AuthType  

wsCcRfWlanEncryptionMap 1.3.6.1.4.1.388.14.3.2.1.14.1.1.16
** this needs to be a bitmap of enc types ** If cryptoWep64 or cryptoWep128, additional WEP settings for this WLAN will be used from the matching entry in the ccWlanCryptoWepTable. Likewise, if cryptoWpaTkip, use the settings in the matching entry in the ccWlanCryptoWpaTable. Likewise, if cryptoKeyguardMcm, use the settings in the matching entry in the ccWlanCryptoKeyguardTable.
Status: current Access: read-write
OBJECT-TYPE    
  EncMap  

wsCcRfWlanBcastEnc 1.3.6.1.4.1.388.14.3.2.1.14.1.1.17
The broadcast encryption type in use on a WLAN. In most cases it is same as the unicast encryption type. When multiple encryption types are supported (TKIP+CCMP) it is usually the lowest encryption type.
Status: current Access: read-only
OBJECT-TYPE    
  EncType  

wsCcRfWlanNumRadiosAdopted 1.3.6.1.4.1.388.14.3.2.1.14.1.1.18
Number of radios adopted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfWlanUseDscp 1.3.6.1.4.1.388.14.3.2.1.14.1.1.19
Use Dscp when tagged.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanMuIdleTime 1.3.6.1.4.1.388.14.3.2.1.14.1.1.20
The number of seconds for which if the switch does not receive/send any data frames from/to an MU, it disassociates the MU. If an MU roams away from an access point without disassociating, this timeout helps the switch determine that the MU is gone, and clear resources allocated for that MU.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..86400  

wsCcRfWlanMobilityEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.21
Description.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanGRETunnelIdx 1.3.6.1.4.1.388.14.3.2.1.14.1.1.22
Description.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..32  

wsCcRfWlanGRETunnelGatewayIp 1.3.6.1.4.1.388.14.3.2.1.14.1.1.23
Description.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanGRETunnelGatewayMask 1.3.6.1.4.1.388.14.3.2.1.14.1.1.24
Description.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanMuToMu 1.3.6.1.4.1.388.14.3.2.1.14.1.1.25
States the mode of operation for MU-to-MU communications in the wireless switch. drop(1): traffic is not relayed to other MUs. allow(2): traffic is relayed to other MUs. The value switchToWired(3) is deprecated. Using switchToWired(3) is identical in behavior to the value allow(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), allow(2), switchToWired(3)  

wsCcRfWlanQosPrioritization 1.3.6.1.4.1.388.14.3.2.1.14.1.1.26
Sets the prioritization of the WLAN for QoS purposes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoWmm(1), voice(2), video(3), normal(4), low(5)  

wsCcRfWlanDynamicVlanAssignment 1.3.6.1.4.1.388.14.3.2.1.14.1.1.27
Enables or disables dynamic VLAN assignment for the WLAN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAccountingType 1.3.6.1.4.1.388.14.3.2.1.14.1.1.28
Indicates if the accounting type is Radius, Syslog or turned off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), radius(2), syslog(3)  

wsCcRfWlanSyslogServerIp 1.3.6.1.4.1.388.14.3.2.1.14.1.1.29
IP Address of the Syslog server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanSyslogServerPort 1.3.6.1.4.1.388.14.3.2.1.14.1.1.30
Port of the Syslog Server
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

wsCcRfWlanNacMode 1.3.6.1.4.1.388.14.3.2.1.14.1.1.31
Set NAC mode to 1. Do NAC validation for all MU's except one in exclude list 2. By pass NAC validation for all MU's but include those that are in include list 3. No NAC operation. Go thru RADIUS server if authentication is set to EAP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER doNacExceptExcludeList(1), bypassNacExceptIncludeList(2), none(3)  

wsCcRfWlanQosWeight 1.3.6.1.4.1.388.14.3.2.1.14.1.1.32
Sets the weight of a WLAN.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

wsCcRfWlanHoldTime 1.3.6.1.4.1.388.14.3.2.1.14.1.1.33
Hold time in seconds. The user credentials would hold for this much time when it leaves or roams away.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

wsCcRfWlanIndependentModeEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.34
If true, it means that the Independent mode for this WLAN is enabled. That allows it to be used by AAPs. A false value means that the WLAN is in 'regular' mode and cannot be used for AAPs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanClientBridgeBackhaulEnable 1.3.6.1.4.1.388.14.3.2.1.14.1.1.35
Enable client bridge backhaul. Requires wsCcRfWlanIndependentModeEnable to be True for this flag to be enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAuth 1.3.6.1.4.1.388.14.3.2.1.14.2
OBJECT IDENTIFIER    

wsCcRfWlanAuthEapTable 1.3.6.1.4.1.388.14.3.2.1.14.2.1
Table of EAP authentication settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanAuthEapEntry

wsCcRfWlanAuthEapEntry 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanAuthEapEntry  

wsCcRfWlanAuthEapRadiusServerIp1 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.1
IP address of the 1st RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapRadiusServerPort1 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.2
Port number of the 1st RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wsCcRfWlanAuthEapRadiusServerSecret1 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.3
Shared secret of the 1st RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfWlanAuthEapRadiusServerIp2 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.4
IP address of the 2nd RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapRadiusServerPort2 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.5
Port number of the 2nd RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wsCcRfWlanAuthEapRadiusServerSecret2 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.6
Shared secret of the 2nd RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfWlanAuthEapSuppRetries 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.7
Supplicant max retries.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

wsCcRfWlanAuthEapSuppTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.8
Supplicant timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..300  

wsCcRfWlanAuthEapServerRetries 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.9
Server max retries.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

wsCcRfWlanAuthEapServerTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.10
Server timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..300  

wsCcRfWlanAuthEapReauth 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.11
Enable reauthentication.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAuthEapReauthTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.12
Reauthentication timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30..65535  

wsCcRfWlanAuthEapAuthProtocol 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.13
The authentication protocol to be used, PAP or CHAP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pap(1), chap(2)  

wsCcRfWlanAuthEapDscpTos 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.14
DSCP or TOS value to be used (between 0 and 63).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

wsCcRfWlanAuthEapAccountingMode 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.15
Indicates if mode of accounting is one of: Start-Stop, Start-only or Start-interim-Stop
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER startStop(1), stopOnly(2), startInterimStop(3)  

wsCcRfWlanAuthEapInterimAcctInterval 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.16
Interval for interim accounting
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 60..86400  

wsCcRfWlanAuthEapAcctTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.17
Timeout value for accounting option
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..300  

wsCcRfWlanAuthEapAcctRetries 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.18
Number of accounting retries
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..100  

wsCcRfWlanAuthPrimaryServer 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.19
IP Address of the Primary Accounting Server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapSecondaryServer 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.20
IP Address of the Secondary Accounting Server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapPrimarySrvrPort 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.21
Port Number of the Primary Server
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

wsCcRfWlanAuthEapSecondarySrvrPort 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.22
Port Number of the Secondary Server
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

wsCcRfWlanAuthEapPrimarySecret 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.23
Shared secret of the Primary Accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..127)  

wsCcRfWlanAuthEapSecondarySecret 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.24
Shared secret of the Secondary Accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..127)  

wsCcRfWlanAuthEapRadiusMacAuthFormat 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.25
The format of the MAC address to be sent to a RADIUS server when using MAC authentication: no-delim: No Delimiter - AABBCCDDEEFF pair-colon: Colon Delmilter per Pair - AA:BB:CC:DD:EE:FF pair-dash: Dash Delimiter per Pair - AA-BB-CC-DD-EE-FF quad-dot: Dot Delimiter per Four Hex - AABB.CCDD.EEFF middle-dash: Dash Delmiter in the middle - AABBCC-DDEEFF
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noDelim(1), pairColon(2), pairDash(3), quadDot(4), middleDash(5)  

wsCcRfWlanAuthEapAapProxyRadiusEnable 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.26
Enable proxying AAP radius requests.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAuthEapRadiusDynamicAuthEnable 1.3.6.1.4.1.388.14.3.2.1.14.2.1.1.27
Enable support for Radius Dynamic Authorization extensions such as Disconnect Message, and Change-Of-Authorization, as described in RFC 3576
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanAuthKerberosTable 1.3.6.1.4.1.388.14.3.2.1.14.2.2
Table of Kerberos authentication settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanAuthKerberosEntry

wsCcRfWlanAuthKerberosEntry 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanAuthKerberosEntry  

wsCcRfwlanAuthKerbRealm 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.1
Realm name. A realm name functions similarly to a DNS domain name. In theory, the realm name is arbitrary. However, in practice a Kerberos realm is named by uppercasing the DNS domain name that is associated with hosts in the realm.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

wsCcRfWlanAuthKerbPassword 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.2
Password for the Kerberos configuration.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..20)  

wsCcRfWlanAuthKerbKdcServerIp1 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.3
IP address of the 1st Kerberos server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthKerbKdcServerPort1 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.4
Port number of the 1st Kerberos server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wsCcRfWlanAuthKerbKdcServerIp2 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.5
IP address of the 2nd Kerberos server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthKerbKdcServerPort2 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.6
Port number of the 2nd Kerberos server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wsCcRfWlanAuthKerberosServerTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.2.1.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

wsCcRfWlanAuthEapNACServerTable 1.3.6.1.4.1.388.14.3.2.1.14.2.3
Table of Exclude lists EAP authentication settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanAuthEapNACServerEntry

wsCcRfWlanAuthEapNACServerEntry 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanAuthEapNACServerEntry  

wsCcRfWlanAuthEapNACServerIp1 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.1
IP address of the 1st NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapNACServerPort1 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.2
Port number of the 1st NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1024..65535  

wsCcRfWlanAuthEapNACServerSecret1 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.3
Shared secret of the 1st NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfWlanAuthEapNACServerIp2 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.4
IP address of the 2nd NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfWlanAuthEapNACServerPort2 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.5
Port number of the 2nd NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1024..65535  

wsCcRfWlanAuthEapNACServerSecret2 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.6
Shared secret of the 2nd NAC server.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfWlanAuthEapNACServerRetries 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.7
Server max retries.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

wsCcRfWlanAuthEapNACServerTimeout 1.3.6.1.4.1.388.14.3.2.1.14.2.3.1.8
Server timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..300  

wsCcRfWlanEnc 1.3.6.1.4.1.388.14.3.2.1.14.3
OBJECT IDENTIFIER    

wsCcRfWlanEncSkEnable 1.3.6.1.4.1.388.14.3.2.1.14.3.1
Enable/disable Wlan encryption shared-key
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanEncWep64Table 1.3.6.1.4.1.388.14.3.2.1.14.3.2
Table of WEP encryption settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanEncWep64Entry

wsCcRfWlanEncWep64Entry 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanEncWep64Entry  

wsCcRfWlanEncWep64KeyIndex 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1.1
Specifies which WEP key to use.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4  

wsCcRfWlanEncWep64Key1 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1.2
WEP key #1 exactly 5 octets for WEP-64 (40-bit key).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep64Key2 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1.3
WEP key #2 exactly 5 octets for WEP-64 (40-bit key).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep64Key3 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1.4
WEP key #3 exactly 5 octets for WEP-64 (40-bit key).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep64Key4 1.3.6.1.4.1.388.14.3.2.1.14.3.2.1.5
WEP key #4 exactly 5 octets for WEP-64 (40-bit key).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep128KgTable 1.3.6.1.4.1.388.14.3.2.1.14.3.3
Table of WEP encryption settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanEncWep128KgEntry

wsCcRfWlanEncWep128KgEntry 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanEncWep128KgEntry  

wsCcRfWlanEncWep128KgKeyIndex 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1.1
Specifies which WEP key to use.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4  

wsCcRfWlanEncWep128KgKey1 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1.2
WEP key #1 exactly 13 octets for WEP-128 (104-bit key);
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep128KgKey2 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1.3
WEP key #2 exactly 13 octets for WEP-128 (104-bit key);
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep128KgKey3 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1.4
WEP key #3 exactly 13 octets for WEP-128 (104-bit key);
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncWep128KgKey4 1.3.6.1.4.1.388.14.3.2.1.14.3.3.1.5
WEP key #4 exactly 13 octets for WEP-128 (104-bit key);
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncTkipCcmpTable 1.3.6.1.4.1.388.14.3.2.1.14.3.4
Table of Tkip/Ccmp encryption settings for each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanEncTkipCcmpEntry

wsCcRfWlanEncTkipCcmpEntry 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanEncTkipCcmpEntry  

wsCcRfWlanEncTkipCcmpKeyType 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.1
Specify whether to use key or passphrase.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER key(1), passphrase(2)  

wsCcRfWlanEncTkipCcmpPassphrase 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.2
Passphrase.
Status: current Access: read-write
OBJECT-TYPE    
  Password  

wsCcRfWlanEncTkipCcmpKey 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.3
Key.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncTkipCcmpKeyRotation 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.4
A truth-value that indicates whether the group key for a TKIP/CCMP mobile-unit should be periodically rotated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanEncTkipCcmpKeyInterval 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.5
The number of seconds after which the broadcast key of all mobile-units on a particular wireless lan is replaced by a new broadcast key.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1800..86400  

wsCcRfWlanEncTkipCcmpPmkCaching 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.6
Whether IEEE 802.11i PMK caching is enabled. Use of PMK caching allows a mobile-unit to authenticate just once to an AP, even if it roams away from it, and roams back to it. Enabling this feature results in much faster roam times on wireless LANs that use 802.1x authentication.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanEncTkipCcmpOppPmkCaching 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.7
Whether extensions to IEEE 802.11i PMK caching, known as opportunistic PMK caching, are enabled. It extends PMK caching (authenticate once to an AP) to the whole switch (authenticate once to a switch). Enabling this feature results in much faster roam times on wireless LANs that use 802.1x authentication
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanEncTkipCcmpPreauthentication 1.3.6.1.4.1.388.14.3.2.1.14.3.4.1.8
Whether pre-authentication is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWlanEncPhraseToWep 1.3.6.1.4.1.388.14.3.2.1.14.3.5
OBJECT IDENTIFIER    

wsCcRfWlanEncP2WPassphrase 1.3.6.1.4.1.388.14.3.2.1.14.3.5.1
An input to an algorithm used to convert ascii into wep keys.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(4..32)  

wsCcRfWlanEncP2WKey1 1.3.6.1.4.1.388.14.3.2.1.14.3.5.2
Generated Wep128 key #1.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncP2WKey2 1.3.6.1.4.1.388.14.3.2.1.14.3.5.3
Generated Wep128 key #2.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncP2WKey3 1.3.6.1.4.1.388.14.3.2.1.14.3.5.4
Generated Wep128 key #3.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncP2WKey4 1.3.6.1.4.1.388.14.3.2.1.14.3.5.5
Generated Wep128 key #4.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wsCcRfWlanEncP2WClearKeys 1.3.6.1.4.1.388.14.3.2.1.14.3.5.6
Setting this scalar to 1 will clear all wep key fields.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfWlanWmmTable 1.3.6.1.4.1.388.14.3.2.1.14.4
Configuration parameters for 802.11e / Wireless MultiMedia, which control the Quality of Service between the wireless devices on the network
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanWmmEntry

wsCcRfWlanWmmEntry 1.3.6.1.4.1.388.14.3.2.1.14.4.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanWmmEntry  

wsCcRfWlanWmmBeParm 1.3.6.1.4.1.388.14.3.2.1.14.4.1.1
Parameters for the Best Effort QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  WlanWmmConfig  

wsCcRfWlanWmmBkParm 1.3.6.1.4.1.388.14.3.2.1.14.4.1.2
Parameters for the Background QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  WlanWmmConfig  

wsCcRfWlanWmmViParm 1.3.6.1.4.1.388.14.3.2.1.14.4.1.3
Parameters for the Video QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  WlanWmmConfig  

wsCcRfWlanWmmVoParm 1.3.6.1.4.1.388.14.3.2.1.14.4.1.4
Parameters for the Voice QoS category of traffic in an 802.11e network. Prior to setting this field, please be sure to get the current value.
Status: current Access: read-write
OBJECT-TYPE    
  WlanWmmConfig  

wsCcRfWlanCount 1.3.6.1.4.1.388.14.3.2.1.14.5
the current number of wlan in the system
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfWlanClientIncludeListTable 1.3.6.1.4.1.388.14.3.2.1.14.6
Configuration for Include lists and hosts. The host entries existing in this list will go through NAC check if this client include list name is added into WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanClientIncludeListEntry

wsCcRfWlanClientIncludeListEntry 1.3.6.1.4.1.388.14.3.2.1.14.6.1
Include list and host entry contains information about host mac address and mac mask to include for NAC status check.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanClientIncludeListEntry  

wsCcRfWlanClientIncludeListName 1.3.6.1.4.1.388.14.3.2.1.14.6.1.1
Indexed by Include List Names.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

wsCcRfWlanClientIncludeListHostName 1.3.6.1.4.1.388.14.3.2.1.14.6.1.2
String index of Mu host names for the WlanClientIncludeListTable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..21)  

wsCcRfWlanClientIncludeListMAC 1.3.6.1.4.1.388.14.3.2.1.14.6.1.3
Host MAC address. This is a MAC address of the Mobile Units. Example: 00:0A:12:34:BE:OF
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanClientIncludeListMACMask 1.3.6.1.4.1.388.14.3.2.1.14.6.1.4
Host end MAC address. This field is used to specify the range of MAC addresses. Example: 00:0A:12:34:BE:FF
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanClientIncludeListRowStatus 1.3.6.1.4.1.388.14.3.2.1.14.6.1.5
Create or Delete a row from Include list Table.
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfWlanClientExcludeListTable 1.3.6.1.4.1.388.14.3.2.1.14.7
Configuration for Exclude lists and hosts. The host entries existing in this list will not go through NAC check if its associated to the particular WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanClientExcludeListEntry

wsCcRfWlanClientExcludeListEntry 1.3.6.1.4.1.388.14.3.2.1.14.7.1
Exclude list and host entry contains information about host mac address and mac mask to exclude from NAC operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanClientExcludeListEntry  

wsCcRfWlanClientExcludeListName 1.3.6.1.4.1.388.14.3.2.1.14.7.1.1
Indexed by Exclude List Names.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

wsCcRfWlanClientExcludeListHostName 1.3.6.1.4.1.388.14.3.2.1.14.7.1.2
String index of Mu host names for the WlanClientExcludeListTable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..21)  

wsCcRfWlanClientExcludeListMAC 1.3.6.1.4.1.388.14.3.2.1.14.7.1.3
Host MAC address. This is a MAC address of the Mobile Units. Example: 00:0A:12:34:BE:OF
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanClientExcludeListMACMask 1.3.6.1.4.1.388.14.3.2.1.14.7.1.4
Host end MAC address. This field is used to specify the range of MAC addresses. Example: 00:0A:12:34:BE:FF
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfWlanClientExcludeListRowStatus 1.3.6.1.4.1.388.14.3.2.1.14.7.1.5
Create or Delete a row from Exclude list Table.
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfWlanClientListWlanMapTable 1.3.6.1.4.1.388.14.3.2.1.14.8
Configure wlan mapping for this client list. The list could be include or exclude list name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanClientListWlanMapEntry

wsCcRfWlanClientListWlanMapEntry 1.3.6.1.4.1.388.14.3.2.1.14.8.1
This table will allow the user to associate client exclude and include lists to each WLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanClientListWlanMapEntry  

wsCcRfWlanClientListName 1.3.6.1.4.1.388.14.3.2.1.14.8.1.1
Client exclude and include list name(s). This is a read only index which will display all the exclude and include list names created before (in wsCcRfWlanClientIncludeListTable and wsCcRfWlanClientExcludeListTable).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

wsCcRfWlanClientListWlanBitmap 1.3.6.1.4.1.388.14.3.2.1.14.8.1.2
Adding client list (include and exclude list) to wlan(s). This is bitmap value (which is from 1 to maximum wlans ie., 1-256).
Status: current Access: read-write
OBJECT-TYPE    
  MultiPointer256  

wsCcRfWlanVlanTable 1.3.6.1.4.1.388.14.3.2.1.14.9
Table of Vlans assigned to parent Wlan
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWlanVlanEntry

wsCcRfWlanVlanEntry 1.3.6.1.4.1.388.14.3.2.1.14.9.1
An entry in wsCcRfWlanVlanTable
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWlanVlanEntry  

wsCcRfWlanVlanIndex 1.3.6.1.4.1.388.14.3.2.1.14.9.1.1
The numeric vlan ID for this vlan entry, valid range is [ 1, 4094 ].
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4094  

wsCcRfWlanVlanUserLimit 1.3.6.1.4.1.388.14.3.2.1.14.9.1.2
The maximum number of users that can be associated on this VLAN of the WLAN. The value 0 has a special meaning. It means no limit on this VLAN of the WLAN. Other limits, such as maximum number of users per radio, etc, would still apply. Also, the maximum number of users is limited by the maximum number of MUs supported by the wireless switch e.g. 4096 for WS5100, 8192 for RFS7000. The range given here is the upper limit for any WiOS platform.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..8192  

wsCcRfWlanVlanRowStatus 1.3.6.1.4.1.388.14.3.2.1.14.9.1.3
At the time of row-creation, rowStatus is set to createAndGo(4). If user does not wish to have this vlanIndex mapped to a WLAN any more, user deletes the row by setting rowstatus to destroy(6). When a walk is done on this table, it will show one row for each vlan-wlan mapping and the rowStatus of all those rows will be active(1).
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfWlanMaxVlans 1.3.6.1.4.1.388.14.3.2.1.14.10
Maximum number of vlans per wlan.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfWlanVlanLastError 1.3.6.1.4.1.388.14.3.2.1.14.11
The last error message on vlan table operation. It is not cleared.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfWlanBwAllocationEnable 1.3.6.1.4.1.388.14.3.2.1.14.13
Enables or Disables Wlan Bandwidth Allocation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfAssocAcl 1.3.6.1.4.1.388.14.3.2.1.15
OBJECT IDENTIFIER    

wsCcRfMuAssocAclTable 1.3.6.1.4.1.388.14.3.2.1.15.1
A table that allows users to filter MUs that are allowed/denied association to different WLANs based on their MAC address
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfMuAssocAclEntry

wsCcRfMuAssocAclEntry 1.3.6.1.4.1.388.14.3.2.1.15.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfMuAssocAclEntry  

wsCcRfMuAssocAclIndex 1.3.6.1.4.1.388.14.3.2.1.15.1.1.1
Simple index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1000  

wsCcRfMuAssocAclMode 1.3.6.1.4.1.388.14.3.2.1.15.1.1.2
Allow or deny the Mac range specified by wsCcRfWlanMuAclStartingMac and wsCcRfWlanMuAclEndingMac.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER allow(1), deny(2)  

wsCcRfMuAssocAclStartingMac 1.3.6.1.4.1.388.14.3.2.1.15.1.1.3
Starting MAC address in a range or addresses.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuAssocAclEndingMac 1.3.6.1.4.1.388.14.3.2.1.15.1.1.4
Ending MAC address in a range of addresses.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfMuAssocAclWlans 1.1.3.6.1.4.1.388.14.3.2.1.15.1.1.5
The list of WLANs that this ACL rule applies to
Status: current Access: read-create
OBJECT-TYPE    
  MultiPointer64  

wsCcRfMuAssocAclRowStatus 1.3.6.1.4.1.388.14.3.2.1.15.1.1.6
Row status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wsCcRfRap 1.3.6.1.4.1.388.14.3.2.1.16
OBJECT IDENTIFIER    

wsCcRfRapMode 1.3.6.1.4.1.388.14.3.2.1.16.1
Enable/disable rogue AP detection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfRapMaxRogue 1.3.6.1.4.1.388.14.3.2.1.16.2
The maximum number of rows in wsCcRfRapStatusTable
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 1..1000  

wsCcRfRapTimeout 1.3.6.1.4.1.388.14.3.2.1.16.3
The amount of time a rogue AP will remain after it is no longer seen
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfRapCfgTable 1.3.6.1.4.1.388.14.3.2.1.16.4
Configure rogue-ap (ap-detection) parameter
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRapCfgEntry

wsCcRfRapCfgEntry 1.3.6.1.4.1.388.14.3.2.1.16.4.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRapCfgEntry  

wsCcRfRapCfgIndex 1.3.6.1.4.1.388.14.3.2.1.16.4.1.1
Simple index
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..200  

wsCcRfRapCfgAnyMac 1.3.6.1.4.1.388.14.3.2.1.16.4.1.2
any Mac address
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRapCfgMac 1.3.6.1.4.1.388.14.3.2.1.16.4.1.3
Mac address
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapCfgAnySsid 1.3.6.1.4.1.388.14.3.2.1.16.4.1.4
Any ssid
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wsCcRfRapCfgSsid 1.3.6.1.4.1.388.14.3.2.1.16.4.1.5
ssid
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

wsCcRfRapCfgRowStatus 1.3.6.1.4.1.388.14.3.2.1.16.4.1.6
Row status
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wsCcRfRapStatusTable 1.3.6.1.4.1.388.14.3.2.1.16.5
Status of AP assisted approved and un-approved access ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRapStatusEntry

wsCcRfRapStatusEntry 1.3.6.1.4.1.388.14.3.2.1.16.5.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRapStatusEntry  

wsCcRfRapStatusType 1.3.6.1.4.1.388.14.3.2.1.16.5.1.1
Radio type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER rogue(1), approved(2)  

wsCcRfRapStatusMac 1.3.6.1.4.1.388.14.3.2.1.16.5.1.2
Mac address of the access port
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapStatusHeardAp 1.3.6.1.4.1.388.14.3.2.1.16.5.1.3
Index of the heard access port
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..500  

wsCcRfRapStatusChannel 1.3.6.1.4.1.388.14.3.2.1.16.5.1.4
Channel of heard radio
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..512  

wsCcRfRapStatusSsid 1.3.6.1.4.1.388.14.3.2.1.16.5.1.5
Ssid of heard radio
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfRapStatusLastTimeSeen 1.3.6.1.4.1.388.14.3.2.1.16.5.1.6
The number of second(s) ago this ap was last seen.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfRapStatusLastSignal 1.3.6.1.4.1.388.14.3.2.1.16.5.1.7
Last signal level from the radio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapStatusMinSignal 1.3.6.1.4.1.388.14.3.2.1.16.5.1.8
Weakest signal heard from this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapStatusMaxSignal 1.3.6.1.4.1.388.14.3.2.1.16.5.1.9
Strongest signal heard from this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapStatusSumSignal 1.3.6.1.4.1.388.14.3.2.1.16.5.1.10
Sum of all signal values for this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapStatusSignalCount 1.3.6.1.4.1.388.14.3.2.1.16.5.1.11
Number of signal data points for this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wsCcRfRapMuAssistMode 1.3.6.1.4.1.388.14.3.2.1.16.6
Enable mobile-unit assisted scanning
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfRapMuAssistRefreshPeriod 1.3.6.1.4.1.388.14.3.2.1.16.7
The period in seconds with which all scan-capable mobile-units are requested to scan for neighboring APs
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 300..86400  

wsCcRfRUnpprovedApTimeout 1.3.6.1.4.1.388.14.3.2.1.16.8
The amount of time an unapproved AP will remain after it is no longer seen
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

wsCcRfRApprovedApTimeout 1.3.6.1.4.1.388.14.3.2.1.16.9
The amount of time an approved AP will remain after it is no longer seen
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

wsCcRfRapMuAssistTable 1.3.6.1.4.1.388.14.3.2.1.16.10
Status of MU assisted un-approved access ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRapMuAssistEntry

wsCcRfRapMuAssistEntry 1.3.6.1.4.1.388.14.3.2.1.16.10.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRapMuAssistEntry  

wsCcRfRapMuAssistIndex 1.3.6.1.4.1.388.14.3.2.1.16.10.1.1
Simple index of approved and unapproved APs
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wsCcRfRapMuAssistMac 1.3.6.1.4.1.388.14.3.2.1.16.10.1.2
MAC address of the access port
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapMuAssistFoundOnPrtl 1.3.6.1.4.1.388.14.3.2.1.16.10.1.3
Portal with which the MU is associated
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..1000  

wsCcRfRapMuAssistTimestamp 1.3.6.1.4.1.388.14.3.2.1.16.10.1.4
Timestamp at which the radio was last heard
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRapMuAssistSsid 1.3.6.1.4.1.388.14.3.2.1.16.10.1.5
Ssid of heard radio
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfRapMuAssistBss 1.3.6.1.4.1.388.14.3.2.1.16.10.1.6
Bss of the heard radio
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapMuAssistRssi 1.3.6.1.4.1.388.14.3.2.1.16.10.1.7
RSSI of the heard radio
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..256  

wsCcRfRapLocationing 1.3.6.1.4.1.388.14.3.2.1.16.11
OBJECT IDENTIFIER    

wsCcRfRapLocationingTable 1.3.6.1.4.1.388.14.3.2.1.16.11.1
This table gives locationing information about the rogue APs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRapLocationingEntry

wsCcRfRapLocationingEntry 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1
An entry in the rogue AP locationing table
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRapLocationingEntry  

wsCcRfRapLocationingIndex 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.1
Index of the row
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..5000  

wsCcRfRapLocationingAPMac 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.2
MAC address of the rogue AP
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapLocationingRadioMac 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.3
MAC address of the radio which heard this rogue AP beacon
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapLocationingSignalStrength 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.4
Signal Strength in dBm of the beacon from the rogue AP
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapLocationingHeardChannel 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.5
Channel on which the beacon from the rogue AP was heard
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapLocationingHeardTime 1.3.6.1.4.1.388.14.3.2.1.16.11.1.1.6
Time in timeticks (since boot) when the rogue AP beacon was heard
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfRapLocationingEnable 1.3.6.1.4.1.388.14.3.2.1.16.11.2
Enable/Disable rogue AP locationing
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRapLocationingMaxRap 1.3.6.1.4.1.388.14.3.2.1.16.11.3
Maximum number of Rogue APs in the table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..512  

wsCcRfRapLocationingScanInterval 1.3.6.1.4.1.388.14.3.2.1.16.11.4
Time interval between two scans in seconds
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..60  

wsCcRfRapLocationingScanTime 1.3.6.1.4.1.388.14.3.2.1.16.11.5
Duration (dwell time) of scan in milliseconds
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..1000  

wsCcRfRapLocationingChannelSetForRadioA 1.3.6.1.4.1.388.14.3.2.1.16.11.6
Channel Set for 802.11a radio
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wsCcRfRapLocationingChannelSetForRadioBG 1.3.6.1.4.1.388.14.3.2.1.16.11.7
Channel Set for 802.11bg radio
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wsCcRfRapLocationingNumRap 1.3.6.1.4.1.388.14.3.2.1.16.11.8
Current number of Rogue APs in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfRapLocationingClear 1.3.6.1.4.1.388.14.3.2.1.16.11.9
Erase the contents of rogue AP locationing table
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfRapContainment 1.3.6.1.4.1.388.14.3.2.1.16.12
OBJECT IDENTIFIER    

wsCcRfRapContainmentEnable 1.3.6.1.4.1.388.14.3.2.1.16.12.1
Enable Rogue AP Containment
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfRapContainmentInterval 1.3.6.1.4.1.388.14.3.2.1.16.12.2
Set the interval for broadcast 802.11 de-authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 20..5000  

wsCcRfRapContainmentTable 1.3.6.1.4.1.388.14.3.2.1.16.12.3
The table of Rogue AP (MACs) configured for Containment,
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfRapContainmentEntry

wsCcRfRapContainmentEntry 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1
Entries in the Rogue AP Containment Table
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfRapContainmentEntry  

wsCcRfRapContainmentIndex 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1.1
Rogue AP Containment Table Index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfRapContainmentRogueMac 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1.2
BSS MAC of the Rogue AP which is to be Contained.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

wsCcRfRapContainmentFinderCount 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1.3
Indicates the number of finders for a Rogue AP. A Rogue AP report may time out, or the Rogue AP can move to the Approved list. In either case, Containment shall stop for that particular Rogue AP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfRapContainmentRowStatus 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1.4
Row Status (for Rogue AP Containment Table)
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfRapContainmentReportedChannel 1.3.6.1.4.1.388.14.3.2.1.16.12.3.1.5
Channel on which the Rogue Access Point is reported.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfIds 1.3.6.1.4.1.388.14.3.2.1.17
OBJECT IDENTIFIER    

wsCcRfIdsMaxExcsvAssoc 1.3.6.1.4.1.388.14.3.2.1.17.1
Monitor the number of association requests from mobile- units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

wsCcRfIdsMaxExcsvProbes 1.3.6.1.4.1.388.14.3.2.1.17.2
Monitor the number of probe requests from mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

wsCcRfIdsMuFilterAgeOut 1.3.6.1.4.1.388.14.3.2.1.17.3
Set the number of seconds to filter a mobile-unit that set off IDS
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfIdsMax 1.3.6.1.4.1.388.14.3.2.1.17.4
OBJECT IDENTIFIER    

wsCcRfIdsMaxExcsvAssos 1.3.6.1.4.1.388.14.3.2.1.17.4.1
Set the limit on the number of association requests from mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsvProbs 1.3.6.1.4.1.388.14.3.2.1.17.4.2
Set the limit on the number of probe requests from mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsvDisassos 1.3.6.1.4.1.388.14.3.2.1.17.4.3
Set the limit on the number of disassociation requests from mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsvAuthFailures 1.3.6.1.4.1.388.14.3.2.1.17.4.4
Set the limit on the number of authentication failures in mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsvCryptoReplays 1.3.6.1.4.1.388.14.3.2.1.17.4.5
Set the limit on the number of crypto replays in mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsv80211Replays 1.3.6.1.4.1.388.14.3.2.1.17.4.6
Set the limit on the number of 802.11 replays in mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMaxExcsvDecryptFails 1.3.6.1.4.1.388.14.3.2.1.17.4.7
Set the limit on the number of decryption failures in mobile-units.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfIdsAnmly 1.3.6.1.4.1.388.14.3.2.1.17.5
OBJECT IDENTIFIER    

wsCcRfIdsAnmlySrcMacEqDestMac 1.3.6.1.4.1.388.14.3.2.1.17.5.1
When enabled, it carries out anomaly detection where source and destination MAC addresses are same in the frame.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfIdsAnmlyNullDestination 1.3.6.1.4.1.388.14.3.2.1.17.5.2
When enabled, it carries out anomaly detection where the destination MAC is NULL.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfIdsAnmlySrcMulticastMac 1.3.6.1.4.1.388.14.3.2.1.17.5.3
When enabled, it carries out anomaly detection where the source MAC address in the frame is a multicast address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfIdsAnmlyWeakWepIv 1.3.6.1.4.1.388.14.3.2.1.17.5.4
When enabled, it detects the out anomaly where the WEP IV is weak.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wsCcRfIdsStatusFilteredMacMax 1.3.6.1.4.1.388.14.3.2.1.17.6
Set the maximum number of MACs to be filtered for IDS.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsMuFilterAgeOutTime 1.3.6.1.4.1.388.14.3.2.1.17.7
Set the number of seconds to filter a mobile-unit that set off IDS
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

wsCcRfIdsStatusTable 1.3.6.1.4.1.388.14.3.2.1.17.8
A table to track WIDS status for each filtered MAC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfIdsStatusEntry

wsCcRfIdsStatusEntry 1.3.6.1.4.1.388.14.3.2.1.17.8.1
An entry in the wsCcRfIdsStatusTable
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfIdsStatusEntry  

wsCcRfIdsStatusViolatnIndex 1.3.6.1.4.1.388.14.3.2.1.17.8.1.1
The index for this table which tells about at most 100 most recent violations.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

wsCcRfIdsStatusFilteredMuMac 1.3.6.1.4.1.388.14.3.2.1.17.8.1.2
The MAC address of the mobile-unit which is being filtered for WIDS.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfIdsStatusViolatnType 1.3.6.1.4.1.388.14.3.2.1.17.8.1.3
The specific violation type done by the MU, whether a threshold was crossed or an anomaly was detected.
Status: current Access: read-only
OBJECT-TYPE    
  IdsViolationType  

wsCcRfIdsStatusRadioIndex 1.3.6.1.4.1.388.14.3.2.1.17.8.1.4
The radio index where this violation occured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wsCcRfIdsStatusRemainingBlacklistTime 1.3.6.1.4.1.388.14.3.2.1.17.8.1.5
The remaining blacklist time for this mobile-unit which had a WIDS violation.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfIdsStatusRowStatus 1.3.6.1.4.1.388.14.3.2.1.17.8.1.6
The row status for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wsCcRfIdsEventTable 1.3.6.1.4.1.388.14.3.2.1.17.9
An entry in the wsCcRfIdsEventTable
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfIdsEventEntry

wsCcRfIdsEventEntry 1.3.6.1.4.1.388.14.3.2.1.17.9.1
An entry in the wsCcRfMuIdsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfIdsEventEntry  

wsCcRfIdsEventRadioIndex 1.3.6.1.4.1.388.14.3.2.1.17.9.1.1
The radio index where this event last occured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wsCcRfIdsEventType 1.3.6.1.4.1.388.14.3.2.1.17.9.1.2
The event type, which is the index for this table. There are eleven event types enumerated so far and hence this table has eleven rows.
Status: current Access: read-only
OBJECT-TYPE    
  IdsViolationType  

wsCcRfIdsEventLastOccurredTime 1.3.6.1.4.1.388.14.3.2.1.17.9.1.3
Timeticks since the last occurence of this event.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfIdsEventTotalCount 1.3.6.1.4.1.388.14.3.2.1.17.9.1.4
The total count of how many times a given type of event has occurred in the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfIdsEventCountSinceMidnight 1.3.6.1.4.1.388.14.3.2.1.17.9.1.5
A count of how many times a given type of event has occurred in the switch since midnight i.e. 00:00:00 hours.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfIdsClearMuIdsEventEntries 1.3.6.1.4.1.388.14.3.2.1.17.10
A scalar to reset all entries in the wsCcRfIdsMuEventTable to 0
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfIdsEventPeriod 1.3.6.1.4.1.388.14.3.2.1.17.11
The period of time, in seconds, over which the IDS events are observed to check if they exceeded the threshold. For example if this value is set as 5 seconds, the threshold for, say, excessive authentication failures can be, say, 100 event detections per 5 second interval.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..10  

wsCcRfIdsDetectionWindow 1.3.6.1.4.1.388.14.3.2.1.17.12
Number of seconds for detection.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..300  

wsCcRfIdsThresholdsTable 1.3.6.1.4.1.388.14.3.2.1.17.13
Thresholds and filter-ageout for each violation type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfIdsThresholdsEntry

wsCcRfIdsThresholdsEntry 1.3.6.1.4.1.388.14.3.2.1.17.13.1
An entry in the wsCcRfIdsThresholdsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfIdsThresholdsEntry  

wsCcRfIdsThresholdsViolTypeIndex 1.3.6.1.4.1.388.14.3.2.1.17.13.1.1
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IdsViolationType  

wsCcRfIdsThresholdsMu 1.3.6.1.4.1.388.14.3.2.1.17.13.1.2
MU threshold for violation type. Setting the value to 0 will disable the check.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfIdsThresholdsRadio 1.3.6.1.4.1.388.14.3.2.1.17.13.1.3
Radio threshold for violation type. Setting the value to 0 will disable the check.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfIdsThresholdsSwitch 1.3.6.1.4.1.388.14.3.2.1.17.13.1.4
Switch threshold for violation type. Setting the value to 0 will disable the check.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfIdsThresholdsFilterAgeout 1.3.6.1.4.1.388.14.3.2.1.17.13.1.5
Number of seconds to filter for violation type.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..86400  

wsCcRfIdsRadioIndex 1.3.6.1.4.1.388.14.3.2.1.17.14
The radio index where this event last occured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfIdsViolationType 1.3.6.1.4.1.388.14.3.2.1.17.15
The specific type of the IDS violation has occured.
Status: current Access: read-only
OBJECT-TYPE    
  IdsViolationType  

wsCcRfIdsViolCountLastDetWindow 1.3.6.1.4.1.388.14.3.2.1.17.16
The number of IDS violations has occured in the last detection window.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfIdsBadEssidTable 1.3.6.1.4.1.388.14.3.2.1.17.17
Bad Essid Table. To be used for configuring bad essid frame anomaly detection in IDS feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfIdsBadEssidEntry

wsCcRfIdsBadEssidEntry 1.3.6.1.4.1.388.14.3.2.1.17.17.1
A bad essid string entry. Upto 10 are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfIdsBadEssidEntry  

wsCcRfIdsBadEssidIndex 1.3.6.1.4.1.388.14.3.2.1.17.17.1.1
Index of the bad ESSID string.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

wsCcRfIdsBadEssid 1.3.6.1.4.1.388.14.3.2.1.17.17.1.2
Bad ESSID string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

wsCcRfIdsBadEssidRowStatus 1.3.6.1.4.1.388.14.3.2.1.17.17.1.3
Row status: only createAndGo(4) and delete(6) are supported.
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfSelfHealing 1.3.6.1.4.1.388.14.3.2.1.18
OBJECT IDENTIFIER    

wsCcRfSelfHealingNeighborRecoveryEnable 1.3.6.1.4.1.388.14.3.2.1.18.1
Enable/Disable monitoring of APs and attempt to increase coverage on failure.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSelfHealingDetectNeighborNow 1.3.6.1.4.1.388.14.3.2.1.18.2
Disassociate all MUs, clear current neigbors and run a neighbor detection
Status: current Access: read-write
OBJECT-TYPE    
  DoActionShowProgress  

wsCcRfSelfHealingInterferenceAvoidanceEnable 1.3.6.1.4.1.388.14.3.2.1.18.3
Enable/disable interference avoidance.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSelfHealingInterferenceAvoidanceRetriesx10 1.3.6.1.4.1.388.14.3.2.1.18.4
The average number retries (x10) to cause a radio to re-run auto channel selection.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..150  

wsCcRfSelfHealingInterferenceAvoidanceHoldTime 1.3.6.1.4.1.388.14.3.2.1.18.5
The number of seconds to disable interference avoidance after a detection. This prevents a radio from changing channels continuously.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30..65535  

wsCcRfSelfHealingNeighborRadioTable 1.3.6.1.4.1.388.14.3.2.1.18.6
This table stores radio neighbor information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSelfHealingNeighborRadioEntry

wsCcRfSelfHealingNeighborRadioEntry 1.3.6.1.4.1.388.14.3.2.1.18.6.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSelfHealingNeighborRadioEntry  

wsCcRfSelfHealingNeighborRadioIndices 1.3.6.1.4.1.388.14.3.2.1.18.6.1.1
Indices of Neighbor Radios. field octets contents range ----- ------ -------- ----- 1 1-2 Count of indices 0..16 2-17 3-34 Neighbor Radio Indices 0..4096 for each index ---------------------------------------------------------------------------------- | Count (2 octets) | Neighbor Radio Indices ( 2 octets times 16 occurrences | ---------------------------------------------------------------------------------- All octets are in network byte order. Definition of contents: Count of indices: The number of Neighbor Radio Indices following. Neighbor Radios Indices: Each Neighbor Radios Index takes 2 octets. There are 16 Neighbor Radio Indices. Unused Neighbor Radios Indices will have the value zero.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(34)  

wsCcRfSelfHealingMonitoringTable 1.3.6.1.4.1.388.14.3.2.1.18.7
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSelfHealingMonitoringEntry

wsCcRfSelfHealingMonitoringEntry 1.3.6.1.4.1.388.14.3.2.1.18.7.1
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  WsCcRfSelfHealingMonitoringEntry  

wsCcRfSelfHealingMonitoringTransRadio 1.3.6.1.4.1.388.14.3.2.1.18.7.1.1
Index of transmitting radio.
Status: deprecated Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1000  

wsCcRfSelfHealingMonitoringRecvRadio 1.3.6.1.4.1.388.14.3.2.1.18.7.1.2
Index of receiving Radio.
Status: deprecated Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..1000  

wsCcRfSelfHealingMonitoringChannel 1.3.6.1.4.1.388.14.3.2.1.18.7.1.3
Monitoring channel
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSelfHealingMonitoringLastTime 1.3.6.1.4.1.388.14.3.2.1.18.7.1.4
The time of the last beacon heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

wsCcRfSelfHealingMonitoringLastSignal 1.3.6.1.4.1.388.14.3.2.1.18.7.1.5
The dBm signal value of the last beacon heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSelfHealingMonitoringMinSig 1.3.6.1.4.1.388.14.3.2.1.18.7.1.6
The lowest dBm signal value heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSelfHealingMonitoringMaxSig 1.3.6.1.4.1.388.14.3.2.1.18.7.1.7
The highest dBm signal value heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSelfHealingMonitoringSumSig 1.3.6.1.4.1.388.14.3.2.1.18.7.1.8
The sum of all signal values heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSelfHealingMonitoringNumSig 1.3.6.1.4.1.388.14.3.2.1.18.7.1.9
The number of signal values heard
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfHotspot 1.3.6.1.4.1.388.14.3.2.1.19
OBJECT IDENTIFIER    

wsCcRfHotspotTable 1.3.6.1.4.1.388.14.3.2.1.19.1
Configure hotspot related parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfHotspotEntry

wsCcRfHotspotEntry 1.3.6.1.4.1.388.14.3.2.1.19.1.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfHotspotEntry  

wsCcRfHotspotServerIp1 1.3.6.1.4.1.388.14.3.2.1.19.1.1.1
Primary Radius server ip for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfHotspotServerPort1 1.3.6.1.4.1.388.14.3.2.1.19.1.1.2
Primary Radius server port for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1024..65535  

wsCcRfHotspotServerSecret1 1.3.6.1.4.1.388.14.3.2.1.19.1.1.3
Primary Radius server shared secret for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfHotspotServerIp2 1.3.6.1.4.1.388.14.3.2.1.19.1.1.4
Secondary Radius server ip for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfHotspotServerPort2 1.3.6.1.4.1.388.14.3.2.1.19.1.1.5
Secondary Radius server port for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1024..65535  

wsCcRfHotspotServerSecret2 1.3.6.1.4.1.388.14.3.2.1.19.1.1.6
Secondary Radius server shared secret for hotspot authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Password Size(0..127)  

wsCcRfHotspotServerRetries 1.3.6.1.4.1.388.14.3.2.1.19.1.1.7
Number of retries the wireless switch initiates before giving up
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

wsCcRfHotspotServerTimeout 1.3.6.1.4.1.388.14.3.2.1.19.1.1.8
Time the wireless switch waits for a response from the radius server before retrying
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

wsCcRfHotspotPageLocation 1.3.6.1.4.1.388.14.3.2.1.19.1.1.9
The location of the webpages to be used for authentication. These pages can either be hosted on the wireless switch or on an external web server
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER internal(1), external(2)  

wsCcRfHotspotWebsiteType 1.3.6.1.4.1.388.14.3.2.1.19.1.1.10
The website type to be used for authentication. The website can either be hosted on the wireless switch or on an external web server
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER internal(1), external(2), advanced(3)  

wsCcRfHotspotMode 1.3.6.1.4.1.388.14.3.2.1.19.1.1.11
The hotspot mode for a WLAN. This should be set to 'webPortalBased' to use customer-specific portal.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER httpBased(1), webPortalBased(2)  

wsCcRfHotspotLogoutOnClose 1.3.6.1.4.1.388.14.3.2.1.19.1.1.12
This property allows end user to enable/disable user logout on browser close event.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfHotspotMaxLoginAttempts 1.3.6.1.4.1.388.14.3.2.1.19.1.1.13
This property allows end user to specify Maximum login attempts that can be allowed before user is denied any access.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..10  

wsCcRfHotspotRedirectToHostName 1.3.6.1.4.1.388.14.3.2.1.19.1.1.14
Enable or disable the use of hostname/System-Name in the redirection URL instead of the IP address of the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfHotspotSimultaneousUsers 1.3.6.1.4.1.388.14.3.2.1.19.1.1.15
The number of MAC addresses that are allowed to use same username at the same time in hotspot
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4096  

wsCcRfHotspotPageTable 1.3.6.1.4.1.388.14.3.2.1.19.2
Configure hotspot page parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfHotspotPageEntry

wsCcRfHotspotPageEntry 1.3.6.1.4.1.388.14.3.2.1.19.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfHotspotPageEntry  

wsCcRfHotspotPageType 1.3.6.1.4.1.388.14.3.2.1.19.2.1.1
Hotspot page type
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER login(1), welcome(2), fail(3)  

wsCcRfHotspotIntPageTitle 1.3.6.1.4.1.388.14.3.2.1.19.2.1.2
Ascii string that will be in the title of the webpage.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotIntPageHeader 1.3.6.1.4.1.388.14.3.2.1.19.2.1.3
Ascii string that is displayed as a header. (large font, top section) of the webpage.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotIntPageDescr 1.3.6.1.4.1.388.14.3.2.1.19.2.1.4
Ascii string that is displayed as the main body (normal font, middle of page) of the webpage
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotIntPageFooter 1.3.6.1.4.1.388.14.3.2.1.19.2.1.5
Ascii string that is displayed at the footer (smaller font, bottom section) of the webpage
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotIntPageImgUrl1 1.3.6.1.4.1.388.14.3.2.1.19.2.1.6
main image( large size) that will be served up by the local webpage. Appears between the header and description on the webpage.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotIntPageImgUrl2 1.3.6.1.4.1.388.14.3.2.1.19.2.1.7
Small image (thumbnail size) that will be served up by the local webpage. Appears near the footer on the webpage.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotExtPageUrl 1.3.6.1.4.1.388.14.3.2.1.19.2.1.8
Url of external page
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wsCcRfHotspotWhiteIpTable 1.3.6.1.4.1.388.14.3.2.1.19.3
Configure hotspot white list parameters. Users who have not yet authenticated will be allowed access to these IP addresses
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfHotspotWhiteIpEntry

wsCcRfHotspotWhiteIpEntry 1.3.6.1.4.1.388.14.3.2.1.19.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfHotspotWhiteIpEntry  

wsCcRfHotspotWhiteIpRuleIndex 1.3.6.1.4.1.388.14.3.2.1.19.3.1.1
rule index
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..10  

wsCcRfHotspotWhiteIpAddr 1.3.6.1.4.1.388.14.3.2.1.19.3.1.2
White-list IP address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfQos 1.3.6.1.4.1.388.14.3.2.1.20
OBJECT IDENTIFIER    

wsCcRfQosAcTo802dot1pTable 1.3.6.1.4.1.388.14.3.2.1.20.1
The mapping of access categories to 802.1p priorities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfQosAcTo802dot1pEntry

wsCcRfQosAcTo802dot1pEntry 1.3.6.1.4.1.388.14.3.2.1.20.1.1
A single mapping of an access category to 802.1p priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfQosAcTo802dot1pEntry  

wsCcRfQosAcTo802dot1pAccessCategory 1.3.6.1.4.1.388.14.3.2.1.20.1.1.1
An access category.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TrafficIdentifier  

wsCcRfQosAcTo802dot1pPriority 1.3.6.1.4.1.388.14.3.2.1.20.1.1.2
An 802.1p priority tag.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

wsCcRfQos802dot1pToAcTable 1.3.6.1.4.1.388.14.3.2.1.20.2
The mapping of 802.1p priorities to access categories .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfQos802dot1pToAcEntry

wsCcRfQos802dot1pToAcEntry 1.3.6.1.4.1.388.14.3.2.1.20.2.1
A single mapping of an 802.1p priority to an access category.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfQos802dot1pToAcEntry  

wsCcRfQos802dot1pToAcIndex 1.3.6.1.4.1.388.14.3.2.1.20.2.1.1
A simple sequential index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..8  

wsCcRfQos802dot1pToAcPriority 1.3.6.1.4.1.388.14.3.2.1.20.2.1.2
An 802.1p priority tag.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

wsCcRfQos802dot1pToAcAccessCategory 1.3.6.1.4.1.388.14.3.2.1.20.2.1.3
An access category.
Status: current Access: read-write
OBJECT-TYPE    
  TrafficIdentifier  

wsCcRfQosDscpToAcTable 1.3.6.1.4.1.388.14.3.2.1.20.3
The mapping of DSCP values to access categories.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfQosDscpToAcEntry

wsCcRfQosDscpToAcEntry 1.3.6.1.4.1.388.14.3.2.1.20.3.1
A single mapping of a DSCP value to an access category.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfQosDscpToAcEntry  

wsCcRfQosDscpToAcIndex 1.3.6.1.4.1.388.14.3.2.1.20.3.1.1
A simple sequential index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..64  

wsCcRfQosDscpToAcDscp 1.3.6.1.4.1.388.14.3.2.1.20.3.1.2
A DSCP value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..63  

wsCcRfQosDscpToAcAccessCategory 1.3.6.1.4.1.388.14.3.2.1.20.3.1.3
An access category.
Status: current Access: read-write
OBJECT-TYPE    
  TrafficIdentifier  

wsCcRfWiredWebAuth 1.3.6.1.4.1.388.14.3.2.1.21
OBJECT IDENTIFIER    

wsCcRfWiredWebAuthEnable 1.3.6.1.4.1.388.14.3.2.1.21.1
Enabling of wired web authentication.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfWiredWebAuthVlan 1.3.6.1.4.1.388.14.3.2.1.21.2
Assignment of VLAN to the wired web authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

wsCcRfWiredWebAuthWlan 1.3.6.1.4.1.388.14.3.2.1.21.3
Assignment of WLAN to the wired web authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

wsCcRfWiredWebAuthHostEntryDelete 1.3.6.1.4.1.388.14.3.2.1.21.4
Description.Use this object to remove an entry in wsCcRfWiredWebAuthHostTable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfWiredWebAuthHostTable 1.3.6.1.4.1.388.14.3.2.1.21.5
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfWiredWebAuthHostEntry

wsCcRfWiredWebAuthHostEntry 1.3.6.1.4.1.388.14.3.2.1.21.5.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfWiredWebAuthHostEntry  

wsCcRfWiredWebAuthHostIndex 1.3.6.1.4.1.388.14.3.2.1.21.5.1.1
Description. The index for the wsCcRfWiredWebAuthHostTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

wsCcRfWiredWebAuthHostMac 1.3.6.1.4.1.388.14.3.2.1.21.5.1.2
Description.The Mac Address of this wsCcRfWiredWebAuthHostEntry
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfWiredWebAuthHostIp 1.3.6.1.4.1.388.14.3.2.1.21.5.1.3
Description. The IP address of this wsCcRfWiredWebAuthHosEntry
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfWiredWebAuthHostState 1.3.6.1.4.1.388.14.3.2.1.21.5.1.4
Description.The current state of this wsCcRfWiredWebAuthHostEntry
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unused(0), notAuthenticated(5), authenticated(7)  

wsCcRfWiredWebAuthHostVlan 1.3.6.1.4.1.388.14.3.2.1.21.5.1.5
Description.The Vlan assigned to this wsCcRfWiredWebAuthHostEntry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfLldp 1.3.6.1.4.1.388.14.3.2.1.22
OBJECT IDENTIFIER    

wsCcRfLldpName 1.3.6.1.4.1.388.14.3.2.1.22.1
LLDP friendly name to be used in LLDP for adopted radio-ports.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..127)  

wsCcRfLldpApMacAddr 1.3.6.1.4.1.388.14.3.2.1.22.2
The Mac address to be associated with LLDP friendly name.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

wsCcRfLldpNameSet 1.3.6.1.4.1.388.14.3.2.1.22.3
Configure the LLDP friendly name to be used in LLDP for adopted radio-ports. If wsCcRfLldpApMacAddr is not specified, the LLDP friendly name update will be sent to all currently adpoted radio ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), setLldpNames(2)  

wsCcRfLastAlarmEvent 1.3.6.1.4.1.388.14.3.2.1.23
An event which could be one of the following: AP shut down AP channel configuration is changed Interference on current channel is detected Radius authentication server is unreachable/unavailable/unconnected Radius accounting server cannot be connected Portal server is unavailable AP is disconnected from the network
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApExt 1.3.6.1.4.1.388.14.3.2.1.24
OBJECT IDENTIFIER    

wsCcRfApExtTable 1.3.6.1.4.1.388.14.3.2.1.24.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfApExtEntry

wsCcRfApExtEntry 1.3.6.1.4.1.388.14.3.2.1.24.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfApExtEntry  

wsCcRfApExtApMac 1.3.6.1.4.1.388.14.3.2.1.24.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfApExtNetMask 1.3.6.1.4.1.388.14.3.2.1.24.1.1.2
The network mask of this Access port.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfApExtTotalInterfaces 1.3.6.1.4.1.388.14.3.2.1.24.1.1.3
The total number of physical interfaces of this Access port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfApExtApName 1.3.6.1.4.1.388.14.3.2.1.24.1.1.4
The name of the AP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wsCcRfApExtApLocation 1.3.6.1.4.1.388.14.3.2.1.24.1.1.5
The location of the AP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wsCcRfApExtSecureModeSecret 1.3.6.1.4.1.388.14.3.2.1.24.1.1.6
Configure a shared secret for an AP.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

wsCcRfApExtSecureModeEnable 1.3.6.1.4.1.388.14.3.2.1.24.1.1.7
Configure secured mode for this AP. If secure-mode is set to enable it means that the WISP-e for this AP will be secured.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfApExtSecureModeStagingEnable 1.3.6.1.4.1.388.14.3.2.1.24.1.1.8
Configure secure mode staging to an AP. In this mode the switch will send configured shared secret in the clear in the Join response to the AP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfApExtSecureWispeDefSecret 1.3.6.1.4.1.388.14.3.2.1.24.2
Configure default shared secret for secure wisp-e.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

wsCcRfSwitchManufacturer 1.3.6.1.4.1.388.14.3.2.1.25
The manufacturer of the switch or AC (access controller)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfApConvert 1.3.6.1.4.1.388.14.3.2.1.26
OBJECT IDENTIFIER    

wsCcRfApConvertIndex 1.3.6.1.4.1.388.14.3.2.1.26.1
The valid AP index to be converted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfApConvertType 1.3.6.1.4.1.388.14.3.2.1.26.2
Convert AP to default or sensor.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), sensor(2)  

wsCcRfApConvertAction 1.3.6.1.4.1.388.14.3.2.1.26.3
Both wsCcRfApConvertIndex and wsCcRfApConvertType should be properly set before setting this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), doAction(2)  

wsCcRfSensor 1.3.6.1.4.1.388.14.3.2.1.27
OBJECT IDENTIFIER    

wsCcRfSensorRevert 1.3.6.1.4.1.388.14.3.2.1.27.1
OBJECT IDENTIFIER    

wsCcRfSensorRevertIndex 1.3.6.1.4.1.388.14.3.2.1.27.1.1
The valid sensor index to be reverted to AP.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

wsCcRfSensorRevertAction 1.3.6.1.4.1.388.14.3.2.1.27.1.2
wsCcRfSensorRevertIndex should be properly set before setting this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), doAction(2)  

wsCcRfSensorRevertVlan 1.3.6.1.4.1.388.14.3.2.1.27.1.3
Configure vlans where sensors are to be discovered. 0 indicates no vlans exists.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 1..4094  

wsCcRfSensorRevertSensorTable 1.3.6.1.4.1.388.14.3.2.1.27.1.4
This table contains a list of sensors that were previoulsy converted from APs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSensorRevertSensorEntry

wsCcRfSensorRevertSensorEntry 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSensorRevertSensorEntry  

wsCcRfSensorRevertSensorIndex 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1.1
The sensor index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..500  

wsCcRfSensorRevertSensorMac 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1.2
The physical address of this sensor.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfSensorRevertSensorVlan 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1.3
The assinged Vlan ID for this sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSensorRevertSensorIp 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1.4
The IP address of this sensor.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfSensorRevertSensorLastHeard 1.3.6.1.4.1.388.14.3.2.1.27.1.4.1.5
Seconds since last heard from the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfSensorCfg 1.3.6.1.4.1.388.14.3.2.1.27.2
OBJECT IDENTIFIER    

wsCcRfSensorCfgWipsServerPrimaryIp 1.3.6.1.4.1.388.14.3.2.1.27.2.1
The primary IP address of the WIPS server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfSensorCfgWipsServerSecondaryIp 1.3.6.1.4.1.388.14.3.2.1.27.2.2
The secondary IP address of the WIPS server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wsCcRfSmart 1.3.6.1.4.1.388.14.3.2.1.28
OBJECT IDENTIFIER    

wsCcRfSmartEnable 1.3.6.1.4.1.388.14.3.2.1.28.1
OBJECT IDENTIFIER    

wsCcRfSmartEnableSmartRF 1.3.6.1.4.1.388.14.3.2.1.28.1.1
Enable or disable Smart-RF functionality.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableDetectorAssign 1.3.6.1.4.1.388.14.3.2.1.28.1.2
Enable or disable automatic assignment of radio detectors.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableChannelAssign 1.3.6.1.4.1.388.14.3.2.1.28.1.3
Enable or disable automatic assignment of channels to working radios to avoid channel overlap and avoid interference from external RF sources.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnablePowerAssign 1.3.6.1.4.1.388.14.3.2.1.28.1.4
Enable or disable automatic assignment of transmit power.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableRescuerAssign 1.3.6.1.4.1.388.14.3.2.1.28.1.5
Enable or disable automatic assignment of rescuers along with rescuing power.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableFaultyRadioRecover 1.3.6.1.4.1.388.14.3.2.1.28.1.6
Enable or disable monitoring for defective radio and self-healing by its rescuer.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableInterferenceRecover 1.3.6.1.4.1.388.14.3.2.1.28.1.7
Enable or disable monitoring for interference and self-healing it by rescuer.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableCoverageHoleRecover 1.3.6.1.4.1.388.14.3.2.1.28.1.8
Enable or disable monitoring and recovering for coverage hole.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableScheduledCalibration 1.3.6.1.4.1.388.14.3.2.1.28.1.9
Enable or disable scheduled Smart-RF calibration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableVerboseMode 1.3.6.1.4.1.388.14.3.2.1.28.1.10
Enables or disables RF smart verbose mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartEnableExtensiveScanMode 1.3.6.1.4.1.388.14.3.2.1.28.1.11
Enables or disables RF smart extensive scan mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartRadioTable 1.3.6.1.4.1.388.14.3.2.1.28.2
Table of radio specific configuration for Smart-RF Management.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSmartRadioEntry

wsCcRfSmartRadioEntry 1.3.6.1.4.1.388.14.3.2.1.28.2.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSmartRadioEntry  

wsCcRfSmartRadioMac 1.3.6.1.4.1.388.14.3.2.1.28.2.1.1
The MAC address of the radio.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfSmartRadioCfgIndex 1.3.6.1.4.1.388.14.3.2.1.28.2.1.2
The configuration index for this radio.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSmartRadioEnableDetectorLock 1.3.6.1.4.1.388.14.3.2.1.28.2.1.3
Enable or disable radio detector mode lock of this radio.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartRadioEnableChannelLock 1.3.6.1.4.1.388.14.3.2.1.28.2.1.4
Enable or disable channel lock of this radio.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartRadioEnablePowerLock 1.3.6.1.4.1.388.14.3.2.1.28.2.1.5
Enable or disable power lock of this radio.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartRadioEnableRescuerLock 1.3.6.1.4.1.388.14.3.2.1.28.2.1.6
Enable or disable rescuer lock of this radio.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartRadioAntGain 1.3.6.1.4.1.388.14.3.2.1.28.2.1.7
Antenna gain. Please see the definition of RadioAntennaGain for additional information.
Status: current Access: read-write
OBJECT-TYPE    
  RadioAntennaGain  

wsCcRfSmartRadioCovRate 7.1.3.6.1.4.1.388.14.3.2.1.28.2.1.8
The desired coverage rate.
Status: current Access: read-write
OBJECT-TYPE    
  TransmitRate  

wsCcRfSmartRadioSwichIpAddr 1.3.6.1.4.1.388.14.3.2.1.28.2.1.9
The IP Address of the switch this radio is adopted.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfSmartRadioCurrChannel 1.3.6.1.4.1.388.14.3.2.1.28.2.1.10
The current channel (may be different from configured channel due to DFS etc). A value of 0 for this object implies that the radio is not adopted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfSmartRadioCurrPower 1.3.6.1.4.1.388.14.3.2.1.28.2.1.11
The output power level for the radio in dBm. A value of 0 for this object implies that the radio is not adopted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

wsCcRfSmartRadioRetryThrshld 1.3.6.1.4.1.388.14.3.2.1.28.3
Retry threshold is the average number of retries per packet to cause a radio to re-run channel selection. The range in the CLI is 0.0 to 15.0. Since SNMP does not support decimal numbers, the range for this object is 0 to 150 and the set value would be divided by 10 by the smart-rf module.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..150  

wsCcRfSmartRescuerTable 1.3.6.1.4.1.388.14.3.2.1.28.4
Table to assign rescuers for radios. Up to 5 rescuers per radio can be assigned.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSmartRescuerEntry

wsCcRfSmartRescuerEntry 1.3.6.1.4.1.388.14.3.2.1.28.4.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSmartRescuerEntry  

wsCcRfSmartRescuerMac 1.3.6.1.4.1.388.14.3.2.1.28.4.1.1
Radio MAC of rescuer.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfSmartRescuerPowerBoost 1.3.6.1.4.1.388.14.3.2.1.28.4.1.2
Power raised by the rescuer to cover the radio's coverage, if the radio becomes defective.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 4..20  

wsCcRfSmartRescuerAttenuation 1.3.6.1.4.1.388.14.3.2.1.28.4.1.3
Attenuation from the rescuer radio to this radio. This column is optional.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

wsCcRfSmartRescuerRowStatus 1.3.6.1.4.1.388.14.3.2.1.28.4.1.4
The Row status. All columns except wsCcRfSmartRescuerAttenuation must be supplied to create a row. The agent itself may also create and/or delete rows, when Smart-RF calibration runs.
Status: current Access: read-create
OBJECT-TYPE    
  AbbrevRowStatus  

wsCcRfSmartFaultyRadioNumRescuers 1.3.6.1.4.1.388.14.3.2.1.28.5
Number of rescuers to cover a faulty radio.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..5  

wsCcRfSmartCalibration 1.3.6.1.4.1.388.14.3.2.1.28.6
OBJECT IDENTIFIER    

wsCcRfSmartCalibrationSched 1.3.6.1.4.1.388.14.3.2.1.28.6.1
OBJECT IDENTIFIER    

wsCcRfSmartCalibrationSchedStartTime 1.3.6.1.4.1.388.14.3.2.1.28.6.1.1
The start-time of the Smart-RF Calibration schedule. It does not have to be a future time.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

wsCcRfSmartCalibrationSchedIntvl 1.3.6.1.4.1.388.14.3.2.1.28.6.1.2
Smart-RF Calibration schedule interval.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..366  

wsCcRfSmartCalibrationStart 1.3.6.1.4.1.388.14.3.2.1.28.6.2
Start a new Smart-RF calibration. If calibration fails, wsCcRfSmartCalibrationLastFailedReason will have the reason.
Status: current Access: read-write
OBJECT-TYPE    
  DoActionNow  

wsCcRfSmartCalibrationLastFailedReason 1.3.6.1.4.1.388.14.3.2.1.28.6.3
Last calibration failed reason.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfSmartCalibrationStatusMessage 1.3.6.1.4.1.388.14.3.2.1.28.6.4
A message giving the current status of the calibration being performed at the master switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfSmartStatus 1.3.6.1.4.1.388.14.3.2.1.28.7
OBJECT IDENTIFIER    

wsCcRfSmartStatusLastCalStartTime 1.3.6.1.4.1.388.14.3.2.1.28.7.1
The time the last Smart-RF calibration started.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wsCcRfSmartStatusLastCalEndTime 1.3.6.1.4.1.388.14.3.2.1.28.7.2
The time the last Smart-RF calibration ended.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wsCcRfSmartStatusNextCalStartTime 1.3.6.1.4.1.388.14.3.2.1.28.7.3
The time the next Smart-RF calibration starts.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wsCcRfSmartStatusCurrOper 1.3.6.1.4.1.388.14.3.2.1.28.7.4
The current Smart-RF operation being done.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfSmartStatusAssignmentTable 1.3.6.1.4.1.388.14.3.2.1.28.7.5
Table of Smart RF assignment history since last calibration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSmartStatusAssignmentEntry

wsCcRfSmartStatusAssignmentEntry 1.3.6.1.4.1.388.14.3.2.1.28.7.5.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSmartStatusAssignmentEntry  

wsCcRfSmartStatusAssignmentIndex 1.3.6.1.4.1.388.14.3.2.1.28.7.5.1.1
The assignment history sequence number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..5120  

wsCcRfSmartStatusAssignmentEvent 1.3.6.1.4.1.388.14.3.2.1.28.7.5.1.2
Smart RF assignment event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wsCcRfSmartMasterSwitchAddr 1.3.6.1.4.1.388.14.3.2.1.28.7.6
The IP address of the master switch. This information is obtained from the clustering daemon and is therefore read-only.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wsCcRfSmartIsClusterMaster 1.3.6.1.4.1.388.14.3.2.1.28.7.7
A boolean to represent whether this switch is the cluster master. This information is obtained from the clustering daemon and is therefore read-only.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartScanDwellTime 1.3.6.1.4.1.388.14.3.2.1.28.8
RF smart scan dwell time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

wsCcRfSmartRadioNeighborTable 1.3.6.1.4.1.388.14.3.2.1.28.9
A table giving details of a radio's neighborhood information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSmartRadioNeighborEntry

wsCcRfSmartRadioNeighborEntry 1.3.6.1.4.1.388.14.3.2.1.28.9.1
An entry in the neighbor table, indexed by a. the MAC address of the radio b. neighbor index c. tx power
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSmartRadioNeighborEntry  

wsCcRfSmartRadioNeighborIndex 1.3.6.1.4.1.388.14.3.2.1.28.9.1.2
Neighbor index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

wsCcRfSmartRadioNeighborTxPower 1.3.6.1.4.1.388.14.3.2.1.28.9.1.3
Tx power of the neighbor radio.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 4..20  

wsCcRfSmartRadioNeighborCfgIdx 1.3.6.1.4.1.388.14.3.2.1.28.9.1.4
Configuration index of the neighbor radio, taken from its index in the wsCcRfRadioTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCcRfSmartRadioNeighborRxSignal 1.3.6.1.4.1.388.14.3.2.1.28.9.1.5
Rx signal strength of the neighbor radio for the given tx power.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSmartRadioNeighborAttenuation 1.3.6.1.4.1.388.14.3.2.1.28.9.1.6
Attenuation of the neighbor radio for the given tx power.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wsCcRfSmartRadioNeighborMac 1.3.6.1.4.1.388.14.3.2.1.28.9.1.7
The MAC address of the neighbor radio.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

wsCcRfSmartPowerRangeLowerBound 1.3.6.1.4.1.388.14.3.2.1.28.10
Lower bound of the transmit power range for automatic assignment.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 4..20  

wsCcRfSmartPowerRangeHigherBound 1.3.6.1.4.1.388.14.3.2.1.28.11
Higher bound of the transmit power range for automatic assignment.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 4..20  

wsCcRfSmartRadioHoldTime 1.3.6.1.4.1.388.14.3.2.1.28.12
The number of seconds to disable interference avoidance after a detection. This prevents a radio from changing channels continuously.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 30..65535  

wsCcRfMasterSyncEnable 1.3.6.1.4.1.388.14.3.2.1.29
Enables or disables the master-sync feature.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfChannelManager 1.3.6.1.4.1.388.14.3.2.1.30
OBJECT IDENTIFIER    

wsCcRfChannelManagerTable 1.3.6.1.4.1.388.14.3.2.1.30.1
A table where the smart-rf and smart-scan capability of each channel can be configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfChannelManagerEntry

wsCcRfChannelManagerEntry 1.3.6.1.4.1.388.14.3.2.1.30.1.1
An entry in wsCcRfChannelManagerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfChannelManagerEntry  

wsCcRfChannelManagerChan 1.3.6.1.4.1.388.14.3.2.1.30.1.1.1
Channel number
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..200  

wsCcRfChannelManagerSmartRfSel 1.3.6.1.4.1.388.14.3.2.1.30.1.1.2
Whether smart RF is selected for this channel.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfChannelManagerSmartScanSel 1.3.6.1.4.1.388.14.3.2.1.30.1.1.3
Whether smart scan is selected for this channel.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfSmartScanWlanMapTable 1.3.6.1.4.1.388.14.3.2.1.30.2
A table giving the mapping of radio channels per WLAN with respect to their smart-scan capability.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCcRfSmartScanWlanMapEntry

wsCcRfSmartScanWlanMapEntry 1.3.6.1.4.1.388.14.3.2.1.30.2.1
An entry in the wsCcRfSmartScanWlanMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCcRfSmartScanWlanMapEntry  

wsCcRfSmartScanWlanMapWlan 1.3.6.1.4.1.388.14.3.2.1.30.2.1.1
The wlan number for the smart scan channel map
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

wsCcRfSmartScanWlanMapSmartScanSel 1.3.6.1.4.1.388.14.3.2.1.30.2.1.2
Whether smart scan is selected for this channel/wlan combination.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wsCcRfConformance 1.3.6.1.4.1.388.14.3.2.1.100
OBJECT IDENTIFIER    

wsCcRfCompliances 1.3.6.1.4.1.388.14.3.2.1.100.1
OBJECT IDENTIFIER    

wsCcRfCompliance 1.3.6.1.4.1.388.14.3.2.1.100.1.1
Status: current Access: read-write
MODULE-COMPLIANCE    

wsCcRfGroups 1.3.6.1.4.1.388.14.3.2.1.100.2
OBJECT IDENTIFIER    

wsCcRfGroup 1.3.6.1.4.1.388.14.3.2.1.100.2.1
Status: current Access: read-write
OBJECT-GROUP    

wsCcRfDeprecatedGroup 1.3.6.1.4.1.388.14.3.2.1.100.2.2
Group of deprecated objects.
Status: deprecated Access: read-write
OBJECT-GROUP