RADIUS-AUTH-CLIENT-MIB

File: RADIUS-AUTH-CLIENT-MIB.mib (29547 bytes)

Imported modules

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

Imported symbols

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

Defined Types

RadiusAuthServerEntry  
SEQUENCE    
  radiusAuthServerIndex Integer32
  radiusAuthServerAddress IpAddress
  radiusAuthClientServerPortNumber Integer32
  radiusAuthClientRoundTripTime TimeTicks
  radiusAuthClientAccessRequests Counter32
  radiusAuthClientAccessRetransmissions Counter32
  radiusAuthClientAccessAccepts Counter32
  radiusAuthClientAccessRejects Counter32
  radiusAuthClientAccessChallenges Counter32
  radiusAuthClientMalformedAccessResponses Counter32
  radiusAuthClientBadAuthenticators Counter32
  radiusAuthClientPendingRequests Gauge32
  radiusAuthClientTimeouts Counter32
  radiusAuthClientUnknownTypes Counter32
  radiusAuthClientPacketsDropped Counter32

RadiusAuthServerExtEntry  
SEQUENCE    
  radiusAuthServerExtIndex Integer32
  radiusAuthServerInetAddressType InetAddressType
  radiusAuthServerInetAddress InetAddress
  radiusAuthClientServerInetPortNumber InetPortNumber
  radiusAuthClientExtRoundTripTime TimeTicks
  radiusAuthClientExtAccessRequests Counter32
  radiusAuthClientExtAccessRetransmissions Counter32
  radiusAuthClientExtAccessAccepts Counter32
  radiusAuthClientExtAccessRejects Counter32
  radiusAuthClientExtAccessChallenges Counter32
  radiusAuthClientExtMalformedAccessResponses Counter32
  radiusAuthClientExtBadAuthenticators Counter32
  radiusAuthClientExtPendingRequests Gauge32
  radiusAuthClientExtTimeouts Counter32
  radiusAuthClientExtUnknownTypes Counter32
  radiusAuthClientExtPacketsDropped Counter32
  radiusAuthClientCounterDiscontinuity TimeTicks

Defined Values

radiusAuthClientMIB 1.3.6.1.2.1.67.1.2
The MIB module for entities implementing the client side of the Remote Authentication Dial-In User Service (RADIUS) authentication protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4668; see the RFC itself for full legal notices.
MODULE-IDENTITY    

radiusMIB 1.3.6.1.2.1.67
The OID assigned to RADIUS MIB work by the IANA.
Status: current Access: read-only
OBJECT-IDENTITY    

radiusAuthentication 1.3.6.1.2.1.67.1
OBJECT IDENTIFIER    

radiusAuthClientMIBObjects 1.3.6.1.2.1.67.1.2.1
OBJECT IDENTIFIER    

radiusAuthClient 1.3.6.1.2.1.67.1.2.1.1
OBJECT IDENTIFIER    

radiusAuthClientInvalidServerAddresses 1.3.6.1.2.1.67.1.2.1.1.1
The number of RADIUS Access-Response packets received from unknown addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientIdentifier 1.3.6.1.2.1.67.1.2.1.1.2
The NAS-Identifier of the RADIUS authentication client. This is not necessarily the same as sysName in MIB II.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

radiusAuthServerTable 1.3.6.1.2.1.67.1.2.1.1.3
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthServerEntry

radiusAuthServerEntry 1.3.6.1.2.1.67.1.2.1.1.3.1
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  RadiusAuthServerEntry  

radiusAuthServerIndex 1.3.6.1.2.1.67.1.2.1.1.3.1.1
A number uniquely identifying each RADIUS Authentication server with which this client communicates.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

radiusAuthServerAddress 1.3.6.1.2.1.67.1.2.1.1.3.1.2
The IP address of the RADIUS authentication server referred to in this table entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

radiusAuthClientServerPortNumber 1.3.6.1.2.1.67.1.2.1.1.3.1.3
The UDP port the client is using to send requests to this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

radiusAuthClientRoundTripTime 1.3.6.1.2.1.67.1.2.1.1.3.1.4
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusAuthClientAccessRequests 1.3.6.1.2.1.67.1.2.1.1.3.1.5
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientAccessRetransmissions 1.3.6.1.2.1.67.1.2.1.1.3.1.6
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientAccessAccepts 1.3.6.1.2.1.67.1.2.1.1.3.1.7
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientAccessRejects 1.3.6.1.2.1.67.1.2.1.1.3.1.8
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientAccessChallenges 1.3.6.1.2.1.67.1.2.1.1.3.1.9
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientMalformedAccessResponses 1.3.6.1.2.1.67.1.2.1.1.3.1.10
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientBadAuthenticators 1.3.6.1.2.1.67.1.2.1.1.3.1.11
The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientPendingRequests 1.3.6.1.2.1.67.1.2.1.1.3.1.12
The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

radiusAuthClientTimeouts 1.3.6.1.2.1.67.1.2.1.1.3.1.13
The number of authentication timeouts to this server. After a timeout, the client may retry to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a Request as well as a timeout.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientUnknownTypes 1.3.6.1.2.1.67.1.2.1.1.3.1.14
The number of RADIUS packets of unknown type that were received from this server on the authentication port.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientPacketsDropped 1.3.6.1.2.1.67.1.2.1.1.3.1.15
The number of RADIUS packets that were received from this server on the authentication port and dropped for some other reason.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServerExtTable 1.3.6.1.2.1.67.1.2.1.1.4
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthServerExtEntry

radiusAuthServerExtEntry 1.3.6.1.2.1.67.1.2.1.1.4.1
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusAuthServerExtEntry  

radiusAuthServerExtIndex 1.3.6.1.2.1.67.1.2.1.1.4.1.1
A number uniquely identifying each RADIUS Authentication server with which this client communicates.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

radiusAuthServerInetAddressType 1.3.6.1.2.1.67.1.2.1.1.4.1.2
The type of address format used for the radiusAuthServerInetAddress object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

radiusAuthServerInetAddress 1.3.6.1.2.1.67.1.2.1.1.4.1.3
The IP address of the RADIUS authentication server referred to in this table entry, using the version-neutral IP address format.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

radiusAuthClientServerInetPortNumber 1.3.6.1.2.1.67.1.2.1.1.4.1.4
The UDP port the client is using to send requests to this server. The value of zero (0) is invalid.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber 1..65535  

radiusAuthClientExtRoundTripTime 1.3.6.1.2.1.67.1.2.1.1.4.1.5
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusAuthClientExtAccessRequests 1.3.6.1.2.1.67.1.2.1.1.4.1.6
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtAccessRetransmissions 1.3.6.1.2.1.67.1.2.1.1.4.1.7
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtAccessAccepts 1.3.6.1.2.1.67.1.2.1.1.4.1.8
The number of RADIUS Access-Accept packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtAccessRejects 1.3.6.1.2.1.67.1.2.1.1.4.1.9
The number of RADIUS Access-Reject packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtAccessChallenges 1.3.6.1.2.1.67.1.2.1.1.4.1.10
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtMalformedAccessResponses 1.3.6.1.2.1.67.1.2.1.1.4.1.11
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtBadAuthenticators 1.3.6.1.2.1.67.1.2.1.1.4.1.12
The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtPendingRequests 1.3.6.1.2.1.67.1.2.1.1.4.1.13
The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

radiusAuthClientExtTimeouts 1.3.6.1.2.1.67.1.2.1.1.4.1.14
The number of authentication timeouts to this server. After a timeout, the client may retry to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a Request as well as a timeout. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtUnknownTypes 1.3.6.1.2.1.67.1.2.1.1.4.1.15
The number of RADIUS packets of unknown type that were received from this server on the authentication port. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtPacketsDropped 1.3.6.1.2.1.67.1.2.1.1.4.1.16
The number of RADIUS packets that were received from this server on the authentication port and dropped for some other reason. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientCounterDiscontinuity 1.3.6.1.2.1.67.1.2.1.1.4.1.17
The number of centiseconds since the last discontinuity in the RADIUS Client counters. A discontinuity may be the result of a reinitialization of the RADIUS Client module within the managed entity.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusAuthClientMIBConformance 1.3.6.1.2.1.67.1.2.2
OBJECT IDENTIFIER    

radiusAuthClientMIBCompliances 1.3.6.1.2.1.67.1.2.2.1
OBJECT IDENTIFIER    

radiusAuthClientMIBGroups 1.3.6.1.2.1.67.1.2.2.2
OBJECT IDENTIFIER    

radiusAuthClientMIBCompliance 1.3.6.1.2.1.67.1.2.2.1.1
The compliance statement for authentication clients implementing the RADIUS Authentication Client MIB. Implementation of this module is for IPv4-only entities, or for backwards compatibility use with entities that support both IPv4 and IPv6.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

radiusAuthClientExtMIBCompliance 1.3.6.1.2.1.67.1.2.2.1.2
The compliance statement for authentication clients implementing the RADIUS Authentication Client IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.
Status: current Access: read-only
MODULE-COMPLIANCE    

radiusAuthClientMIBGroup 1.3.6.1.2.1.67.1.2.2.2.1
The basic collection of objects providing management of RADIUS Authentication Clients.
Status: deprecated Access: read-only
OBJECT-GROUP    

radiusAuthClientExtMIBGroup 1.3.6.1.2.1.67.1.2.2.2.2
The collection of extended objects providing management of RADIUS Authentication Clients using version-neutral IP address format.
Status: current Access: read-only
OBJECT-GROUP