RADIUS-ACCT-CLIENT-MIB

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

RadiusAccServerEntry  
SEQUENCE    
  radiusAccServerIndex Integer32
  radiusAccServerAddress IpAddress
  radiusAccClientServerPortNumber Integer32
  radiusAccClientRoundTripTime TimeTicks
  radiusAccClientRequests Counter32
  radiusAccClientRetransmissions Counter32
  radiusAccClientResponses Counter32
  radiusAccClientMalformedResponses Counter32
  radiusAccClientBadAuthenticators Counter32
  radiusAccClientPendingRequests Gauge32
  radiusAccClientTimeouts Counter32
  radiusAccClientUnknownTypes Counter32
  radiusAccClientPacketsDropped Counter32

RadiusAccServerExtEntry  
SEQUENCE    
  radiusAccServerExtIndex Integer32
  radiusAccServerInetAddressType InetAddressType
  radiusAccServerInetAddress InetAddress
  radiusAccClientServerInetPortNumber InetPortNumber
  radiusAccClientExtRoundTripTime TimeTicks
  radiusAccClientExtRequests Counter32
  radiusAccClientExtRetransmissions Counter32
  radiusAccClientExtResponses Counter32
  radiusAccClientExtMalformedResponses Counter32
  radiusAccClientExtBadAuthenticators Counter32
  radiusAccClientExtPendingRequests Gauge32
  radiusAccClientExtTimeouts Counter32
  radiusAccClientExtUnknownTypes Counter32
  radiusAccClientExtPacketsDropped Counter32
  radiusAccClientCounterDiscontinuity TimeTicks

Defined Values

radiusAccClientMIB 1.3.6.1.2.1.67.2.2
The MIB module for entities implementing the client 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 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-write
OBJECT-IDENTITY    

radiusAccounting 1.3.6.1.2.1.67.2
OBJECT IDENTIFIER    

radiusAccClientMIBObjects 1.3.6.1.2.1.67.2.2.1
OBJECT IDENTIFIER    

radiusAccClient 1.3.6.1.2.1.67.2.2.1.1
OBJECT IDENTIFIER    

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

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

radiusAccServerTable 1.3.6.1.2.1.67.2.2.1.1.3
The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAccServerEntry

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

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

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

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

radiusAccClientRoundTripTime 1.3.6.1.2.1.67.2.2.1.1.3.1.4
The time interval between the most recent Accounting-Response and the Accounting-Request that matched it from this RADIUS accounting server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

radiusAccClientRequests 1.3.6.1.2.1.67.2.2.1.1.3.1.5
The number of RADIUS Accounting-Request packets sent. This does not include retransmissions.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientRetransmissions 1.3.6.1.2.1.67.2.2.1.1.3.1.6
The number of RADIUS Accounting-Request packets retransmitted to this RADIUS accounting server. Retransmissions include retries where the Identifier and Acct-Delay have been updated, as well as those in which they remain the same.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientResponses 1.3.6.1.2.1.67.2.2.1.1.3.1.7
The number of RADIUS packets received on the accounting port from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientMalformedResponses 1.3.6.1.2.1.67.2.2.1.1.3.1.8
The number of malformed RADIUS Accounting-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators and unknown types are not included as malformed accounting responses.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientBadAuthenticators 1.3.6.1.2.1.67.2.2.1.1.3.1.9
The number of RADIUS Accounting-Response packets which contained invalid authenticators received from this server.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccClientTimeouts 1.3.6.1.2.1.67.2.2.1.1.3.1.11
The number of accounting 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 an Accounting-Request as well as a timeout.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientUnknownTypes 1.3.6.1.2.1.67.2.2.1.1.3.1.12
The number of RADIUS packets of unknown type which were received from this server on the accounting port.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientPacketsDropped 1.3.6.1.2.1.67.2.2.1.1.3.1.13
The number of RADIUS packets which were received from this server on the accounting port and dropped for some other reason.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccServerExtTable 1.3.6.1.2.1.67.2.2.1.1.4
The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAccServerExtEntry

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

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

radiusAccServerInetAddressType 1.3.6.1.2.1.67.2.2.1.1.4.1.2
The type of address format used for the radiusAccServerInetAddress object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

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

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

radiusAccClientExtRoundTripTime 1.3.6.1.2.1.67.2.2.1.1.4.1.5
The time interval between the most recent Accounting-Response and the Accounting-Request that matched it from this RADIUS accounting server.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

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

radiusAccClientExtRetransmissions 1.3.6.1.2.1.67.2.2.1.1.4.1.7
The number of RADIUS Accounting-Request packets retransmitted to this RADIUS accounting server. Retransmissions include retries where the Identifier and Acct-Delay have been updated, as well as those in which they remain the same. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientExtResponses 1.3.6.1.2.1.67.2.2.1.1.4.1.8
The number of RADIUS packets received on the accounting port from this server. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

radiusAccClientExtBadAuthenticators 1.3.6.1.2.1.67.2.2.1.1.4.1.10
The number of RADIUS Accounting-Response packets which contained invalid authenticators received from this server. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

radiusAccClientExtPendingRequests 1.3.6.1.2.1.67.2.2.1.1.4.1.11
The number of RADIUS Accounting-Request packets sent to this server that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent and decremented due to receipt of an Accounting-Response, a timeout or a retransmission. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

radiusAccClientExtTimeouts 1.3.6.1.2.1.67.2.2.1.1.4.1.12
The number of accounting 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 an Accounting-Request as well as a timeout. This counter may experience a discontinuity when the RADIUS Accounting Client module within the managed entity is reinitialized, as indicated by the current value of radiusAccClientCounterDiscontinuity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

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

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

radiusAccClientMIBConformance 1.3.6.1.2.1.67.2.2.2
OBJECT IDENTIFIER    

radiusAccClientMIBCompliances 1.3.6.1.2.1.67.2.2.2.1
OBJECT IDENTIFIER    

radiusAccClientMIBGroups 1.3.6.1.2.1.67.2.2.2.2
OBJECT IDENTIFIER    

radiusAccClientMIBCompliance 1.3.6.1.2.1.67.2.2.2.1.1
The compliance statement for accounting clients implementing the RADIUS Accounting 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    

radiusAccClientExtMIBCompliance 1.3.6.1.2.1.67.2.2.2.1.2
The compliance statement for accounting clients implementing the RADIUS Accounting 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    

radiusAccClientMIBGroup 1.3.6.1.2.1.67.2.2.2.2.1
The basic collection of objects providing management of RADIUS Accounting Clients.
Status: deprecated Access: read-only
OBJECT-GROUP    

radiusAccClientExtMIBGroup 1.3.6.1.2.1.67.2.2.2.2.2
The basic collection of objects providing management of RADIUS Accounting Clients.
Status: current Access: read-only
OBJECT-GROUP