RADIUS-DYNAUTH-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RADIUS-DYNAUTH-CLIENT-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
 radiusDynAuthClientMIB 1.3.6.1.2.1.145
The MIB module for entities implementing the client side of the Dynamic Authorization Extensions to the Remote Authentication Dial-In User Service (RADIUS) protocol. Copyright (C) The Internet Society (2006). Initial version as published in RFC 4672; for full legal notices see the RFC itself.
         radiusDynAuthClientMIBObjects 1.3.6.1.2.1.145.1
             radiusDynAuthClientScalars 1.3.6.1.2.1.145.1.1
                 radiusDynAuthClientDisconInvalidServerAddresses 1.3.6.1.2.1.145.1.1.1 counter32 read-only
The number of Disconnect-Ack and Disconnect-NAK packets received from unknown addresses. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                 radiusDynAuthClientCoAInvalidServerAddresses 1.3.6.1.2.1.145.1.1.2 counter32 read-only
The number of CoA-Ack and CoA-NAK packets received from unknown addresses. Disconnect-NAK packets received from unknown addresses. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
             radiusDynAuthServerTable 1.3.6.1.2.1.145.1.2 no-access
The (conceptual) table listing the RADIUS Dynamic Authorization Servers with which the client shares a secret.
                 radiusDynAuthServerEntry 1.3.6.1.2.1.145.1.2.1 no-access
An entry (conceptual row) representing one Dynamic Authorization Server with which the client shares a secret.
                     radiusDynAuthServerIndex 1.3.6.1.2.1.145.1.2.1.1 integer32 no-access
A number uniquely identifying each RADIUS Dynamic Authorization Server with which this Dynamic Authorization Client communicates. This number is allocated by the agent implementing this MIB module and is unique in this context.
                     radiusDynAuthServerAddressType 1.3.6.1.2.1.145.1.2.1.2 inetaddresstype read-only
The type of IP address of the RADIUS Dynamic Authorization Server referred to in this table entry.
                     radiusDynAuthServerAddress 1.3.6.1.2.1.145.1.2.1.3 inetaddress read-only
The IP address value of the RADIUS Dynamic Authorization Server referred to in this table entry using the version neutral IP address format. The type of this address is determined by the value of the radiusDynAuthServerAddressType object.
                     radiusDynAuthServerClientPortNumber 1.3.6.1.2.1.145.1.2.1.4 inetportnumber read-only
The UDP destination port that the RADIUS Dynamic Authorization Client is using to send requests to this server. The value zero is invalid.
                     radiusDynAuthServerID 1.3.6.1.2.1.145.1.2.1.5 snmpadminstring read-only
The NAS-Identifier of the RADIUS Dynamic Authorization Server referred to in this table entry. This is not necessarily the same as sysName in MIB II.
                     radiusDynAuthClientRoundTripTime 1.3.6.1.2.1.145.1.2.1.6 timeticks read-only
The time interval (in hundredths of a second) between the most recent Disconnect or CoA request and the receipt of the corresponding Disconnect or CoA reply. A value of zero is returned if no reply has been received yet from this server.
                     radiusDynAuthClientDisconRequests 1.3.6.1.2.1.145.1.2.1.7 counter32 read-only
The number of RADIUS Disconnect-Requests sent to this Dynamic Authorization Server. This also includes the RADIUS Disconnect-Requests that have a Service-Type attribute with value 'Authorize Only'. Disconnect-NAK packets received from unknown addresses. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconAuthOnlyRequests 1.3.6.1.2.1.145.1.2.1.8 counter32 read-only
The number of RADIUS Disconnect-Requests that include a Service-Type attribute with value 'Authorize Only' sent to this Dynamic Authorization Server. Disconnect-NAK packets received from unknown addresses. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconRetransmissions 1.3.6.1.2.1.145.1.2.1.9 counter32 read-only
The number of RADIUS Disconnect-request packets retransmitted to this RADIUS Dynamic Authorization Server. Disconnect-NAK packets received from unknown addresses. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconAcks 1.3.6.1.2.1.145.1.2.1.10 counter32 read-only
The number of RADIUS Disconnect-ACK packets received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconNaks 1.3.6.1.2.1.145.1.2.1.11 counter32 read-only
The number of RADIUS Disconnect-NAK packets received from this Dynamic Authorization Server. This includes the RADIUS Disconnect-NAK packets received with a Service-Type attribute with value 'Authorize Only' and the RADIUS Disconnect-NAK packets received if no session context was found. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconNakAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.12 counter32 read-only
The number of RADIUS Disconnect-NAK packets that include a Service-Type attribute with value 'Authorize Only' received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconNakSessNoContext 1.3.6.1.2.1.145.1.2.1.13 counter32 read-only
The number of RADIUS Disconnect-NAK packets received from this Dynamic Authorization Server because no session context was found; i.e., it includes an Error-Cause attribute with value 503 ('Session Context Not Found'). This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientMalformedDisconResponses 1.3.6.1.2.1.145.1.2.1.14 counter32 read-only
The number of malformed RADIUS Disconnect-Ack and Disconnect-NAK packets received from this Dynamic Authorization Server. Bad authenticators and unknown types are not included as malformed Disconnect-Ack and Disconnect-NAK packets. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconBadAuthenticators 1.3.6.1.2.1.145.1.2.1.15 counter32 read-only
The number of RADIUS Disconnect-Ack and Disconnect-NAK packets that contained invalid Authenticator field received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconPendingRequests 1.3.6.1.2.1.145.1.2.1.16 gauge32 read-only
The number of RADIUS Disconnect-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Disconnect-Request is sent and decremented due to receipt of a Disconnect-Ack, a Disconnect-NAK, a timeout, or a retransmission.
                     radiusDynAuthClientDisconTimeouts 1.3.6.1.2.1.145.1.2.1.17 counter32 read-only
The number of Disconnect request timeouts to this server. After a timeout, the client may retry to the same server or give up. A retry to the same server is counted as a retransmit and as a timeout. A send to a different server is counted as a Disconnect-Request and as a timeout. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientDisconPacketsDropped 1.3.6.1.2.1.145.1.2.1.18 counter32 read-only
The number of incoming Disconnect-Ack and Disconnect-NAK packets from this Dynamic Authorization Server silently discarded by the client application for some reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoARequests 1.3.6.1.2.1.145.1.2.1.19 counter32 read-only
The number of RADIUS CoA-Requests sent to this Dynamic Authorization Server. This also includes CoA requests that have a Service-Type attribute with value 'Authorize Only'. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoAAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.20 counter32 read-only
The number of RADIUS CoA-requests that include a Service-Type attribute with value 'Authorize Only' sent to this Dynamic Authorization Client. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoARetransmissions 1.3.6.1.2.1.145.1.2.1.21 counter32 read-only
The number of RADIUS CoA-request packets retransmitted to this RADIUS Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoAAcks 1.3.6.1.2.1.145.1.2.1.22 counter32 read-only
The number of RADIUS CoA-ACK packets received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoANaks 1.3.6.1.2.1.145.1.2.1.23 counter32 read-only
The number of RADIUS CoA-NAK packets received from this Dynamic Authorization Server. This includes the RADIUS CoA-NAK packets received with a Service-Type attribute with value 'Authorize Only' and the RADIUS CoA-NAK packets received because no session context was found. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoANakAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.24 counter32 read-only
The number of RADIUS CoA-NAK packets that include a Service-Type attribute with value 'Authorize Only' received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoANakSessNoContext 1.3.6.1.2.1.145.1.2.1.25 counter32 read-only
The number of RADIUS CoA-NAK packets received from this Dynamic Authorization Server because no session context was found; i.e., it includes an Error-Cause attribute with value 503 ('Session Context Not Found'). This counter may experience a discontinuity when the DAC module (re)starts as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientMalformedCoAResponses 1.3.6.1.2.1.145.1.2.1.26 counter32 read-only
The number of malformed RADIUS CoA-Ack and CoA-NAK packets received from this Dynamic Authorization Server. Bad authenticators and unknown types are not included as malformed CoA-Ack and CoA-NAK packets. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoABadAuthenticators 1.3.6.1.2.1.145.1.2.1.27 counter32 read-only
The number of RADIUS CoA-Ack and CoA-NAK packets that contained invalid Authenticator field received from this Dynamic Authorization Server. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoAPendingRequests 1.3.6.1.2.1.145.1.2.1.28 gauge32 read-only
The number of RADIUS CoA-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an CoA-Request is sent and decremented due to receipt of a CoA-Ack, a CoA-NAK, or a timeout, or a retransmission.
                     radiusDynAuthClientCoATimeouts 1.3.6.1.2.1.145.1.2.1.29 counter32 read-only
The number of CoA request timeouts to this server. After a timeout, the client may retry to the same server or give up. A retry to the same server is counted as a retransmit and as a timeout. A send to a different server is counted as a CoA-Request and as a timeout. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCoAPacketsDropped 1.3.6.1.2.1.145.1.2.1.30 counter32 read-only
The number of incoming CoA-Ack and CoA-NAK from this Dynamic Authorization Server silently discarded by the client application for some reason other than malformed, bad authenticators, or unknown types. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientUnknownTypes 1.3.6.1.2.1.145.1.2.1.31 counter32 read-only
The number of incoming packets of unknown types that were received on the Dynamic Authorization port. This counter may experience a discontinuity when the DAC module (re)starts, as indicated by the value of radiusDynAuthClientCounterDiscontinuity.
                     radiusDynAuthClientCounterDiscontinuity 1.3.6.1.2.1.145.1.2.1.32 timeticks read-only
The time (in hundredths of a second) since the last counter discontinuity. A discontinuity may be the result of a reinitialization of the DAC module within the managed entity.
         radiusDynAuthClientMIBConformance 1.3.6.1.2.1.145.2
             radiusDynAuthClientMIBCompliances 1.3.6.1.2.1.145.2.1
                 radiusDynAuthClientMIBCompliance 1.3.6.1.2.1.145.2.1.1
The compliance statement for entities implementing the RADIUS Dynamic Authorization Client. Implementation of this module is for entities that support IPv4 and/or IPv6.
             radiusDynAuthClientMIBGroups 1.3.6.1.2.1.145.2.2
                 radiusDynAuthClientMIBGroup 1.3.6.1.2.1.145.2.2.1
The collection of objects providing management of a RADIUS Dynamic Authorization Client.
                 radiusDynAuthClientAuthOnlyGroup 1.3.6.1.2.1.145.2.2.2
The collection of objects supporting the RADIUS messages including Service-Type attribute with value 'Authorize Only'.
                 radiusDynAuthClientNoSessGroup 1.3.6.1.2.1.145.2.2.3
The collection of objects supporting the RADIUS messages that are referring to non-existing sessions.