ASCEND-RADIUS-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-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
 radiusNumAuthServers 1.3.6.1.4.1.529.13.1 integer read-only
The maximum number of RADIUS authentication servers supported by the system.
 radiusNumAcctServers 1.3.6.1.4.1.529.13.2 integer read-only
The maximum number of RADIUS accounting servers supported by the system.
 radiusAuthStatsTable 1.3.6.1.4.1.529.13.3 no-access
A list of entries for RADIUS authentication statistics.
     radiusAuthStatsEntry 1.3.6.1.4.1.529.13.3.1 no-access
An entry containing object variables to describe a session.
         radAuthServerIndex 1.3.6.1.4.1.529.13.3.1.1 integer read-only
The index number for this session status entry. Its value ranges from 1 to 'radiusNumAuthServers'. and identifies which server entry is associated with.
         radAuthLoginRqstSent 1.3.6.1.4.1.529.13.3.1.2 integer read-only
Total number of authentication requests sent. These requests are strictly for authentication purposes. The sum of this value and 'radAuthOtherRqstSent' represents the total number of requests sent (excluding RADIUS accounting requests).
         radAuthOtherRqstSent 1.3.6.1.4.1.529.13.3.1.3 integer read-only
Total number of requests sent that are NOT related to authentication or accounting. These include requests for routes, filters, banners, etc.
         radAuthRqstTimedOut 1.3.6.1.4.1.529.13.3.1.4 integer read-only
Total number of authentication requests which timed out. Value should be less than or equal to 'radAuthLoginRqstSent'.
         radAuthOtherRqstTimedOut 1.3.6.1.4.1.529.13.3.1.5 integer read-only
Total number of requests excluding authentication and accounting which timed out. Value should be less than or equal to 'radAuthOtherRqstSent'.
         radAuthRspRcvd 1.3.6.1.4.1.529.13.3.1.6 integer read-only
Total number of responses to authentication requests received. Response could be a NAK or an ACK. Value should match radAuthLoginRqstSent. The sum of this value and 'radAuthOtherRspRcvd', 'radAuthUnexpRspRcvd', and 'radAuthBadRspRcvd' represents the total number of responses received (excluding those related to RADIUS accounting).
         radAuthOtherRspRcvd 1.3.6.1.4.1.529.13.3.1.7 integer read-only
Total number of responses to requests that were NOT related to authentication or accounting. Response could be a NAK or an ACK. Value should be less than or equal to radAuthOtherRqstSent.
         radAuthUnexpRspRcvd 1.3.6.1.4.1.529.13.3.1.8 integer read-only
Total number of responses received that did not match an outstanding request. A positive value may indicate configured timeout is insufficient. Total excludes accounting responses.
         radAuthBadRspRcvd 1.3.6.1.4.1.529.13.3.1.9 integer read-only
Total number of authentication responses received that were rejected due to: (1) authentication NAKed. (2) invalid authenticator field. (3) invalid packet format. (4) invalid code field. (5) unrecognized attribute. A positive value may indicate mismatch in the shared secrets.
         radAuthAckRspRcvd 1.3.6.1.4.1.529.13.3.1.10 integer read-only
Total number of authentication requests which were ACKed or authenticated successfully. Value is less than or equal to 'radAuthLoginRqstSent'.
         radAuthHostIPAddress 1.3.6.1.4.1.529.13.3.1.11 ipaddress read-only
The IP address of the Authentication server. The value 0.0.0.0 is returned if entry is invalid.
         radAuthCurrentServerFlag 1.3.6.1.4.1.529.13.3.1.12 integer read-write
Value indicates whether this entry is the current authentication server or not. Writing a value will cause the current server to be reset. Enumeration: 'standby': 1, 'current': 2.
 radiusAcctStatsTable 1.3.6.1.4.1.529.13.4 no-access
A list of entries for RADIUS accounting statistics.
     radiusAcctStatsEntry 1.3.6.1.4.1.529.13.4.1 no-access
An entry containing object variables to describe a session.
         radAcctServerIndex 1.3.6.1.4.1.529.13.4.1.1 integer read-only
The index number for this session status entry. Its value ranges from 1 to 'radiusNumAcctServers'. and identifies which server entry is associated with.
         radAcctRqstSent 1.3.6.1.4.1.529.13.4.1.2 integer read-only
Total number of accounting requests sent.
         radAcctRqstTimedOut 1.3.6.1.4.1.529.13.4.1.3 integer read-only
Total number of accounting requests which timed out.
         radAcctRspRcvd 1.3.6.1.4.1.529.13.4.1.4 integer read-only
Total number of responses to accounting requests received.
         radAcctUnexpRspRcvd 1.3.6.1.4.1.529.13.4.1.5 integer read-only
Total number of accounting responses received that did not match an outstanding request. A positive value may indicate configured timeout is insufficient.
         radAcctHostIPAddress 1.3.6.1.4.1.529.13.4.1.6 ipaddress read-only
The IP address of the Accounting server. The value 0.0.0.0 is returned if entry is invalid.
         radAcctCurrentServerFlag 1.3.6.1.4.1.529.13.4.1.7 integer read-write
Value indicates whether this entry is the current active accounting server or not. Writing a value will cause the current server to be reset. Enumeration: 'active': 2, 'inactive': 1.
 radiusNewNASPortIDFormat 1.3.6.1.4.1.529.13.5 integer read-write
TRUE if new NAS port ID format is used, FALSE if old NAS Port ID is used. On the TNT product family the new NAS port ID format is used by default. The old format cannot be used for multi-shelf systems or if any line cards are in a slot greater than the twelfth position. Enumeration: 'false': 2, 'true': 1.