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

VENDOR: INTERNET-STANDARD


 Home MIB: RADIUS-ACCT-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
 radiusMIB 1.3.6.1.2.1.67
The OID assigned to RADIUS MIB work by the IANA.
       radiusAccounting 1.3.6.1.2.1.67.2
           radiusAccServMIB 1.3.6.1.2.1.67.2.1
The MIB module for entities implementing the server side of the Remote Authentication Dial-In User Service (RADIUS) accounting protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC xxxx; see the RFC itself forfull legal notices.
               radiusAccServMIBObjects 1.3.6.1.2.1.67.2.1.1
                   radiusAccServ 1.3.6.1.2.1.67.2.1.1.1
                       radiusAccServIdent 1.3.6.1.2.1.67.2.1.1.1.1 snmpadminstring read-only
The implementation identification string for the RADIUS accounting server software in use on the system, for example; `FNS-2.1'
                       radiusAccServUpTime 1.3.6.1.2.1.67.2.1.1.1.2 timeticks read-only
If the server has a persistent state (e.g., a process), this value will be the time elapsed (in hundredths of a second) since the server process was started. For software without persistent state, this value will be zero.
                       radiusAccServResetTime 1.3.6.1.2.1.67.2.1.1.1.3 timeticks 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 (in hundredths of a second) since the server was `reset.' For software that does not have persistence or does not support a `reset' operation, this value will be zero.
                       radiusAccServConfigReset 1.3.6.1.2.1.67.2.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.
                       radiusAccServTotalRequests 1.3.6.1.2.1.67.2.1.1.1.5 counter32 read-only
The number of packets received on the accounting port.
                       radiusAccServTotalInvalidRequests 1.3.6.1.2.1.67.2.1.1.1.6 counter32 read-only
The number of RADIUS Accounting-Request packets received from unknown addresses.
                       radiusAccServTotalDupRequests 1.3.6.1.2.1.67.2.1.1.1.7 counter32 read-only
The number of duplicate RADIUS Accounting-Request packets received.
                       radiusAccServTotalResponses 1.3.6.1.2.1.67.2.1.1.1.8 counter32 read-only
The number of RADIUS Accounting-Response packets sent.
                       radiusAccServTotalMalformedRequests 1.3.6.1.2.1.67.2.1.1.1.9 counter32 read-only
The number of malformed RADIUS Accounting-Request packets received. Bad authenticators or unknown types are not included as malformed Access-Requests.
                       radiusAccServTotalBadAuthenticators 1.3.6.1.2.1.67.2.1.1.1.10 counter32 read-only
The number of RADIUS Accounting-Request packets which contained an invalid authenticator.
                       radiusAccServTotalPacketsDropped 1.3.6.1.2.1.67.2.1.1.1.11 counter32 read-only
The number of incoming packets silently discarded for a reason other than malformed, bad authenticators, or unknown types.
                       radiusAccServTotalNoRecords 1.3.6.1.2.1.67.2.1.1.1.12 counter32 read-only
The number of RADIUS Accounting-Request packets which were received and responded to but not recorded.
                       radiusAccServTotalUnknownTypes 1.3.6.1.2.1.67.2.1.1.1.13 counter32 read-only
The number of RADIUS packets of unknown type which were received.
                       radiusAccClientTable 1.3.6.1.2.1.67.2.1.1.1.14 no-access
The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.
                             radiusAccClientEntry 1.3.6.1.2.1.67.2.1.1.1.14.1 no-access
An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.
                                 radiusAccClientIndex 1.3.6.1.2.1.67.2.1.1.1.14.1.1 integer32 no-access
A number uniquely identifying each RADIUS accounting client with which this server communicates.
                                 radiusAccClientAddress 1.3.6.1.2.1.67.2.1.1.1.14.1.2 ipaddress read-only
The NAS-IP-Address of the RADIUS accounting client referred to in this table entry.
                                 radiusAccClientID 1.3.6.1.2.1.67.2.1.1.1.14.1.3 snmpadminstring read-only
The NAS-Identifier of the RADIUS accounting client referred to in this table entry. This is not necessarily the same as sysName in MIB II.
                                 radiusAccServPacketsDropped 1.3.6.1.2.1.67.2.1.1.1.14.1.4 counter32 read-only
The number of incoming packets received from this client and silently discarded for a reason other than malformed, bad authenticators, or unknown types.
                                 radiusAccServRequests 1.3.6.1.2.1.67.2.1.1.1.14.1.5 counter32 read-only
The number of packets received from this client on the accounting port.
                                 radiusAccServDupRequests 1.3.6.1.2.1.67.2.1.1.1.14.1.6 counter32 read-only
The number of duplicate RADIUS Accounting-Request packets received from this client.
                                 radiusAccServResponses 1.3.6.1.2.1.67.2.1.1.1.14.1.7 counter32 read-only
The number of RADIUS Accounting-Response packets sent to this client.
                                 radiusAccServBadAuthenticators 1.3.6.1.2.1.67.2.1.1.1.14.1.8 counter32 read-only
The number of RADIUS Accounting-Request packets which contained invalid authenticators received from this client.
                                 radiusAccServMalformedRequests 1.3.6.1.2.1.67.2.1.1.1.14.1.9 counter32 read-only
The number of malformed RADIUS Accounting-Request packets which were received from this client. Bad authenticators and unknown types are not included as malformed Accounting-Requests.
                                 radiusAccServNoRecords 1.3.6.1.2.1.67.2.1.1.1.14.1.10 counter32 read-only
The number of RADIUS Accounting-Request packets which were received and responded to but not recorded.
                                 radiusAccServUnknownTypes 1.3.6.1.2.1.67.2.1.1.1.14.1.11 counter32 read-only
The number of RADIUS packets of unknown type which were received from this client.
                       radiusAccClientExtTable 1.3.6.1.2.1.67.2.1.1.1.15 no-access
The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.
                             radiusAccClientExtEntry 1.3.6.1.2.1.67.2.1.1.1.15.1 no-access
An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.
                                 radiusAccClientExtIndex 1.3.6.1.2.1.67.2.1.1.1.15.1.1 integer32 no-access
A number uniquely identifying each RADIUS accounting client with which this server communicates.
                                 radiusAccClientInetAddressType 1.3.6.1.2.1.67.2.1.1.1.15.1.2 inetaddresstype read-only
The type of address format used for the radiusAccClientInetAddress object.
                                 radiusAccClientInetAddress 1.3.6.1.2.1.67.2.1.1.1.15.1.3 inetaddress read-only
The IP address of the RADIUS accounting client referred to in this table entry, using the IPv6 address format.
                                 radiusAccClientExtID 1.3.6.1.2.1.67.2.1.1.1.15.1.4 snmpadminstring read-only
The NAS-Identifier of the RADIUS accounting client referred to in this table entry. This is not necessarily the same as sysName in MIB II.
                                 radiusAccServExtPacketsDropped 1.3.6.1.2.1.67.2.1.1.1.15.1.5 counter32 read-only
The number of incoming packets received from this client and silently discarded for a reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtRequests 1.3.6.1.2.1.67.2.1.1.1.15.1.6 counter32 read-only
The number of packets received from this client on the accounting port. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtDupRequests 1.3.6.1.2.1.67.2.1.1.1.15.1.7 counter32 read-only
The number of duplicate RADIUS Accounting-Request packets received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtResponses 1.3.6.1.2.1.67.2.1.1.1.15.1.8 counter32 read-only
The number of RADIUS Accounting-Response packets sent to this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtBadAuthenticators 1.3.6.1.2.1.67.2.1.1.1.15.1.9 counter32 read-only
The number of RADIUS Accounting-Request packets which contained invalid authenticators received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtMalformedRequests 1.3.6.1.2.1.67.2.1.1.1.15.1.10 counter32 read-only
The number of malformed RADIUS Accounting-Request packets which were received from this client. Bad authenticators and unknown types are not included as malformed Accounting-Requests. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtNoRecords 1.3.6.1.2.1.67.2.1.1.1.15.1.11 counter32 read-only
The number of RADIUS Accounting-Request packets which were received and responded to but not recorded. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServExtUnknownTypes 1.3.6.1.2.1.67.2.1.1.1.15.1.12 counter32 read-only
The number of RADIUS packets of unknown type which were received from this client. This counter may experience a discontinuity when the RADIUS Accounting Server module within the managed entity is reinitialized, as indicated by the current value of radiusAccServerCounterDiscontinuity.
                                 radiusAccServerCounterDiscontinuity 1.3.6.1.2.1.67.2.1.1.1.15.1.13 timeticks read-only
The number of centiseconds since the last discontinuity in the RADIUS Accounting Server counters. A discontinuity may be the result of a reinitialization of the RADIUS Accounting Server module within the managed entity.
               radiusAccServMIBConformance 1.3.6.1.2.1.67.2.1.2
                   radiusAccServMIBCompliances 1.3.6.1.2.1.67.2.1.2.1
                       radiusAccServMIBCompliance 1.3.6.1.2.1.67.2.1.2.1.1
The compliance statement for accounting servers implementing the RADIUS Accounting Server MIB. Implementation of this module is for IPv4-only entities, or for backwards compatibility use with entities that support both IPv4 and IPv6.
                       radiusAccServExtMIBCompliance 1.3.6.1.2.1.67.2.1.2.1.2
The compliance statement for accounting servers implementing the RADIUS Accounting Server IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.
                   radiusAccServMIBGroups 1.3.6.1.2.1.67.2.1.2.2
                       radiusAccServMIBGroup 1.3.6.1.2.1.67.2.1.2.2.1
The collection of objects providing management of a RADIUS Accounting Server.
                       radiusAccServExtMIBGroup 1.3.6.1.2.1.67.2.1.2.2.2
The collection of objects providing management of a RADIUS Accounting Server.