-- ***************************************************************** -- MeruNetworks Text Convention MIB -- -- Copyright (c) 2005 by MeruNetworks -- All rights reserved -- -- ***************************************************************** MERU-TC DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY FROM SNMPv2-SMI TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC meru-modules FROM MERU-SMI; meruTextualConventions MODULE-IDENTITY LAST-UPDATED "200506050000Z" ORGANIZATION "Meru Networks" CONTACT-INFO "support@merunetworks.com" DESCRIPTION "This MIB defines all the managed objects used to manage the Meru WLAN infrastructure" ::= { meru-modules 1 } MwlAclEnvState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes ACL Environment State" SYNTAX INTEGER { aclEnvDisabled (0), -- Disabled aclEnvAllow (1), -- Permit List Enabled aclEnvDeny (2) -- Deny List Enabled } MwlAddressAssignmentType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IP Address Assignment Type" SYNTAX INTEGER { ipAssignmentStatic (1), -- Static IP address assigned ipAssignmentDynamic (2), -- IP address discovered ipAssignmentDynamicDhcp (3), -- DHCP ipAssignmentUnknown (4) -- Unknown } MwlAddressIfAssignmentType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Interface IP Address Assignment Type" SYNTAX INTEGER { ifIpAssignmentNone (0), -- No IP address assigned ifIpAssignmentStatic (1), -- Static IP address assigned ifIpAssignmentDhcp (2) -- DHCP } MwlApIpAssignmentType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP IP Address Assignment Type" SYNTAX INTEGER { apIpAssignmentNone (0), -- No IP apIpAssignmentStatic (1), -- Static IP apIpAssignmentDhcp (2) -- DHCP } MwlAdministrativeState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Administrative State for Controller" SYNTAX INTEGER { adminStateUnlocked (1), -- Unlocked adminStateLocked (2), -- Locked adminStateShuttingDown (3), -- ShuttingDown adminStateUnknown (4), -- Unknown adminStateForceShuttingDown (5) -- Force Shutting Down } MwlAdmissionControl ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Quality-of-Service Admission Control" SYNTAX INTEGER { admitall (0), -- Admit all pendingflag (1), -- Request Pending rejectflag (2) -- Reject Request } MwlAntennaSet ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Antenna Set Types" SYNTAX INTEGER { antennaSetUnknown (0), -- Unknown antenna antennaSetInternal (1), -- Fixed antennaSetExternal (2), -- External antennaSetExternalDualMode (3), -- External Dual-Mode antennaSetRsAntenna (4) -- RS-Antenna } MwlApAssignType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Assignment Types" SYNTAX INTEGER { assignApUnknown (0), -- Unknown AP type siblingAp (1), -- Sibling AP assignedAp (2), -- Assigned Station discoveredAp (3) -- Discovered AP or Station } MwlApType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Types" SYNTAX INTEGER { apUnknown (0), -- Unknown AP type apStation (1), -- Station apAccessPoint (2) -- Access point } MwlApIndoorOutdoorType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Location Type" SYNTAX INTEGER { apIndoor (0), -- Indoor AP apOutdoor (1) -- Outdoor AP } MwlApMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Modes" SYNTAX INTEGER { apModeNormal (1), -- Normal Mode apModeScanning (100) -- Scanning Mode } MwlAuthenticationAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Authentication Algorithm" SYNTAX INTEGER { nmsAuthenticationAlg8021x (1), -- 802.1x nmsAuthenticationAlgMd5 (2), -- MD5 nmsAuthenticationAlgTls (3), -- TLS nmsAuthenticationAlgTtls (4), -- TTLS nmsAuthenticationAlgPeap (5), -- PEAP nmsAuthenticationAlgWeb (6) -- WEB } MwlAuthenticationType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Authentication Type" SYNTAX INTEGER { nmsAuthenticationTypeLocal (1), -- local nmsAuthenticationTypeRadius (2), -- radius nmsAuthenticationTypeTacacs (3) -- tacacs+ } MwlCaptivePortalAuthenticationType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Captive Portal Authentication Type" SYNTAX INTEGER { nmsCaptivePortalAuthenticationTypeRadius (0), -- radius nmsCaptivePortalAuthenticationTypeLocal (1), -- local nmsCaptivePortalAuthenticationTypeLocalRadius (2) -- local and radius } MwlAuthSuiteBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Authentication Suites" SYNTAX BITS { authNone (0), -- None authEap (1), -- EAP authPsk (2), -- Pre-shared Key authCert (3), -- Cert-Auth authAll (4) -- All } MwlActionStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Action status. Currently used by reboot only" SYNTAX INTEGER { actionNone (0), -- None actionStart (1), -- Start actionStop (2), -- Stop actionInProgress (3), -- InProgress actionError (4), -- Error actionDone (5), -- Done actionForceStart (6) -- Start } MwlAlarmState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Alarm State" SYNTAX INTEGER { alarmStateNoAlarm (1), -- No Alarm alarmStateMinor (2), -- Minor alarmStateMajor (3), -- Major alarmStateCritical (4) -- Critical } MwlAlarmType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Alarm Types" SYNTAX INTEGER { alarmUnknown (0), -- Unknown alarmLinkUp (1), -- Link Up alarmLinkDown (2), -- Link Down alarmColdStart (3), -- Cold Start alarmWarmStart (4), -- Warm Restart alarmAuthFail (5), -- Authentication Failure alarmAscDown (6), -- ASC Down alarmApDown (7), -- AP Down alarmApNeighborLoss (8), -- AP Neighbor Loss alarmHandOffFail (9), -- Hand-off Failure alarmResourceThresholdExceed (10), -- Resource Threshold Exceeded alarmSystemFailure (11), -- System Failure alarmWatchdogFailure (12), -- Watchdog Failure alarmAscApAdd (13), -- AP Add alarmAscApRemove (14), -- AP Remove alarmAscApModify (15), -- AP Modify alarmStaApAdd (16), -- Station AP Add alarmStaApRemove (17), -- Station AP Remove alarmStaApModify (18), -- Station AP Modify alarmRogueApDetected (19), -- Rogue AP Detected alarmWncCertError (20), -- SSL Certificate Error alarmApSoftwareVersionMismatch (21), -- AP Software Version Mismatch alarmApBootimageVersionMismatch (22), -- AP Boot Image Version Mismatch alarmApTemperature (23), -- AP Temperature alarmHardwareDiagnostic (24), -- Hardware Diagnostic alarmApInitFailure (25), -- AP Initialization Failure alarmRadioCardFailure (26), -- Radio Card Failure alarmSoftwareLicenseExpired (27), -- Software License Expired alarm8021xAuthFailure (28), -- 802.1x Authentication Failure alarmMicFailureAp (29), -- MIC Failure alarmMicCountermeasureActivation (30), -- MIC Countermeasure Activation alarmRadiusServerSwitchover (31), -- Radius Server Switchover alarmRadiusServerSwitchoverFailed (32), -- Radius Server Switchover Failed alarmPrimaryRadiusServerRestored (33), -- Primary Radius Server Restored alarmAcctRadiusServerSwitchover (34), -- Accounting Radius Server Switchover alarmAcctRadiusServerSwitchoverFailed (35), -- Accounting Radius Server Switchover Failed alarmMasterDown (36), -- N+1 detected MASTER Down alarmMasterUp (37), -- N+1 detected MASTER Up alarmMacFilterDeny (38), -- Station is denied access through MAC filter alarmCacLimitReached (39), -- CAC limit is reached alarmRadarDetected (40), -- RADAR Detected alarmOperChannelChange (41), -- Operational Channel Change alarm8021xAuthAttempt (42), -- 802.1x Authentication Attempt alarmWirelessAssoc (43), -- Wireless Associations alarmLicensingServerDown (44),-- Licensing Server Down alarmNupgradeLicenseCheckoutFail (45), -- N-Upgrade License Checkout fail alarmNoLicenseEnforcementExpired (46), -- No license enforcement on active/slave will be expired alarmApRuntimeError (47), -- AP Runtime Error alarmTotal (48) -- Unknown } MwlAlarmSeverity ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Alarm Severity" SYNTAX INTEGER { alarmSevInfo (0), -- Information alarmSevMajor (1), -- Major alarmSevMinor (2), -- Minor alarmSevCritical (3), -- Critical alarmSevClear (4) -- Clear } MwlAntenna ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Antenna Sides" SYNTAX INTEGER { antennaNothing (0), -- None antenna1 (1), -- Left antenna2 (2), -- Right antennaBoth (3), -- Both antennaAll (4) -- All } MwlAssignmentAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Assignment Algorithm" SYNTAX INTEGER { assignmentAlgoRssi (1), -- RSSI assignmentAlgoPressure (2), -- Pressure assignmentAlgoActivity (3), -- Activity assignmentAlgoRssiTrending (4), -- RSSI Trending assignmentAlgoAvailRsrc (5), -- Avail Rsrc assignmentAlgoUnknown (6) -- Unknown } MwlAssociationState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Association State" SYNTAX INTEGER { assocstateprobing (0), -- Probing assocstateauthentication (1), -- Authenticating assocstateassociated (2) -- Associated } MwlApAuthState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Aithentication State" SYNTAX INTEGER { apAuthKeyed (0), -- Authorized apAuthNokey (1), -- Authorization Denied apUnauth (2) -- No Authentication Attempted } MwlAvailabilityStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Availability Status" SYNTAX INTEGER { availStatusPowerOff (1), -- Power off availStatusOffline (2), -- Offline availStatusOnline (3), -- Online availStatusFailed (4), -- Failed availStatusInTest (5), -- In Test availStatusNotInstalled (6) -- Not Installed } MwlBeaconCoordinationMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Beacon Coordination Mode" SYNTAX INTEGER { beaconCoordinationModeCoordinated (0), -- centralized beaconCoordinationModeLocal (1), -- Beacon coordination performed locally beaconCoordinationModeDistributed (2) -- distributed } MwlBlock ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Rogue AP blocking" SYNTAX INTEGER { blockNone (0), -- No mitigation blockSelected (1), -- Block only BSSIDs in blocked list blockAll (2), -- Block all BSSIDs that are not in the ACL wiredRogue (3) -- Block Clients seen on the wire } MwlCoordAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Coordination Algorithm" SYNTAX INTEGER { coordAlgoDefault (1), -- Default coordAlgoUnknown (2) -- Unknown } MwlCypherSuiteBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Cypher Suites" SYNTAX BITS { cypherNone (0), -- None cypherWep40 (1), -- WEP64 cypherWep104 (2), -- WEP128 cypherTkip (4), -- TKIP cypherCcmp (8), -- CCMP-AES cypherCcmpTkip (16), -- CCMP/TKIP cypherWpiSms4 (32), -- WPI-SMS4 cypherClear (64), -- Clear cypherAll (127) -- all } MwlL2BridgingsBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX BITS { bridgingNone (0), -- None bridgingAirf (1), -- AirFortress bridgingIpv6 (2), -- IPV6 bridgingAtalk (4) -- AppleTalk } MwlDropPolicy ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Policies for dropping packets for Quality-of-Service" SYNTAX INTEGER { drophead (0), -- Head droptail (1) -- Tail } MwlDataplaneMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Dataplane Mode" SYNTAX INTEGER { dataplaneModeTunneled (0), -- Tunneled dataplaneModeBridged (1) -- Bridged } MwlProfileOwner ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Profile Owner" SYNTAX INTEGER { profileOwnerController (0), -- controller profileOwnerNmsServer (1) -- nms-server } MwlApRole ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Role" SYNTAX INTEGER { apRoleAccess (0), -- access apRoleGateway (1), -- gateway apRoleWireless (2) -- wireless } MwlEncryptionAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Encryption Algorithm" SYNTAX INTEGER { encryptionWep (1), -- WEP encryptionTkip (2), -- TKIP encryptionCcmp (3), -- CCMP encryptionUnknown (4), -- none encryptionClear (5) -- Clear } MwlIfAdministrativeState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Interface Administrative State" SYNTAX INTEGER { adminStateDown (1), -- Down adminStateUp (2), -- Up adminStateTesting (3) -- Testing } MwlEssApAdminMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes ESS-ATS AdminMode" SYNTAX INTEGER { essApAdminModeDown (1), -- Down essApAdminModeUp (2), -- Up essApAdminModeScan (3), -- Scan essApAdminModeUnlicensed (4), -- NoLicense essAdminModeDisabled (5), -- Disabled essAdminModeNoservice (6), -- NoService essApAdminModePowerdown (7) -- PowerDown } MwlLedMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes LED Mode" SYNTAX INTEGER { ledModeNormal (0), -- Normal ledModeNodeId (1), -- NodeId ledModeBlink (2), -- Blink ledModeDark (3) -- Dark } MwlLogSeverity ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Log Severity" SYNTAX INTEGER { logSevEmerg (0), -- Emergency logSevAlert (1), -- Alert logSevCritical (2), -- Critical logSevError (3), -- Error logSevWarn (4), -- Warn logSevNotice (5), -- Notice logSevInfo (6), -- Info logSevDebug (7), -- Debug logSevTotal (8) -- Total } MwlLogType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Log Type" SYNTAX INTEGER { logUnknown (0), -- Unknown logApDetected (1), -- ApDetected logDbBackup (2), -- DbBackup logDbRestore (3), -- DbRestore logSwUpgrade (4), -- SwUpgrade logConfigAdd (5), -- Add Configuration logConfigMod (6), -- Modify Configuration logConfigDel (7), -- Delete Configuration logCertExpiry (8), -- SSL Certificate logVlan (9), -- VLAN logHaStart (10), -- HA Start logHaShutdown (11), -- HA Shutdown logHaNodeDead (12), -- HA Node Dead logHaStatus (13), -- HA Node Status logHaConfigErr (14), -- HA Node Config Err logHaLinkStatus (15), -- HA Node Link Status logApAdministrativeReboot (16), -- AP Administrative Reboot Requested logControllerAdministrativeReboot (17), -- Controller Administrative Reboot Requested logDiscLicensingFailure (18), -- AP licensing failed logMicCountermeasure (19), -- MIC Countermeasure logMicFailureAp (20), -- MIC Failure from AP logMicFailureClient (21), -- MIC Failure from Client logTypeTotal (22) -- Total } MwlMimoMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes MIMO Mode Values" SYNTAX INTEGER { nmsMimoMode2x2 (0), -- 2x2 nmsMimoMode3x3 (1), -- 3x3 nmsMimoMode1x1 (2) -- 1x1 } MwlNatType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes NAT Type" SYNTAX INTEGER { natTypeNone (1), -- None natTypeStaticOneToOne (2), -- Static natTypeDynamicOneToOne (3), -- Dynamic1to1 natTypeDynamicNapt (4), -- DynamicNapt natTypeUnknown (5) -- Unknown } MwlNetProtocol ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Supported Network Protocols" SYNTAX INTEGER { nmsIpprotoUnknown (0), -- Unknown nmsIpprotoTcp (6), -- TCP nmsIpprotoUdp (17) -- UDP } MwlNmsInterfaceType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Interface Type" SYNTAX INTEGER { ifTypeActive (0), -- Active ifTypeRedundant (1) -- Redundant } MwlNodeRelationship ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Node Relationship" SYNTAX INTEGER { noderelationshipnone (1), -- None noderelationshipbound (2), -- Bound noderelationshipvisible (3) -- Visible } MwlNodeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Node Type" SYNTAX INTEGER { nodeTypeWnc (1), -- Controller nodeTypeAp (2), -- Access point nodeTypeAsc (3), -- ASC nodeTypeSta (10), -- station nodeTypeOther (11), -- other nodeTypeUnknown (12) -- unknown } MwlOperationalState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Operational State" SYNTAX INTEGER { operationalStateUnknown (0), -- Unknown operationalStateEnabled (1), -- Enabled operationalStateDisabled (2), -- Disabled operationalStateUnlicensed (3), -- NoLicense operationalStateEnabledWith11nlic (4), -- EnabledWNLicense operationalStatePowerDown (5) -- PowerDown } MwlPowerSupply ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Power Supply Type" SYNTAX INTEGER { powerSupply8023Af (0), -- 802.3-af powerSupply8023At (1), -- 802.3-at powerSupply5vDc (2), -- 5V-DC powerSupplyDual8023Af (3), -- dual-802.3-af powerSupply12vDc (4) -- 12V-DC } MwlRadiusMacDelimiter ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes RADIUS MAC Delimiter type" SYNTAX INTEGER { radiusMacDelimiterNone (0), -- None radiusMacDelimiterHyphen (1), -- Hyphen (-) radiusMacDelimiterSingleHyphen (2), -- Single Hyphen (-) radiusMacDelimiterColon (4) -- Colon (:) } MwlRadiusPasswordType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes RADIUS Password Type" SYNTAX INTEGER { radiusPasswordTypeSharedSecret (0), -- Shared Key radiusPasswordTypeMacAddress (1) -- MAC Address } MwlWlanOptimize ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes WLAN Optimization Type" SYNTAX INTEGER { optimizeNone (0), -- No Optimization optimizePerformance (1), -- Optimize For Performance optimizeHandoff (2), -- Optimize For Handoff optimizeCoverage (3), -- Optimize For Coverage optimizeInteroperability (4), -- Optimize For Interoperability optimizeRogueap (5) -- Optimize For Rogue AP Mitigation } MwlOnOffSwitch ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes On/Off Switches" SYNTAX INTEGER { nmsOff (0), -- Off nmsOn (1) -- On } MwlPublishEssId ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Publish Essid Options" SYNTAX INTEGER { publishEssidOff (0), -- Off publishEssidOn (1), -- On publishEssid24g (2), -- 2.4GHz Only publishEssid5g (3) -- 5GHz Only } MwlAllOnSelectedSwitch ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes All ON/Selected Switches" SYNTAX INTEGER { nmsSelected (0), -- Selected nmsAllOn (1) -- All ON } MwlPrivacyBit ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Privacy Bit" SYNTAX INTEGER { privacyBitAuto (0), -- Auto privacyBitOn (1), -- On privacyBitOff (2) -- Off } MwlQosAction ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes QoS Actions" SYNTAX INTEGER { nmsQosActionForward (1), -- FORWARD nmsQosActionCapture (2), -- CAPTURE nmsQosActionDrop (3) -- DROP } MwlQosCodec ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes QoS CODEC Types" SYNTAX INTEGER { nmsCodecDefault (1), -- Default nmsCodecaG711ULaw64k (2), -- G.711, U-law, 64kbps nmsCodeca1016 (3), -- 1016 Audio, Payload Type 1 nmsCodecaG721 (4), -- G721 Audio, Payload Type 2 nmsCodecaGsm (5), -- GSM Audio, Payload Type 3 nmsCodecaG7231 (6),-- G7231 Audio, Payload Type 4 nmsCodecaDv14 (7), -- DV14 Audio, Payload Type 5 nmsCodecaDv142 (8), -- DV14.2 Audio, Payload Type 6 nmsCodecaLpc (9), -- IPC Audio, Payload Type 7 nmsCodecaG711ALaw64k (10), -- G.711 A-law Audio, Payload Type 8 nmsCodecaG722 (11), -- G.722 Audio, Payload Type 9 nmsCodecaG7221 (12),-- G.7221 Audio, Payload Type * (24kbps) nmsCodecaG722132k (13), -- G.7221 Audio, Payload Type * (32kbps) nmsCodecaMpa (14), -- MPA Audio, Payload Type 14 nmsCodecaG728 (15), -- G728 Audio: Payload Type 15 nmsCodecaG729 (16), -- G729 Audio: Payload Type 16 nmsCodecaRed (17), -- MSN Codec Audio, Payload Type * nmsCodecaSiren (18),-- Vivo Siren Audio, Payload Type * nmsCodecvH261 (19), -- H.261 Video nmsCodecvH263 (20) -- H.263 Video } MwlQosProtocol ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes QoS Protocols" SYNTAX INTEGER { qosprotocolsip (1), -- SIP qosprotocolh323 (2), -- H.323 qosprotocolsccp (3), -- SCCP qosprotocolhttp (4), -- HTTP qosprotocolother (5), -- other qosprotocolnone (6), -- none qosprotocolunknown (7) -- unknown } MwlQosCodecProtocol ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Qos Codec Protocols" SYNTAX INTEGER { qoscodecprotocolsip (1), -- SIP qoscodecprotocolh323 (2), -- H.323 qoscodecprotocolsccp (3), -- SCCP qoscodecprotocolhttp (4), -- HTTP qoscodecprotocolnone (5), -- other qoscodecprotocolunknown (6) -- unknown } MwlQosCallState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX INTEGER { qoscalldisconnectedstate (0), -- Disconnected qoscallconnectedstate (1), -- Connected qoscallholdstate (2), -- On-Hold qoscallconferencingstate (3) -- Conferencing } MwlServiceAction ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Service Actions" SYNTAX INTEGER { nmsServiceActionAdd (1), -- Add nmsServiceActionRemove (2), -- Delete nmsServiceActionChange (3) -- Modify } MwlSecurityPolicyAction ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX INTEGER { securityPolicyActionDeny (0), -- Deny securityPolicyActionAllow (1),-- Forward to Default VLAN securityPolicyActionRedirect (2), -- Forward to Configured VLAN securityPolicyActionNum (3) -- Number of enum values } MwlL2SecurityModeBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes L2 Security Modes" SYNTAX BITS { l2SecurityModeNone (0), -- None l2SecurityModeOpen (1), -- Clear l2SecurityMode8021x (2), -- 802.1x l2SecurityModeSwk (4), -- Static WEP keys l2SecurityModeWpa (8), -- WPA l2SecurityModeWpaPsk (16), -- WPA PSK l2SecurityModeWpa2 (32), -- WPA2 l2SecurityModeWpa2Psk (64), -- WPA2 PSK l2SecurityModeMixed (128), -- MIXED l2SecurityModeMixedPsk (256), -- MIXED_PSK l2SecurityModeWai (512), -- WAI l2SecurityModeWaiPsk (1024), -- WAI PSK l2SecurityModeAll (2047) -- Wildcard } MwlL2SecurityMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes L2 Security Modes" SYNTAX INTEGER { l2SecurityModeNone (0), -- None l2SecurityModeOpen (1), -- Clear l2SecurityMode8021x (2), -- 802.1x l2SecurityModeSwk (4), -- Static WEP keys l2SecurityModeWpa (8), -- WPA l2SecurityModeWpaPsk (16), -- WPA PSK l2SecurityModeWpa2 (32), -- WPA2 l2SecurityModeWpa2Psk (64), -- WPA2 PSK l2SecurityModeMixed (128), -- MIXED l2SecurityModeMixedPsk (256), -- MIXED_PSK l2SecurityModeWai (512), -- WAI l2SecurityModeWaiPsk (1024), -- WAI PSK l2SecurityModeAll (2047) -- Wildcard } MwlTunnelTerminationModeBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Tunnel Termination Modes" SYNTAX BITS { tunnelTerminationNone (0), -- None tunnelTerminationPeap (1), -- PEAP tunnelTerminationTtls (2) -- TTLS } MwlL2SecurityDetailMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes L2 Security Modes" SYNTAX INTEGER { stationSecurityModeNone (0), -- None stationSecurityModeOpen (1), -- Clear stationSecurityMode8021x (2), -- 802.1x stationSecurityModeSwk (4), -- Static WEP keys stationSecurityModeWpa (8), -- WPA stationSecurityModeWpaPsk (16), -- WPA PSK stationSecurityModeWpa2 (32), -- WPA2 stationSecurityModeWpa2Psk (64), -- WPA2 PSK stationSecurityModeMixed (128), -- MIXED stationSecurityModeMixedPsk (256), -- MIXED_PSK stationSecurityModeAll (511), -- Wildcard stationSecurityMode8021xInProgress (512), -- 802.1x-in-prog stationSecurityModeWpaInProgress (1024), -- WPA-in-prog stationSecurityModeWpaPskInProgress (2048), -- WPA PSK-in-prog stationSecurityModeWpa2InProgress (4096), -- WPA2-in-prog stationSecurityModeWpa2PskInProgress (8192), -- WPA2 PSK-in-prog stationSecurityModeMixedInProgress (16384), -- MIXED-in-prog stationSecurityModeMixedPskInProgress (32768) -- MIXED_PSK-in-prog } MwlL3SecurityMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes L3 Security Modes" SYNTAX INTEGER { l3SecurityModeOpen (1), -- None l3SecurityModeVpn (2), -- VPN Only l3SecurityModeWebauth (4), -- WebAuth l3SecurityModeAll (7) -- All Modes } MwlCaptivePortalMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Captive Portal" SYNTAX INTEGER { captivePortalDisabled (0), -- Disabled captivePortalModeVpn (1), -- VPN captivePortalModeWebauth (2), -- WebAuth captivePortalModeAll (3) -- VPN/Web-Auth } MwlCaptivePortalAuthState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Captive Portal Authentication State" SYNTAX INTEGER { captivePortalStateClear (0), -- Open captivePortalStateWebauth (1) -- WEBAUTH } MwlCaptivePortalAuthMethod ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Captive Portal Authentication Method" SYNTAX INTEGER { captivePortalAuthMethodInternal (0), -- internal captivePortalAuthMethodExternal (1) -- external } MwlSnmpPrivilege ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SNMP Privileges" SYNTAX INTEGER { snmpRo (1), -- read-only snmpRw (2) -- read-write } MwlSnmpV3AuthProtocol ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SNMPv3 Authentication Protocol" SYNTAX INTEGER { snmpV3UsmNoAuth (0), -- read-only snmpV3UsmHmacMd5Auth (1), -- read-only snmpV3UsmHmacShaAuth (2) -- read-only } MwlSnmpV3PrivProtocol ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SNMPv3 Privacy Protocol" SYNTAX INTEGER { snmpV3UsmNoPriv (0), -- read-only snmpV3UsmDesPriv (1) -- read-only } MwlTransmitRateBGBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11bg Transmit Rates" SYNTAX BITS { bgtransmitRateNotSupported (0), -- None bgtransmitRate1 (1), -- 1 Mbps bgtransmitRate2 (2), -- 2 Mbps bgtransmitRate55 (4), -- 5.5 Mbps bgtransmitRate11 (8), -- 11 Mbps bgtransmitRate6 (16), -- 6 Mbps bgtransmitRate9 (32), -- 9 Mbps bgtransmitRate12 (64), -- 12 Mbps bgtransmitRate18 (128), -- 18 Mbps bgtransmitRate22 (256), -- 22 Mbps bgtransmitRate24 (512), -- 24 Mbps bgtransmitRate33 (1024), -- 33 Mbps bgtransmitRate36 (2048), -- 36 Mbps bgtransmitRate48 (4096), -- 48 Mbps bgtransmitRate54 (8192) -- 54 Mbps } MwlTransmitRateBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11b Transmit Rates" SYNTAX BITS { transmitRateNotSupported (0), -- None transmitRate1 (1), -- 1 Mbps transmitRate2 (2), -- 2 Mbps transmitRate55 (4), -- 5.5 Mbps transmitRate11 (8) -- 11 Mbps } MwlTransmitRateAGBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11ag Transmit Rates" SYNTAX BITS { agtransmitRateNotSupported (0), -- None agtransmitRate6 (16), -- 6 Mbps agtransmitRate9 (32), -- 9 Mbps agtransmitRate12 (64), -- 12 Mbps agtransmitRate18 (128), -- 18 Mbps agtransmitRate22 (256), -- 22 Mbps agtransmitRate24 (512), -- 24 Mbps agtransmitRate33 (1024), -- 33 Mbps agtransmitRate36 (2048), -- 36 Mbps agtransmitRate48 (4096), -- 48 Mbps agtransmitRate54 (8192) -- 54 Mbps } MwlTransmitRateHTBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11n HT Transmit Rates" SYNTAX BITS { httransmitRateNotSupported (0), -- None httransmitRate0 (1), -- MCS 0 httransmitRate1 (2), -- MCS 1 httransmitRate2 (4), -- MCS 2 httransmitRate3 (8), -- MCS 3 httransmitRate4 (16), -- MCS 4 httransmitRate5 (32), -- MCS 5 httransmitRate6 (64), -- MCS 6 httransmitRate7 (128), -- MCS 7 httransmitRate8 (256), -- MCS 8 httransmitRate9 (512), -- MCS 9 httransmitRate10 (1024), -- MCS 10 httransmitRate11 (2048), -- MCS 11 httransmitRate12 (4096), -- MCS 12 httransmitRate13 (8192), -- MCS 13 httransmitRate14 (16384), -- MCS 14 httransmitRate15 (32768), -- MCS 15 httransmitRate16 (65536), -- MCS 16 httransmitRate17 (131072), -- MCS 17 httransmitRate18 (262144), -- MCS 18 httransmitRate19 (524288), -- MCS 19 httransmitRate20 (1048576), -- MCS 20 httransmitRate21 (2097152), -- MCS 21 httransmitRate22 (4194304), -- MCS 22 httransmitRate23 (8388608) -- MCS 23 } MwlUpgradeState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Software Upgrade State" SYNTAX INTEGER { upgradeStart (1), -- The upgrade has just started upgradeInProgress (2), -- The upgrade is in progress upgradeFailed (3), -- The upgrade has failed upgradeDone (4) -- The upgrade has completed successfully } MwlVlanType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VLAN Type" SYNTAX INTEGER { vlanNone (0), -- No Tunnel vlanDefaultOnly (1), -- Configured VLAN Only vlanRadiusOnly (2), -- RADIUS VLAN Only vlanRadiusAndDefault (3), -- RADIUS And Configured VLAN vlanGre (4) -- GRE } MwlAirFirewall ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX INTEGER { airfirewallNone (0), -- None airfirewallOuis (1) -- Air Firewall } MwlOffHours ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX INTEGER { offhoursNone (0), -- None offhours (1) -- Daily Out-of-service } MwlOffHoursService ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes OffHours Service" SYNTAX INTEGER { offhoursNoservice (0), -- No Wlan offhoursNowireless (1) -- No Wifi for Anybody } MwlDailyOutOfService ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Daily Out of Service" SYNTAX INTEGER { noDailyOutOfService (0), -- No Daily Out of Service dailyOutOfServiceOff (1), -- Daily Out of Service is Off dailyOutOfServiceOn (2) -- Daily Out of Service is On } MwlVpnStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VPN Status" SYNTAX INTEGER { clearActive (0), -- Clear Active vpnBypass (1), -- Bypass VPN vpnActive (2), -- VPN Active webAuthActive (4), -- Web Auth Active vpnWebActive (5) -- VPN and Web-Auth Active } MwlVpnDetailStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VPN Status" SYNTAX INTEGER { stationClearActive (0), -- Clear Active stationVpnBypass (1), -- Bypass VPN stationVpnActive (2), -- VPN Active stationWebAuthActive (4), -- Web Auth Active stationVpnWebActive (5), -- VPN and Web-Auth Active stationVpnInProgress (8), -- VPN in Progress stationWebauthInProgress (16),-- WebAuth in Progress stationVpnWebauthInProgress (32) -- VPN-WebAuth in Progress } MwlSslUsrAuthProtocolType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SSL Authentication Protocol Types" SYNTAX INTEGER { sslAuthProtocolUnknown (0), -- Unknown sslAuthProtocolNone (1), -- None sslAuthProtocolChap (2) -- chap } MwlDhGroupType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Diffie-Hellman Groups for IKE Policy" SYNTAX INTEGER { dhGroup2 (2), -- Group 2 dhGroup3 (3), -- Group 3 dhGroup4 (4), -- Group 4 dhGroup5 (5) -- Group 5 } MwlIpSecModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IPSEC Mode Types" SYNTAX INTEGER { ipsecUnknownMode (0), -- Unknown ipsecTunnelMode (1) -- Tunnel } MwlIpSecDataChannelType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IPSEC Data Channel Types" SYNTAX INTEGER { ipsecUnknown (0), -- Unsupported ipsecEsp (1) -- ESP } MwlIpEncryptionAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IP Encryption Algorithm" SYNTAX INTEGER { encryptionUnknownAlgorithm (0), -- Unsupported encryption3des (1) -- 3DES } MwlIpAuthenticateAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IP Authentication Algorithm" SYNTAX INTEGER { authUnknown (0), -- Unsupported authPreShareKey (1) -- Pre-shared Key } MwlIpHashAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IP Hash Algorithm" SYNTAX INTEGER { hashUnknown (0), -- Unsupported hashSha (1), -- Secure Hash Algorithm hashMd5 (2) -- Message Digest Algorithm 5 } MwlIpSecAuthAlgorithm ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IPSEC Authentication Algorithms" SYNTAX INTEGER { ipsecAuthUnknown (0), -- Unsupported ipsecAuthShaHmac (1), -- sha-hmac ipsecAuthMd5Hmac (2) -- md5-hmac } MwlCertFileType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SSL Certificate File Types" SYNTAX INTEGER { certUnknownType (0), -- Unsupported Type certPemType (1), -- Privacy-Enhanced Mail (PEM)-formatted file. certPfxType (2) -- Personal Information Exchange (PFX)-formatted file. } MwlUrlType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes URL Type" SYNTAX INTEGER { cliBadUrl (0), -- Unknown FT type cliFtpUrl (1), -- ftp cliTftpUrl (2), -- tftp cliSftpUrl (3), -- sftp cliHttpUrl (4), -- http cliHttpsUrl (5), -- https cliScpUrl (6), -- scp cliFileUrl (7) -- file } MwlCertificateFormType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Certificate Form Type" SYNTAX INTEGER { nmsShortForm (0), -- Short nmsLongForm (1) -- Long } MwlRadiusServerSelect ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes RADIUS Server Types" SYNTAX INTEGER { nmsRadiusServerNone (0), -- None nmsRadiusServerPrimary (1), -- primary nmsRadiusServerSecondary (2), -- secondary nmsRadiusServerAll (3) -- all } MwlDiscoveryOrder ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Discovery Order" SYNTAX INTEGER { discoveryFromL2First (0), -- L2 preferred discoveryFromL2Only (1), -- L2 only discoveryFromL3First (2), -- L3 preferred discoveryFromL3Only (3) -- L3 only } MwlApDiscoveryState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Discovery State" SYNTAX INTEGER { noDiscoveryLayer (0), -- None discoveryFromL2 (1), -- L2 discoveryFromL3 (2) -- L3 } MwlLicenseType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes License Type" SYNTAX INTEGER { featureTrial (0), -- Trial featurePermanent (1) -- Permanent } MwlLicenseReserveType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes License Reserve Type" SYNTAX INTEGER { countedLicense (0), -- Limited uncountedLicense (1) -- Unlimited } MwlSofwFeatureType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Software Feature Type" SYNTAX INTEGER { sofwControllerBasic (0), -- Controller sofwApBasic (1), -- AP100 sofwFeatMax (2) -- MAXFEAT } MwlSofwControllerType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Software Controller Type" SYNTAX INTEGER { sofwAll (0), -- Not Applicable sofwController (1), -- Active Controller sofwStdbyController (2) -- Standby Controller } MwlDscpType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes DiffServ Class Types" SYNTAX INTEGER { dscpDisabled (-1), -- DiffServ Disabled dscpCs0 (0), -- DiffServ class CS0/DE/Best-Effort (DSCP Value: 000000) dscpCs1 (8), -- DiffServ class CS1 (DSCP Value: 001000) dscpAf11 (10), -- DiffServ class AF11, AF1 DP-low (DSCP Value: 001010) dscpAf12 (12), -- DiffServ class AF12, AF1 DP-med (DSCP Value: 001100) dscpAf13 (14), -- DiffServ class AF13, AF1 DP-high (DSCP Value: 001110) dscpCs2 (16), -- DiffServ class CS2 (DSCP Value: 010000) dscpAf21 (18), -- DiffServ class AF21 (DSCP Value: 010010) dscpAf22 (20), -- DiffServ class AF22 (DSCP Value: 010100) dscpAf23 (22), -- DiffServ class AF23 (DSCP Value: 010110) dscpCs3 (24), -- DiffServ class CS3 (DSCP Value: 011000) dscpAf31 (26), -- DiffServ class AF31 (DSCP Value: 011010) dscpAf32 (28), -- DiffServ class AF32 (DSCP Value: 011100) dscpAf33 (30), -- DiffServ class AF33 (DSCP Value: 011110) dscpCs4 (32), -- DiffServ class CS4 (DSCP Value: 100000) dscpAf41 (34), -- DiffServ class AF41 (DSCP Value: 100010) dscpAf42 (36), -- DiffServ class AF42 (DSCP Value: 100100) dscpAf43 (38), -- DiffServ class AF43 (DSCP Value: 100110) dscpCs5 (40), -- DiffServ class CS5 (DSCP Value: 101000) dscpEfphb (46), -- DiffServ class EF (DSCP Value: 101110) dscpCs6 (48), -- DiffServ class CS6 (DSCP Value: 110000) dscpCs7 (56) -- DiffServ class CS7 (DSCP Value: 111000) } MwlControllerHwType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Controller Hardware Type" SYNTAX INTEGER { wncUnknownModel (0), -- Unknown wncDevelPc (1), -- Development PC wncMc1000 (2), -- MC1000 wncMc1100 (3), -- MC1100 wncMc3000 (4), -- MC3000 wncMc500 (5), -- MC500 wncMc500a (6), -- MC500a wncMc5000 (7), -- MC5000 wncMc4000 (8), -- MC4000 wncMc4100 (9), -- MC4100 wncMc1500 (11), -- MC1500 wncMc3200 (13), -- MC3200 wncMc4200 (14), -- MC4200 wncMc6000 (15), -- MC6000 wncMc1500v (16), -- MC1500V wncMc3200v (17), -- MC3200V wncMc4200v (18), -- MC4200V wncMc1550 (19), -- MC1550 wncMc1550v (20) -- MC1550V } MwlWncControllerState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Controller State" SYNTAX INTEGER { wncStandalone (0), -- Standalone Controller wncMaster (1), -- Master Controller wncSlave (2), -- Slave Controller wncCluster (3) -- Cluster Member } MwlApHwType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Hardware Types" SYNTAX INTEGER { apUnknownModel (0), -- Unknown ap300 (12), -- AP3xx ap310 (13), -- AP310 ap311 (14), -- AP311 ap320 (15), -- AP320 ap301 (18), -- AP301 ap302 (19), -- AP302 ap301i (20), -- AP301i ap310i (21), -- AP310i ap302i (22), -- AP302i ap320i (23), -- AP320i ap1010 (24), -- AP1010 ap1020 (25), -- AP1020 psm3x (26), -- PSM3x ap400 (27), -- AP400 ap433e (28), -- AP433e ap433i (29), -- AP433i ap432e (30), -- AP432e ap432i (31), -- AP432i ap1010e (32), -- AP1010e ap1020e (33), -- AP1020e ap433is (34), -- AP433is ap433es (35), -- AP433es oap432e (36), -- OAP432e oap433e (37), -- OAP433e oap433es (38), -- OAP433es ap110 (39), -- AP110 ap120 (40), -- AP120 ap1014i (41), -- AP1014i ap332e (42), -- AP332e ap332i (43) -- AP332i } MwlApRegulatoryType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Regulatory Types" SYNTAX INTEGER { ap1000RegIndex (1), -- AP1000 ap300Mb72RegIndex (2), -- AP300-MB72 ap300Mb82RegIndex (3), -- AP300-MB82 ap400RegIndex (4), -- AP400 ap110RegIndex (5), -- AP110 ap330RegIndex (6) -- AP330 } MwlApRfType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP RF Type" SYNTAX INTEGER { apRfUnknownModel (0), -- Unknown apRf1 (1), -- RF1 apRf2 (2), -- RF2 apRf3 (3), -- RF3 apRf4 (4), -- RF4 apRf5 (5), -- RF5 apRf6 (6), -- RF6 apRf7 (7), -- RF7 apRf8 (8), -- RF8 apRf9 (9), -- RF9 apRf10 (10), -- RF10 apRf11 (11), -- RF11 apRf12 (12), -- RF12 apRf13 (13), -- RF13 apRf14 (14), -- RF14 apRf15 (15) -- RF15 } MwlApIfModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Interface Mode" SYNTAX INTEGER { apModeUnknown (0), -- Unknown apBMode (1), -- 802.11b apAMode (2), -- 802.11a apAbMode (3), -- 802.11ab apGMode (4), -- 802.11g apBgMode (5), -- 802.11bg apAgMode (6), -- 802.11ag apAbgMode (7), -- 802.11abg apNMode (8), -- 802.11n apBnMode (9), -- 802.11bn apAnMode (10), -- 802.11an apAbnMode (11), -- 802.11abn apGnMode (12), -- 802.11gn apBgnMode (13), -- 802.11bgn apAgnMode (14), -- 802.11agn apAbgnMode (15), -- 802.11abgn apAn1s20Mode (16), -- 802.11an1s20 apAn1s40Mode (17), -- 802.11an1s40 apAn2s20Mode (18), -- 802.11an2s20 apAn2s40Mode (19), -- 802.11an2s40 apAn3s20Mode (20), -- 802.11an3s20 apAn3s40Mode (21), -- 802.11an3s40 apBgn1s20Mode (22), -- 802.11bgn1s20 apBgn1s40Mode (23), -- 802.11bgn1s40 apBgn2s20Mode (24), -- 802.11bgn2s20 apBgn2s40Mode (25), -- 802.11bgn2s40 apBgn3s20Mode (26), -- 802.11bgn3s20 apBgn3s40Mode (27) -- 802.11bgn3s40 } MwlApIfConfigModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP Interface Configuration Mode" SYNTAX INTEGER { apConfigModeUnknown (0), -- Unknown apConfigBMode (1), -- 802.11b apConfigAMode (2), -- 802.11a apConfigGMode (4), -- 802.11g apConfigBgMode (5), -- 802.11bg apConfigAnMode (10), -- 802.11an apConfigBgnMode (13) -- 802.11bgn } MwlAntennaType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Antenna Type" SYNTAX INTEGER { antennaConnNone (0), -- Unknown antennaConn24g (1), -- 2.4GHz antennaConn5g (2), -- 5GHz antennaConnDual (3), -- Dual antennaConnExt (4), -- External antennaConnInt (5) -- Internal } MwlBandType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes RF Band Type" SYNTAX INTEGER { rfband24g (1), -- 2.4GHz rfband5g (2) -- 5GHz } MwlChannelBandType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Channel Band Type" SYNTAX INTEGER { channelBMode (1), -- 802.11b channelAMode (2), -- 802.11a channelGMode (3), -- 802.11g channelBgMode (4), -- 802.11bg channelAbgnMode20mhz (5), -- 802.11abgn20Mhz channelAbgnMode40mhzAbove (6),-- 802.11abgn40MhzAbove channelAbgnMode40mhzBelow (7),-- 802.11abgn40MhzBelow channelNMode20mhz (8), -- 802.11n20Mhz channelNMode40mhzAbove (9), -- 802.11n40MhzAbove channelNMode40mhzBelow (10) -- 802.11n40MhzBelow } MwlAntennaSetLocation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Antenna Set Selection" SYNTAX INTEGER { antennaSetLocUnknown (0), -- Unknown antennaSetLocLeft (1), -- Left antennaSetLocRight (2), -- Right antennaSetLoc1 (4), -- A1 antennaSetLoc2 (8), -- A2 antennaSetLoc3 (16), -- A3 antennaSetLoc4 (32), -- A4 antennaSetLoc5 (64), -- A5 antennaSetLoc6 (128), -- A6 antennaSetLoc7 (256), -- A7 antennaSetLoc8 (512), -- A8 antennaSetLoc9 (1024), -- A9 antennaSetLocIntegrated (2048), -- Integrated antennaSetLocInternal (4096) -- Internal } MwlIfDataRateOptionType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Interface Data Rate Option Types" SYNTAX INTEGER { dataRateManual (0), -- Manual dataRateAuto (1) -- Automatic } MwlAntennaLinkType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Antenna Link Type" SYNTAX INTEGER { antennaLinkUnknown (0), -- Unknown antennaLinkPmp (1), -- Point-To-Multi-Point antennaLinkPtp (2) -- Point-To-Point } MwlDuplexModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Duplex Mode Types" SYNTAX INTEGER { nmsDuplexFull (0), -- Full Duplex nmsDuplexHalf (1) -- Half Duplex } MwlBgProtectionModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11bg Protection Mode Types" SYNTAX INTEGER { bgProtectionAuto (0), -- Auto bgProtectionOn (1), -- On bgProtectionOff (2) -- Off } MwlHtProtectionModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes 802.11HT Protection Mode Types" SYNTAX INTEGER { htProtectionAuto (0), -- Auto htProtectionOn (1), -- On htProtectionOff (2) -- Off } MwlIpProxyType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes the following types" SYNTAX INTEGER { nmsGeneric (0), -- Generic nmsIpPathFinder (1), -- IPPathFinder nmsEnumerationHeader (2) -- EnumerationHeader } MwlFirewallCapability ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes none/configured/radius-configured" SYNTAX INTEGER { firewallNone (0), -- none firewallConfigured (1), -- configured firewallRadiusConfigured (2) -- radius-configured } MwlSecurityLogging ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Security Logging Options" SYNTAX INTEGER { securityloggingOff (0), -- Off securityloggingAllow (1), -- Allow securityloggingDeny (2), -- Deny securityloggingAll (3) -- All } MwlPMKcachingBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes PMK Caching Options" SYNTAX BITS { pmkCachingDisabled (0), -- Disabled pmkCachingEnabled (1) -- Enabled } MwlKDDI ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Key Rotation Options" SYNTAX INTEGER { kddiDisabled (0), -- Disabled kddiEnabled (1) -- Enabled } MwlVcellType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Virtual Cell Type" SYNTAX INTEGER { nmsVcellPap (0), -- On nmsVcellVcell (1) -- Off } MwlFilterModeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes IGMP Snoop filter Mode Types" SYNTAX INTEGER { exclude (0), -- Source Exclude include (1) -- Source Include } MwlBgRadioMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes AP150 Vcell Enable/Disable" SYNTAX INTEGER { virtualMode (1), -- Enable nonVirtualMode (2) -- Disable } MwlThrdPartyIdsIps ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Third Party Ids/Ips" SYNTAX INTEGER { thrdPidsIpsSnortWireless (1), -- Enabled thrdPidsIpsNone (2) -- Disabled } MwlQosRulesMatchClassBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Qos Rules Match Class" SYNTAX BITS { qosrulesmatchclassOff (0), -- Off qosrulesmatchclassOn (1) -- On } MwlQosRulesMatchClass ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Qos Rules Match Class" SYNTAX INTEGER { qosrulesmatchclassOff (0), -- Off qosrulesmatchclassOn (1) -- On } MwlChannelWidth ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Channel Width" SYNTAX INTEGER { channelWidth20 (1), -- 20 MHz channelWidth40Above (2), -- 40 MHz Extension channel above channelWidth40Below (3) -- 40 MHz Extension channel below } MwlBonding ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Bonding Mode" SYNTAX INTEGER { bondingSingle (0), -- Single Mode bondingDual (1), -- Dual Mode bondingNone (2) -- None } MwlConnectivityStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Connected/Disconnected Switch" SYNTAX INTEGER { nmsDisconnected (0), -- Disconnected nmsConnected (1) -- Connected } MwlCapabilityModeBits ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Capability Mode of station" SYNTAX BITS { nmsStaCapabilityNone (0), -- None nmsStaWmmMode (1), -- WMM Mode nmsStaApsdMode (2) -- APSD Mode } MwlClientType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Client Type of station" SYNTAX INTEGER { nmsClientData (1), -- Data client nmsClientSipPhone (2) -- SIP Phone client } MwlDeviceType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Device Type" SYNTAX INTEGER { nmsStationWireless (0), -- Wireless Station nmsStationWired (1) -- Wired Station } MwlStationState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Station State" SYNTAX INTEGER { nmsStationStateUnknown (0), -- Unknown nmsStationStateInit (1), -- init-state nmsStationStateVlan (2), -- VLAN-state nmsStationStateAssign (3), -- assigned-state nmsStationStateAssociated (4),-- associated nmsStationState8021x (5), -- 802.1x-State nmsStationStateKey (6), -- Key State nmsStationStateIpDiscover (7),-- ip-discovery nmsStationStateCaptivePortal (8), -- captive-portal nmsStationStateDisassociated (9) -- disassociated } MwlStaDiagStap ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Station Diagnostics Statistics Type" SYNTAX INTEGER { staMacFilterAclCnt (1), -- Station MAC Filter ACL Count staMacFilterAclFailCnt (2), -- Station MAC Filter ACL Fail Count staWepKeyIndexMismatchCnt (3),-- Station WEP Key Index Mismatch Count staAssignFailCnt (4), -- Station Assignment Fail Count staAssociationCnt (5), -- Station Association Count staKeyExchangeCnt (6), -- Station Key Exchange Count staKeyExchangeFailCnt (7), -- Station Key Exchange Fail Count staMicFailCnt (8), -- Station MIC Fail Count staIpDiscoveryCnt (9), -- Station IP Address Change Count staRadiusAuthCnt (10), -- Station MAC Filter Radius Count staRadiusAuthFailCnt (11), -- Station MAC Filter Radius Fail Count staCpGuestUserAuthCnt (12), -- Station Captive Portal Guest User Count staCpGuestUserFailCnt (13), -- Station Captive Portal Guest User Fail Count staDecryptFailCnt (14), -- Station Decrypt Fail Count staSoftHandoffCnt (15) -- Station Soft Handoff Count } MwlEnableDisableOption ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Enable/Disable Option" SYNTAX INTEGER { nmsDisable (0), -- Disable nmsEnable (1) -- Enable } MwlPacketCaptureMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes L2/L3 Option" SYNTAX INTEGER { l2Mode (0), -- l2 mode l3Mode (1) -- l3 mode } MwlRxTxOption ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Rx/Tx/Both Option" SYNTAX INTEGER { rxOnly (0), -- rx only txOnly (1), -- tx only rxTxBoth (2) -- Both RxTx } MwlRateLimitMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Rate Limit Option" SYNTAX INTEGER { station (0), -- station cumulative (1) -- cumulative } MwlBandSteeringMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Band Steering Mode" SYNTAX INTEGER { bandSteeringDisable (0), -- Band Steering Disable bandASteering (1), -- Band Steering to A Band bandNSteering (2) -- Band Steering to N Band } MwlPapBroadcastSsidMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes SSID Broadcast for Vport Mode" SYNTAX INTEGER { papBroadcastSsidDisabled (0), -- Disabled papBroadcastSsidAlways (1), -- Always papBroadcastSsidTillAssociation (2) -- Till-Association } MwlEncapsulationType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Packet Capture Profile Encapsulation Type" SYNTAX INTEGER { ppi (0), -- ppi legacy (1) -- legacy } MwlUplinkType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Uplink Type" SYNTAX INTEGER { nmsUplink (0), -- Uplink nmsDownlink (1) -- Downlink } MwlVpnConnectivityStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VPN Connection Status" SYNTAX INTEGER { vpnDisconnected (0), -- Disconnected vpnConnected (1) -- Connected } MwlVpnAuthenticationStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VPN Authentication Status" SYNTAX INTEGER { vpnUnknown (0), -- Unknown vpnNoCertificate (1), -- No Certificate vpnValidCertificate (2), -- Valid Certificate vpnInvalidCertificate (3), -- Invalid Certificate vpnCertificateRevoked (4), -- Certificate Revoked vpnCertificateExpired (5), -- Certificate Expired vpnCertificateUnknownCa (6) -- Unknown CA Certificate } MwlVpnAuthenticationType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes VPN Authentication Type" SYNTAX INTEGER { vpnAuthTypeUnknown (0), -- Unknown vpnAuthTypeX509Certificate (1)-- X509 Certificate } MwlCertificateStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Certificate Status" SYNTAX INTEGER { certStatusUnknown (0), -- Unknown certStatusNotInstalled (1), -- Not Installed certStatusInstalled (2) -- Installed } MwlCertRequestStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Certificate Request Status" SYNTAX INTEGER { certReqStatusNone (0), -- None certReqStatusCsrGenerated (1),-- CSR Generated certReqStatusCsrGenerationInProgress (2), -- CSR Generation In Progress certReqStatusCsrGenerationFailed (3), -- CSR Generation Failed certReqStatusCsrUploadFailed (4), -- CSR Upload Failed certReqStatusCertInstalled (5), -- Certificate Installed certReqStatusCertInstallationInProgress (6), -- Certificate Installation In Progress certReqStatusCertDownloadFailed (7), -- Certificate Download Failed certReqStatusCertInstallationFailed (8), -- Certificate Installation Failed certReqStatusCertDeleted (9), -- Certificate Deleted certReqStatusCertDeletionInProgress (10), -- Certificate Deletion In Progress certReqStatusCertDeletionFailed (11), -- Certificate Deletion Failed certReqStatusCaCertDownloaded (12), -- CA Certificate Downloaded certReqStatusCaCertDownloadInProgress (13), -- CA Certificate Download In Progress certReqStatusCaCertDownloadFailed (14) -- CA Certificate Download Failed } MwlFastEthernetType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes FastEthernet Type" SYNTAX INTEGER { nmsPrimaryFastethernet (1), -- Primary fastEthernet nmsSecondaryFastethernet (2) -- Secondary fastEthernet } MwlVpnMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Vpn Connectivity Mode" SYNTAX INTEGER { modeNonVpn (0), -- Non-VPN modeVpn (1) -- VPN } MwlRegionSettings ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This object describes Region Settings" SYNTAX INTEGER { regionUnknown (0), -- Unknown regionUs (1), -- US regionIntl (2) -- International } MwlArrayDataTypeAction ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION " This defines the actions for the array data type" SYNTAX INTEGER { addValue (1), deleteValue (2), updateValue (3) } END