RADIUS-ACCT-SERVER-MIB

File: RADIUS-ACCT-SERVER-MIB.mib (30242 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

RadiusAccClientEntry  
SEQUENCE    
  radiusAccClientIndex Integer32
  radiusAccClientAddress IpAddress
  radiusAccClientID SnmpAdminString
  radiusAccServPacketsDropped Counter32
  radiusAccServRequests Counter32
  radiusAccServDupRequests Counter32
  radiusAccServResponses Counter32
  radiusAccServBadAuthenticators Counter32
  radiusAccServMalformedRequests Counter32
  radiusAccServNoRecords Counter32
  radiusAccServUnknownTypes Counter32

RadiusAccClientExtEntry  
SEQUENCE    
  radiusAccClientExtIndex Integer32
  radiusAccClientInetAddressType InetAddressType
  radiusAccClientInetAddress InetAddress
  radiusAccClientExtID SnmpAdminString
  radiusAccServExtPacketsDropped Counter32
  radiusAccServExtRequests Counter32
  radiusAccServExtDupRequests Counter32
  radiusAccServExtResponses Counter32
  radiusAccServExtBadAuthenticators Counter32
  radiusAccServExtMalformedRequests Counter32
  radiusAccServExtNoRecords Counter32
  radiusAccServExtUnknownTypes Counter32
  radiusAccServerCounterDiscontinuity TimeTicks

Defined Values

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

radiusAccounting 1.3.6.1.2.1.67.2
OBJECT IDENTIFIER    

radiusAccServMIBObjects 1.3.6.1.2.1.67.2.1.1
OBJECT IDENTIFIER    

radiusAccServ 1.3.6.1.2.1.67.2.1.1.1
OBJECT IDENTIFIER    

radiusAccServIdent 1.3.6.1.2.1.67.2.1.1.1.1
The implementation identification string for the RADIUS accounting server software in use on the system, for example; `FNS-2.1'
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

radiusAccServUpTime 1.3.6.1.2.1.67.2.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  

radiusAccServResetTime 1.3.6.1.2.1.67.2.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  

radiusAccServConfigReset 1.3.6.1.2.1.67.2.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)  

radiusAccServTotalRequests 1.3.6.1.2.1.67.2.1.1.1.5
The number of packets received on the accounting port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccServTotalDupRequests 1.3.6.1.2.1.67.2.1.1.1.7
The number of duplicate RADIUS Accounting-Request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServTotalResponses 1.3.6.1.2.1.67.2.1.1.1.8
The number of RADIUS Accounting-Response packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccServTotalBadAuthenticators 1.3.6.1.2.1.67.2.1.1.1.10
The number of RADIUS Accounting-Request packets which contained an invalid authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccServTotalNoRecords 1.3.6.1.2.1.67.2.1.1.1.12
The number of RADIUS Accounting-Request packets which were received and responded to but not recorded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServTotalUnknownTypes 1.3.6.1.2.1.67.2.1.1.1.13
The number of RADIUS packets of unknown type which were received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientTable 1.3.6.1.2.1.67.2.1.1.1.14
The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAccClientEntry

radiusAccClientEntry 1.3.6.1.2.1.67.2.1.1.1.14.1
An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  RadiusAccClientEntry  

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

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

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

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

radiusAccServRequests 1.3.6.1.2.1.67.2.1.1.1.14.1.5
The number of packets received from this client on the accounting port.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccServResponses 1.3.6.1.2.1.67.2.1.1.1.14.1.7
The number of RADIUS Accounting-Response packets sent to this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServBadAuthenticators 1.3.6.1.2.1.67.2.1.1.1.14.1.8
The number of RADIUS Accounting-Request packets which contained invalid authenticators received from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServMalformedRequests 1.3.6.1.2.1.67.2.1.1.1.14.1.9
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServNoRecords 1.3.6.1.2.1.67.2.1.1.1.14.1.10
The number of RADIUS Accounting-Request packets which were received and responded to but not recorded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServUnknownTypes 1.3.6.1.2.1.67.2.1.1.1.14.1.11
The number of RADIUS packets of unknown type which were received from this client.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientExtTable 1.3.6.1.2.1.67.2.1.1.1.15
The (conceptual) table listing the RADIUS accounting clients with which the server shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAccClientExtEntry

radiusAccClientExtEntry 1.3.6.1.2.1.67.2.1.1.1.15.1
An entry (conceptual row) representing a RADIUS accounting client with which the server shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusAccClientExtEntry  

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

radiusAccClientInetAddressType 1.3.6.1.2.1.67.2.1.1.1.15.1.2
The type of address format used for the radiusAccClientInetAddress object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

radiusAccClientInetAddress 1.3.6.1.2.1.67.2.1.1.1.15.1.3
The IP address of the RADIUS accounting client referred to in this table entry, using the IPv6 address format.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

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

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

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

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

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

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

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

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

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

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

radiusAccServMIBConformance 1.3.6.1.2.1.67.2.1.2
OBJECT IDENTIFIER    

radiusAccServMIBCompliances 1.3.6.1.2.1.67.2.1.2.1
OBJECT IDENTIFIER    

radiusAccServMIBGroups 1.3.6.1.2.1.67.2.1.2.2
OBJECT IDENTIFIER    

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

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

radiusAccServMIBGroup 1.3.6.1.2.1.67.2.1.2.2.1
The collection of objects providing management of a RADIUS Accounting Server.
Status: deprecated Access: read-only
OBJECT-GROUP    

radiusAccServExtMIBGroup 1.3.6.1.2.1.67.2.1.2.2.2
The collection of objects providing management of a RADIUS Accounting Server.
Status: current Access: read-only
OBJECT-GROUP