ENTERASYS-R2MGMT-MIB
AI MIB Summary
The ENTERASYS-R2MGMT-MIB enables SNMP-based monitoring and management of Enterasys RoamAbout R2 Wireless Access Platform hardware, specifically exposing metrics for wireless session states, access point status, and radio interface parameters. This proprietary module facilitates granular control over roaming authentication, client association counts, and RF performance data within the Enterasys R2 network infrastructure.
The Enterasys Networks Proprietary MIB module for entities implementing objects specific to the RoamAbout R2 Wireless Access Platform.
Main OID:
enterasysR2MgmtMIB.1.3.6.1.4.1.5624.1.2.11
34
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
34 total| Object Name |
|---|
enterasysR2MgmtMIBThe Enterasys Networks Proprietary MIB module for entities implementing objects specific to the RoamAbout R2 Wireless Access Platform. MODULE-IDENTITY .1.3.6.1.4.1.5624.1.2.11 |
etsysR2MgmtObjects OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.1 |
etsysR2MgmtParams OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.1.1 |
etsysR2MgmtMemorySizeThe size of the memory in the Access Point in Mbytes.ro Integer32 .1.3.6.1.4.1.5624.1.2.11.1.1.1 |
etsysR2MgmtWEBInterfaceDetermines whether or not WEB Management is enabled or disabled.rw EnabledStatus (P-BRIDGE-MIB) .1.3.6.1.4.1.5624.1.2.11.1.1.2 |
etsysR2MgmtTelnetInterfaceDetermines whether or not Telnet Management is enabled or disabled.rw EnabledStatus (P-BRIDGE-MIB) .1.3.6.1.4.1.5624.1.2.11.1.1.3 |
etsysR2MgmtVlanWhen non-zero this object specifies the management VLAN. This is the VLAN that remote management entities must use to communicate with this switch. Zero is a special value that specifies the default behavior, e.g., management on VLAN 1.rw INTEGER .1.3.6.1.4.1.5624.1.2.11.1.1.4 |
etsysR2MgmtCounters OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.1.2 |
etsysR2MgmtPowerupsPERSISTENT: The number of times this device was powered on. Power Ups, Management Resets and Unsolicited Resets are all mutually exclusive.ro Counter32 .1.3.6.1.4.1.5624.1.2.11.1.2.1 |
etsysR2MgmtResetsPERSISTENT: Number of times the device was initialized with a management command. Power Ups, Management Resets and Unsolicited Resets are all mutually exclusive.ro Counter32 .1.3.6.1.4.1.5624.1.2.11.1.2.2 |
etsysR2MgmtUnsolicitedResetsPERSISTENT: Number of times the device initialized itself after encountering a fatal error. Power Ups, Management Resets & Unsolicited Resets are all mutually exclusive.ro Counter32 .1.3.6.1.4.1.5624.1.2.11.1.2.3 |
etsysR2MgmtErrorLog OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.1.3 |
etsysR2MgmtErrLogNumEntriesPERSISTENT: The number of entries in the etsysR2MgmtErrLogTable. The value of this object is initially zero. It is incremented as etsysR2MgmtErrLogEntries are added, to a maximum value. The maximum value is implementation specific.ro INTEGER .1.3.6.1.4.1.5624.1.2.11.1.3.1 |
etsysR2MgmtErrLogTableA table which describes errors encountered by the system. SEQUENCE OF EtsysR2MgmtErrLogEntry .1.3.6.1.4.1.5624.1.2.11.1.3.2 |
etsysR2MgmtErrLogEntryA list of errors logged by the system. EtsysR2MgmtErrLogEntry .1.3.6.1.4.1.5624.1.2.11.1.3.2.1 |
etsysR2MgmtErrLogIndexPERSISTENT: The value of this object uniquely identifies an entry in the etsysR2MgmtErrLogTable.ro INTEGER .1.3.6.1.4.1.5624.1.2.11.1.3.2.1.1 |
etsysR2MgmtErrLogTimeStampPERSISTENT: The value of sysUpTime at the time in which the error is logged.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.5624.1.2.11.1.3.2.1.2 |
etsysR2MgmtErrLogResetNumberPERSISTENT: The number of resets which have occurred at the time in which the error is logged. (This is the sum of etsysR2MgmtPowerups, etsysR2MgmtMgmtResets, and etsysR2MgmtUnsolicitedResets.)ro INTEGER .1.3.6.1.4.1.5624.1.2.11.1.3.2.1.3 |
etsysR2MgmtErrLogInfoPERSISTENT: A textual description of the error being logged.ro SnmpAdminString .1.3.6.1.4.1.5624.1.2.11.1.3.2.1.4 |
etsysR2MgmtLoader OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.1.4 |
etsysR2MgmtCrashUploadUseBootpDURABLE: Controls where the AccessPoint gets the information that it needs to upload crash dumps. When true(1), indicates that the AP should use the BootP protocol to auto-configure parameters such as its own IP address, gateway IP, subnet, TFTP server IP address, and directory name. When false(2), indicates that the AccessPoint should use locally-configured parameters stored in NVRAM.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5624.1.2.11.1.4.1 |
etsysR2MgmtCrashUploadServerIPDURABLE: The IP address of the TFTP server that should be used for crash dump uploads. This value will be ignored when 'etsysR2MgmtCrashUploadUseBootp' is 'false(2)'.rw IpAddress .1.3.6.1.4.1.5624.1.2.11.1.4.2 |
etsysR2MgmtCrashUploadDirectoryDURABLE: The name of the remote directory to which all crash dumps should be uploaded. This value will be ignored when 'etsysR2MgmtCrashUploadUseBootp' is 'false(2)'.rw OCTET STRING .1.3.6.1.4.1.5624.1.2.11.1.4.3 |
etsysR2MgmtUplineDumpModeDetermines whether or not a dump file is created on an Access Point crash.rw EnabledStatus (P-BRIDGE-MIB) .1.3.6.1.4.1.5624.1.2.11.1.4.4 |
etsysR2MgmtConformance OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.2 |
etsysR2MgmtGroups OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.2.1 |
etsysR2MgmtBaseGroupThe basic etsysR2Mgmt objects.deprecated Unknown .1.3.6.1.4.1.5624.1.2.11.2.1.1 |
etsysR2MgmtCountersGroupThe Counters objects. Unknown .1.3.6.1.4.1.5624.1.2.11.2.1.2 |
etsysR2MgmtErrLogGroupThe error logging objects. Unknown .1.3.6.1.4.1.5624.1.2.11.2.1.3 |
etsysR2MgmtLoaderGroupThe Crash Upload objects. Unknown .1.3.6.1.4.1.5624.1.2.11.2.1.4 |
etsysR2MgmtBaseGroupV2The basic etsysR2Mgmt objects. Unknown .1.3.6.1.4.1.5624.1.2.11.2.1.5 |
etsysR2MgmtCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.5624.1.2.11.2.2 |
etsysR2MgmtComplianceThe compliance statement for devices that support Extended Switch.deprecated Unknown .1.3.6.1.4.1.5624.1.2.11.2.2.1 |
etsysR2MgmtComplianceV2The compliance statement for devices that support Extended Switch. Unknown .1.3.6.1.4.1.5624.1.2.11.2.2.2 |