MRV-IN-REACH-RADIUS-MIB: View SNMP OID List / Download MIB

VENDOR: MRV COMMUNICATIONS


 Home MIB: MRV-IN-REACH-RADIUS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 xRadius 1.3.6.1.4.1.33.35
       xRadiusPort 1.3.6.1.4.1.33.35.1
           xRadiusPortTable 1.3.6.1.4.1.33.35.1.1 no-access
Table of fields indexed by port.
               xRadiusPortEntry 1.3.6.1.4.1.33.35.1.1.1 no-access
A particular entry.
                   xRadiusPortIndex 1.3.6.1.4.1.33.35.1.1.1.1 integer read-only
The index of the port.
                   xRadiusPortStatus 1.3.6.1.4.1.33.35.1.1.1.2 integer read-only
Indicates the state of Radius Authentication on the port. Enumeration: 'disabled': 1, 'enabled': 2.
                   xRadiusPortSolicitStatus 1.3.6.1.4.1.33.35.1.1.1.3 integer read-write
Indicates the state of Radius solicitation mode on the port. Enumeration: 'disabled': 1, 'enabled': 2.
                   xRadiusAcctPortStatus 1.3.6.1.4.1.33.35.1.1.1.4 integer read-only
Indicates the state of Radius Accounting on the port. Enumeration: 'disabled': 1, 'limited': 3, 'enabled': 2.
       xRadiusCircuit 1.3.6.1.4.1.33.35.2
           xRadiusCircuitTable 1.3.6.1.4.1.33.35.2.1 no-access
Table of fields indexed by circuit.
               xRadiusCircuitEntry 1.3.6.1.4.1.33.35.2.1.1 no-access
A particular entry.
                   xRadiusCircuitIndex 1.3.6.1.4.1.33.35.2.1.1.1 integer read-only
The index of the circuit.
                   xRadiusCircAcctOnOff 1.3.6.1.4.1.33.35.2.1.1.2 integer read-only
Indicates the state of Radius Accounting on the circuit. Enumeration: 'disabled': 1, 'limited': 3, 'enabled': 2.
       xRadiusConfig 1.3.6.1.4.1.33.35.3
           xRadiusAuthServerPort 1.3.6.1.4.1.33.35.3.1 integer read-write
The UDP port on which the Radius authentication request will be made.
           xRadiusAcctServerPort 1.3.6.1.4.1.33.35.3.2 integer read-write
The UDP port on which the Radius accounting request will be made.
           xRadiusTimeout 1.3.6.1.4.1.33.35.3.3 integer read-write
The period of time that the Radius client will wait for a reply from the server.
           xRadiusServerRetries 1.3.6.1.4.1.33.35.3.4 integer read-write
The number of times a Radius server will be tried.
           xRadiusAcctLogAttempts 1.3.6.1.4.1.33.35.3.5 integer read-write
The number of times the client will attempt to log the accounting record to either the primary or secondary Radius server before giving up and failing.
           xRadiusChapChallengeSize 1.3.6.1.4.1.33.35.3.6 integer read-write
The size of the CHAP challenge that is sent to the peer and the Radius server.
           xRadiusLogging 1.3.6.1.4.1.33.35.3.7 integer read-write
Indicates the state of Radius logging for packet tracing and troubleshooting. Messages are logged to the MRV In-Reach event log. Enumeration: 'disabled': 1, 'enabled': 2.
           xRadiusMessage 1.3.6.1.4.1.33.35.3.8 displaystring read-write
The authentication prompting message for Radius logins.
       xRadiusServers 1.3.6.1.4.1.33.35.4
           xRadServer1SubGrp 1.3.6.1.4.1.33.35.4.1
               xRadiusServerName1 1.3.6.1.4.1.33.35.4.1.1 octet string read-write
The primary Radius server queried for authentication.
               xRadiusSecret1 1.3.6.1.4.1.33.35.4.1.2 octet string read-only
The secret value used to communicate with the primary Radius server.
               xRadiusServerAccess1 1.3.6.1.4.1.33.35.4.1.3 counter read-only
The number of successful accesses of primary Radius server.
               xRadiusServerAccessFailed1 1.3.6.1.4.1.33.35.4.1.4 counter read-only
The number of failed accesses of primary Radius server.
           xRadServer2SubGrp 1.3.6.1.4.1.33.35.4.2
               xRadiusServerName2 1.3.6.1.4.1.33.35.4.2.1 octet string read-write
The secondary Radius server queried for authentication, if the primary one fails.
               xRadiusSecret2 1.3.6.1.4.1.33.35.4.2.2 octet string read-only
The secret value used to communicate with the secondary Radius server.
               xRadiusServerAccess2 1.3.6.1.4.1.33.35.4.2.3 counter read-only
The number of successful accesses of secondary Radius server.
               xRadiusServerAccessFailed2 1.3.6.1.4.1.33.35.4.2.4 counter read-only
The number of failed accesses of secondary Radius server.
       xRadiusCounters 1.3.6.1.4.1.33.35.5
           xRadAuthCtsSubGrp 1.3.6.1.4.1.33.35.5.1
               xRadiusLogins 1.3.6.1.4.1.33.35.5.1.1 counter read-only
The number of successful logins using Radius.
               xRadiusLoginsFailed 1.3.6.1.4.1.33.35.5.1.2 counter read-only
The number of failed logins resulting from being rejected by the Radius server.
               xRadiusConfigFailed 1.3.6.1.4.1.33.35.5.1.3 counter read-only
The number of failed logins resulting from unsupported attribute values.
               xRadiusPolicyFailed 1.3.6.1.4.1.33.35.5.1.4 counter read-only
The number of failed logins resulting from failing specific Radius policies on the MRV In-Reach unit.
           xRadAcctCtsSubGrp 1.3.6.1.4.1.33.35.5.2
               xRadiusAcctSuccess 1.3.6.1.4.1.33.35.5.2.1 counter read-only
The number of successfully recorded Radius accounting log records.
               xRadiusAcctFailed 1.3.6.1.4.1.33.35.5.2.2 counter read-only
The number of failed (not logged) Radius accounting log records.
               xRadiusAcctReqWait 1.3.6.1.4.1.33.35.5.2.3 counter read-only
The number of log requests waiting for a reply from the Radius server.