RADIUS-AUTH-SERVER-MIB

File: RADIUS-AUTH-SERVER-MIB.mib (29838 bytes)

Imported modules

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

Imported symbols

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

Defined Types

RadiusAuthClientEntry  
SEQUENCE    
  radiusAuthClientIndex Integer32
  radiusAuthClientAddress IpAddress
  radiusAuthClientID SnmpAdminString
  radiusAuthServAccessRequests Counter32
  radiusAuthServDupAccessRequests Counter32
  radiusAuthServAccessAccepts Counter32
  radiusAuthServAccessRejects Counter32
  radiusAuthServAccessChallenges Counter32
  radiusAuthServMalformedAccessRequests Counter32
  radiusAuthServBadAuthenticators Counter32
  radiusAuthServPacketsDropped Counter32
  radiusAuthServUnknownTypes Counter32

RadiusAuthClientExtEntry  
SEQUENCE    
  radiusAuthClientExtIndex Integer32
  radiusAuthClientInetAddressType InetAddressType
  radiusAuthClientInetAddress InetAddress
  radiusAuthClientExtID SnmpAdminString
  radiusAuthServExtAccessRequests Counter32
  radiusAuthServExtDupAccessRequests Counter32
  radiusAuthServExtAccessAccepts Counter32
  radiusAuthServExtAccessRejects Counter32
  radiusAuthServExtAccessChallenges Counter32
  radiusAuthServExtMalformedAccessRequests Counter32
  radiusAuthServExtBadAuthenticators Counter32
  radiusAuthServExtPacketsDropped Counter32
  radiusAuthServExtUnknownTypes Counter32
  radiusAuthServCounterDiscontinuity TimeTicks

Defined Values

radiusAuthServMIB 1.3.6.1.2.1.67.1.1
The MIB module for entities implementing the server 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 4669; 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    

radiusAuthServMIBObjects 1.3.6.1.2.1.67.1.1.1
OBJECT IDENTIFIER    

radiusAuthServ 1.3.6.1.2.1.67.1.1.1.1
OBJECT IDENTIFIER    

radiusAuthServIdent 1.3.6.1.2.1.67.1.1.1.1.1
The implementation identification string for the RADIUS authentication server software in use on the system, for example, 'FNS-2.1'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

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

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

radiusAuthServConfigReset 1.3.6.1.2.1.67.1.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), reset(2), initializing(3), running(4)  

radiusAuthServTotalAccessRequests 1.3.6.1.2.1.67.1.1.1.1.5
The number of packets received on the authentication port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalInvalidRequests 1.3.6.1.2.1.67.1.1.1.1.6
The number of RADIUS Access-Request packets received from unknown addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalDupAccessRequests 1.3.6.1.2.1.67.1.1.1.1.7
The number of duplicate RADIUS Access-Request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalAccessAccepts 1.3.6.1.2.1.67.1.1.1.1.8
The number of RADIUS Access-Accept packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalAccessRejects 1.3.6.1.2.1.67.1.1.1.1.9
The number of RADIUS Access-Reject packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalAccessChallenges 1.3.6.1.2.1.67.1.1.1.1.10
The number of RADIUS Access-Challenge packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalMalformedAccessRequests 1.3.6.1.2.1.67.1.1.1.1.11
The number of malformed RADIUS Access-Request packets received. Bad authenticators and unknown types are not included as malformed Access-Requests.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalBadAuthenticators 1.3.6.1.2.1.67.1.1.1.1.12
The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalPacketsDropped 1.3.6.1.2.1.67.1.1.1.1.13
The number of incoming packets silently discarded for some reason other than malformed, bad authenticators or unknown types.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServTotalUnknownTypes 1.3.6.1.2.1.67.1.1.1.1.14
The number of RADIUS packets of unknown type that were received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientTable 1.3.6.1.2.1.67.1.1.1.1.15
The (conceptual) table listing the RADIUS authentication clients with which the server shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthClientEntry

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

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

radiusAuthClientAddress 1.3.6.1.2.1.67.1.1.1.1.15.1.2
The NAS-IP-Address of the RADIUS authentication client referred to in this table entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

radiusAuthClientID 1.3.6.1.2.1.67.1.1.1.1.15.1.3
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

radiusAuthServAccessRequests 1.3.6.1.2.1.67.1.1.1.1.15.1.4
The number of packets received on the authentication port from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServDupAccessRequests 1.3.6.1.2.1.67.1.1.1.1.15.1.5
The number of duplicate RADIUS Access-Request packets received from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServAccessAccepts 1.3.6.1.2.1.67.1.1.1.1.15.1.6
The number of RADIUS Access-Accept packets sent to this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServAccessRejects 1.3.6.1.2.1.67.1.1.1.1.15.1.7
The number of RADIUS Access-Reject packets sent to this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServAccessChallenges 1.3.6.1.2.1.67.1.1.1.1.15.1.8
The number of RADIUS Access-Challenge packets sent to this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServMalformedAccessRequests 1.3.6.1.2.1.67.1.1.1.1.15.1.9
The number of malformed RADIUS Access-Request packets received from this client. Bad authenticators and unknown types are not included as malformed Access-Requests.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServBadAuthenticators 1.3.6.1.2.1.67.1.1.1.1.15.1.10
The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServPacketsDropped 1.3.6.1.2.1.67.1.1.1.1.15.1.11
The number of incoming packets from this client silently discarded for some reason other than malformed, bad authenticators or unknown types.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServUnknownTypes 1.3.6.1.2.1.67.1.1.1.1.15.1.12
The number of RADIUS packets of unknown type that were received from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthClientExtTable 1.3.6.1.2.1.67.1.1.1.1.16
The (conceptual) table listing the RADIUS authentication clients with which the server shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthClientExtEntry

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

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

radiusAuthClientInetAddressType 1.3.6.1.2.1.67.1.1.1.1.16.1.2
The type of address format used for the radiusAuthClientInetAddress object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

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

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

radiusAuthServExtAccessRequests 1.3.6.1.2.1.67.1.1.1.1.16.1.5
The number of packets received on the authentication port from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtDupAccessRequests 1.3.6.1.2.1.67.1.1.1.1.16.1.6
The number of duplicate RADIUS Access-Request packets received from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtAccessAccepts 1.3.6.1.2.1.67.1.1.1.1.16.1.7
The number of RADIUS Access-Accept packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtAccessRejects 1.3.6.1.2.1.67.1.1.1.1.16.1.8
The number of RADIUS Access-Reject packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtAccessChallenges 1.3.6.1.2.1.67.1.1.1.1.16.1.9
The number of RADIUS Access-Challenge packets sent to this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtMalformedAccessRequests 1.3.6.1.2.1.67.1.1.1.1.16.1.10
The number of malformed RADIUS Access-Request packets received from this client. Bad authenticators and unknown types are not included as malformed Access-Requests. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtBadAuthenticators 1.3.6.1.2.1.67.1.1.1.1.16.1.11
The number of RADIUS Authentication-Request packets that contained invalid Message Authenticator attributes received from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtPacketsDropped 1.3.6.1.2.1.67.1.1.1.1.16.1.12
The number of incoming packets from this client silently discarded for some reason other than malformed, bad authenticators or unknown types. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAuthServExtUnknownTypes 1.3.6.1.2.1.67.1.1.1.1.16.1.13
The number of RADIUS packets of unknown type that were received from this client. This counter may experience a discontinuity when the RADIUS Server module within the managed entity is reinitialized, as indicated by the current value of radiusAuthServCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAuthServMIBConformance 1.3.6.1.2.1.67.1.1.2
OBJECT IDENTIFIER    

radiusAuthServMIBCompliances 1.3.6.1.2.1.67.1.1.2.1
OBJECT IDENTIFIER    

radiusAuthServMIBGroups 1.3.6.1.2.1.67.1.1.2.2
OBJECT IDENTIFIER    

radiusAuthServMIBCompliance 1.3.6.1.2.1.67.1.1.2.1.1
The compliance statement for authentication servers implementing the RADIUS Authentication Server 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    

radiusAuthServMIBExtCompliance 1.3.6.1.2.1.67.1.1.2.1.2
The compliance statement for authentication servers implementing the RADIUS Authentication Server 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    

radiusAuthServMIBGroup 1.3.6.1.2.1.67.1.1.2.2.1
The collection of objects providing management of a RADIUS Authentication Server.
Status: deprecated Access: read-only
OBJECT-GROUP    

radiusAuthServExtMIBGroup 1.3.6.1.2.1.67.1.1.2.2.2
The collection of objects providing management of a RADIUS Authentication Server.
Status: current Access: read-only
OBJECT-GROUP