RADIUS-AUTH-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RADIUS-AUTH-SERVER-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
 radius 1.3.6.1.3.79
The OID assigned to RADIUS MIB work by the IANA.
       radiusAuthentication 1.3.6.1.3.79.1
           radiusAuthServMIB 1.3.6.1.3.79.1.1
The MIB module for entities implementing the server side of the Remote Access Dialin User Service (RADIUS) authentication protocol.
               radiusAuthServMIBObjects 1.3.6.1.3.79.1.1.1
                   radiusAuthServ 1.3.6.1.3.79.1.1.1.1
                       radiusAuthServIdent 1.3.6.1.3.79.1.1.1.1.1 displaystring read-only
The implementation identification string for the RADIUS authentication server software in use on the system, for example; `FNS-2.1'
                       radiusAuthServUpTime 1.3.6.1.3.79.1.1.1.1.2 radiustime read-only
If the server has a persistent state (e.g., a process), this value will be the time elapsed since it started. For software without persistent state, this value will be zero.
                       radiusAuthServResetTime 1.3.6.1.3.79.1.1.1.1.3 radiustime read-only
If the server has a persistent state (e.g., a process) and supports a `reset' operation (e.g., can be told to re-read configuration files), this value will be the time elapsed since the last time the name server was `reset.' For software that does not have persistence or does not support a `reset' operation, this value will be zero.
                       radiusAuthServConfigReset 1.3.6.1.3.79.1.1.1.1.4 integer read-write
Status/action object to reinitialize any persistent server state. When set to reset(2), any persistent server state (such as a process) is reinitialized as if the server had just been started. This value will never be returned by a read operation. When read, one of the following values will be returned: other(1) - server in some unknown state; initializing(3) - server (re)initializing; running(4) - server currently running. Enumeration: 'reset': 2, 'running': 4, 'other': 1, 'initializing': 3.
                       radiusAuthServTotalAccessRequests 1.3.6.1.3.79.1.1.1.1.5 counter32 read-only
The total number of RADIUS Access-Request packets received since server start-up.
                       radiusAuthServTotalInvalidRequests 1.3.6.1.3.79.1.1.1.1.6 counter32 read-only
The total number of RADIUS Access-Request packets received from unknown addresses since server start-up.
                       radiusAuthServTotalDupAccessRequests 1.3.6.1.3.79.1.1.1.1.7 counter32 read-only
The total number of duplicate RADIUS Access-Request packets received since server start-up.
                       radiusAuthServTotalAccessAccepts 1.3.6.1.3.79.1.1.1.1.8 counter32 read-only
The total number of RADIUS Access-Accept packets sent since server start-up.
                       radiusAuthServTotalAccessRejects 1.3.6.1.3.79.1.1.1.1.9 counter32 read-only
The total number of RADIUS Access-Reject packets sent since server start-up.
                       radiusAuthServTotalAccessChallenges 1.3.6.1.3.79.1.1.1.1.10 counter32 read-only
The total number of RADIUS Access-Challenge packets sent since server start-up.
                       radiusAuthServTotalMalformedAccessRequests 1.3.6.1.3.79.1.1.1.1.11 counter32 read-only
The total number of malformed RADIUS Access-Request packets received since server start-up. Bad authenticators are not included as malformed Access-Requests.
                       radiusAuthServTotalBadAuthenticators 1.3.6.1.3.79.1.1.1.1.12 counter32 read-only
The total number of RADIUS Authentication-Request packets which contained invalid Signature attributes received since server start-up.
                       radiusAuthServTotalPacketsDropped 1.3.6.1.3.79.1.1.1.1.13 counter32 read-only
The total number of packets dropped with no reply sent.
                       radiusAuthServTotalUnknownType 1.3.6.1.3.79.1.1.1.1.14 counter32 read-only
The total number of RADIUS packets of unknown type which were received since server start-up.
                       radiusAuthClientTable 1.3.6.1.3.79.1.1.1.1.15 no-access
The (conceptual) table listing the RADIUS authentication clients with which the server shares a secret.
                             radiusAuthClientEntry 1.3.6.1.3.79.1.1.1.1.15.1 no-access
An entry (conceptual row) representing a RADIUS authentication client with which the server shares a secret.
                                 radiusAuthClientIndex 1.3.6.1.3.79.1.1.1.1.15.1.1 integer32 no-access
A number uniquely identifying each RADIUS authentication client with which this server communicates.
                                 radiusAuthClientAddress 1.3.6.1.3.79.1.1.1.1.15.1.2 ipaddress read-only
The NAS-IP-Address of the RADIUS authentication client referred to in this table entry.
                                 radiusAuthClientID 1.3.6.1.3.79.1.1.1.1.15.1.3 displaystring read-only
The NAS-Identifier of the RADIUS authentication client referred to in this table entry. This is not necessarily the same as sysName in MIB II.
                                 radiusAuthServAccessRequests 1.3.6.1.3.79.1.1.1.1.15.1.4 counter32 read-only
The total number of RADIUS Access-Request packets received from this client since server start-up.
                                 radiusAuthServDupAccessRequests 1.3.6.1.3.79.1.1.1.1.15.1.5 counter32 read-only
The total number of duplicate RADIUS Access-Request packets received from this client since server start-up.
                                 radiusAuthServAccessAccepts 1.3.6.1.3.79.1.1.1.1.15.1.6 counter32 read-only
The total number of RADIUS Access-Accept packets sent to this client since server start-up.
                                 radiusAuthServAccessRejects 1.3.6.1.3.79.1.1.1.1.15.1.7 counter32 read-only
The total number of RADIUS Access-Reject packets sent to this client since server start-up.
                                 radiusAuthServAccessChallenges 1.3.6.1.3.79.1.1.1.1.15.1.8 counter32 read-only
The total number of RADIUS Access-Challenge packets sent to this client since server start-up.
                                 radiusAuthServMalformedAccessRequests 1.3.6.1.3.79.1.1.1.1.15.1.9 counter32 read-only
The total number of malformed RADIUS Access-Request packets received from this client since server start-up. Bad authenticators are not included as malformed Access-Requests.
                                 radiusAuthServBadAuthenticators 1.3.6.1.3.79.1.1.1.1.15.1.10 counter32 read-only
The total number of RADIUS Authentication-Request packets which contained invalid Signature attributes received from this client since server start-up.
                                 radiusAuthServPacketsDropped 1.3.6.1.3.79.1.1.1.1.15.1.11 counter32 read-only
The total number of packets dropped from this client, with no reply sent.
                                 radiusAuthServUnknownType 1.3.6.1.3.79.1.1.1.1.15.1.12 counter32 read-only
The total number of RADIUS packets of unknown type which were received from this client since authentication server start-up.
               radiusAuthServMIBConformance 1.3.6.1.3.79.1.1.2
                   radiusAuthServMIBCompliances 1.3.6.1.3.79.1.1.2.1
                       radiusAuthServMIBCompliance 1.3.6.1.3.79.1.1.2.1.1
The compliance statement for authentication servers implementing the RADIUS Authentication Server MIB.
                   radiusAuthServMIBGroups 1.3.6.1.3.79.1.1.2.2
                       radiusAuthServMIBGroup 1.3.6.1.3.79.1.1.2.2.1
The collection of objects providing management of a RADIUS Authentication Server.