RADIUS-DYNAUTH-CLIENT-MIB

File: RADIUS-DYNAUTH-CLIENT-MIB.mib (33307 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Integer32 mib-2
TimeTicks SnmpAdminString InetAddressType
InetAddress InetPortNumber MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

RadiusDynAuthServerEntry  
SEQUENCE    
  radiusDynAuthServerIndex Integer32
  radiusDynAuthServerAddressType InetAddressType
  radiusDynAuthServerAddress InetAddress
  radiusDynAuthServerClientPortNumber InetPortNumber
  radiusDynAuthServerID SnmpAdminString
  radiusDynAuthClientRoundTripTime TimeTicks
  radiusDynAuthClientDisconRequests Counter32
  radiusDynAuthClientDisconAuthOnlyRequests Counter32
  radiusDynAuthClientDisconRetransmissions Counter32
  radiusDynAuthClientDisconAcks Counter32
  radiusDynAuthClientDisconNaks Counter32
  radiusDynAuthClientDisconNakAuthOnlyRequest Counter32
  radiusDynAuthClientDisconNakSessNoContext Counter32
  radiusDynAuthClientMalformedDisconResponses Counter32
  radiusDynAuthClientDisconBadAuthenticators Counter32
  radiusDynAuthClientDisconPendingRequests Gauge32
  radiusDynAuthClientDisconTimeouts Counter32
  radiusDynAuthClientDisconPacketsDropped Counter32
  radiusDynAuthClientCoARequests Counter32
  radiusDynAuthClientCoAAuthOnlyRequest Counter32
  radiusDynAuthClientCoARetransmissions Counter32
  radiusDynAuthClientCoAAcks Counter32
  radiusDynAuthClientCoANaks Counter32
  radiusDynAuthClientCoANakAuthOnlyRequest Counter32
  radiusDynAuthClientCoANakSessNoContext Counter32
  radiusDynAuthClientMalformedCoAResponses Counter32
  radiusDynAuthClientCoABadAuthenticators Counter32
  radiusDynAuthClientCoAPendingRequests Gauge32
  radiusDynAuthClientCoATimeouts Counter32
  radiusDynAuthClientCoAPacketsDropped Counter32
  radiusDynAuthClientUnknownTypes Counter32
  radiusDynAuthClientCounterDiscontinuity TimeTicks

Defined Values

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.
MODULE-IDENTITY    

radiusDynAuthClientMIBObjects 1.3.6.1.2.1.145.1
OBJECT IDENTIFIER    

radiusDynAuthClientScalars 1.3.6.1.2.1.145.1.1
OBJECT IDENTIFIER    

radiusDynAuthClientDisconInvalidServerAddresses 1.3.6.1.2.1.145.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoAInvalidServerAddresses 1.3.6.1.2.1.145.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthServerTable 1.3.6.1.2.1.145.1.2
The (conceptual) table listing the RADIUS Dynamic Authorization Servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusDynAuthServerEntry

radiusDynAuthServerEntry 1.3.6.1.2.1.145.1.2.1
An entry (conceptual row) representing one Dynamic Authorization Server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusDynAuthServerEntry  

radiusDynAuthServerIndex 1.3.6.1.2.1.145.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

radiusDynAuthServerAddressType 1.3.6.1.2.1.145.1.2.1.2
The type of IP address of the RADIUS Dynamic Authorization Server referred to in this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

radiusDynAuthServerAddress 1.3.6.1.2.1.145.1.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

radiusDynAuthServerClientPortNumber 1.3.6.1.2.1.145.1.2.1.4
The UDP destination port that the RADIUS Dynamic Authorization Client is using to send requests to this server. The value zero is invalid.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber 1..65535  

radiusDynAuthServerID 1.3.6.1.2.1.145.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

radiusDynAuthClientRoundTripTime 1.3.6.1.2.1.145.1.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusDynAuthClientDisconRequests 1.3.6.1.2.1.145.1.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconAuthOnlyRequests 1.3.6.1.2.1.145.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconRetransmissions 1.3.6.1.2.1.145.1.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconAcks 1.3.6.1.2.1.145.1.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconNaks 1.3.6.1.2.1.145.1.2.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconNakAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconNakSessNoContext 1.3.6.1.2.1.145.1.2.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientMalformedDisconResponses 1.3.6.1.2.1.145.1.2.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconBadAuthenticators 1.3.6.1.2.1.145.1.2.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconPendingRequests 1.3.6.1.2.1.145.1.2.1.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

radiusDynAuthClientDisconTimeouts 1.3.6.1.2.1.145.1.2.1.17
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientDisconPacketsDropped 1.3.6.1.2.1.145.1.2.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoARequests 1.3.6.1.2.1.145.1.2.1.19
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoAAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.20
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoARetransmissions 1.3.6.1.2.1.145.1.2.1.21
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoAAcks 1.3.6.1.2.1.145.1.2.1.22
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoANaks 1.3.6.1.2.1.145.1.2.1.23
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoANakAuthOnlyRequest 1.3.6.1.2.1.145.1.2.1.24
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoANakSessNoContext 1.3.6.1.2.1.145.1.2.1.25
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientMalformedCoAResponses 1.3.6.1.2.1.145.1.2.1.26
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoABadAuthenticators 1.3.6.1.2.1.145.1.2.1.27
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoAPendingRequests 1.3.6.1.2.1.145.1.2.1.28
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

radiusDynAuthClientCoATimeouts 1.3.6.1.2.1.145.1.2.1.29
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCoAPacketsDropped 1.3.6.1.2.1.145.1.2.1.30
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientUnknownTypes 1.3.6.1.2.1.145.1.2.1.31
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusDynAuthClientCounterDiscontinuity 1.3.6.1.2.1.145.1.2.1.32
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusDynAuthClientMIBConformance 1.3.6.1.2.1.145.2
OBJECT IDENTIFIER    

radiusDynAuthClientMIBCompliances 1.3.6.1.2.1.145.2.1
OBJECT IDENTIFIER    

radiusDynAuthClientMIBGroups 1.3.6.1.2.1.145.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

radiusDynAuthClientMIBGroup 1.3.6.1.2.1.145.2.2.1
The collection of objects providing management of a RADIUS Dynamic Authorization Client.
Status: current Access: read-only
OBJECT-GROUP    

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'.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP