ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB

File: ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB.mib (21976 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
RowStatus InetAddressType InetAddress
etsysModules

Defined Types

EtsysRadiusAcctClientServerEntry  
SEQUENCE    
  etsysRadiusAcctClientServerIndex Integer32
  etsysRadiusAcctClientServerAddressType InetAddressType
  etsysRadiusAcctClientServerAddress InetAddress
  etsysRadiusAcctClientServerPortNumber Integer32
  etsysRadiusAcctClientServerSecret OCTET STRING
  etsysRadiusAcctClientServerSecretEntered TruthValue
  etsysRadiusAcctClientServerRetryTimeout Integer32
  etsysRadiusAcctClientServerRetries Integer32
  etsysRadiusAcctClientServerClearTime Integer32
  etsysRadiusAcctClientServerStatus RowStatus
  etsysRadiusAcctClientServerIntervalMinimum Integer32
  etsysRadiusAcctClientServerUpdateInterval Integer32

Defined Values

etsysRadiusAcctClientMIB 1.3.6.1.4.1.5624.1.2.27
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to the client side of the Remote Access Dialin User Service (RADIUS) Accounting protocol (RFC2866). This MIB provides read-write access to configuration objects not provided in the standard RADIUS Accounting Client MIB (RFC2620). However, the write capability must only be supported for SNMPv3, or other SNMP versions with adequately strong security. Security concerns include Object ID verification, source address verification and timeliness verification.
MODULE-IDENTITY    

etsysRadiusAcctClientMIBObjects 1.3.6.1.4.1.5624.1.2.27.1
OBJECT IDENTIFIER    

etsysRadiusAcctClientEnable 1.3.6.1.4.1.5624.1.2.27.1.1
This object indicates whether or not RADIUS Accounting is enabled or disabled. This parameter value is maintained across system reboots.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

etsysRadiusAcctClientUpdateInterval 1.3.6.1.4.1.5624.1.2.27.1.2
This indicates how many seconds elapse between accounting interim updates. This parameter value is maintained across system reboots. A value of zero means no Interim Updates. If the value is less than etsysRadiusAcctClientIntervalMinimum, the etsysRadiusAcctClientIntervalMinimum value will be used for the update interval time. If RADIUS Accounting is not enabled, this object is ignored. Note that Accounting Interim Updates are not issued by the RADIUS Accounting Client, unless so requested by the RADIUS Server in an Access Accept packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

etsysRadiusAcctClientIntervalMinimum 1.3.6.1.4.1.5624.1.2.27.1.3
This indicates the minimum value in seconds between accounting interim updates supported by the managed entity. This parameter value is maintained across system reboots. If RADIUS Accounting is not enabled, this object is ignored.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 60..2147483647  

etsysRadiusAcctClientServerTable 1.3.6.1.4.1.5624.1.2.27.1.4
The (conceptual) table listing the RADIUS Accounting servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysRadiusAcctClientServerEntry

etsysRadiusAcctClientServerEntry 1.3.6.1.4.1.5624.1.2.27.1.4.1
An entry (conceptual row) representing a RADIUS Accounting server with which the client shares a secret. If RADIUS Accounting is not enabled, this table is ignored. All created conceptual rows are non-volatile and as such must be maintained upon restart of the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysRadiusAcctClientServerEntry  

etsysRadiusAcctClientServerIndex 1.3.6.1.4.1.5624.1.2.27.1.4.1.1
A number uniquely identifying each conceptual row in the etsysRadiusAcctClientServerTable. In the event of an agent restart, the same value of etsysRadiusAcctClientServerIndex must be used to identify each conceptual row in etsysRadiusAcctClientServerTable as was used prior to the restart.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysRadiusAcctClientServerAddressType 1.3.6.1.4.1.5624.1.2.27.1.4.1.2
The type of Internet address by which the RADIUS Accounting server is reachable.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

etsysRadiusAcctClientServerAddress 1.3.6.1.4.1.5624.1.2.27.1.4.1.3
The Internet address for the RADIUS Accounting server. Note that implementations must limit themselves to a single entry in this table per reachable server. The etsysRadiusAcctClientServerAddress may not be empty due to the SIZE restriction. Also the size of a DNS name is limited to 64 characters. This parameter value is maintained across system reboots.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(1..64)  

etsysRadiusAcctClientServerPortNumber 1.3.6.1.4.1.5624.1.2.27.1.4.1.4
The UDP port number (1-65535) the client is using to send requests to this server. The officially assigned port number for RADIUS Accounting is 1813. This parameter value is maintained across system reboots.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

etsysRadiusAcctClientServerSecret 1.3.6.1.4.1.5624.1.2.27.1.4.1.5
This object is the secret shared between the RADIUS Accounting server and RADIUS client. This parameter value is maintained across system reboots. While the 'official' MAX-ACCESS for this object is read-create, all security-conscious implementations will 'lie' on a read, and return a null-string, or something else that is fairly innocuous. The ability to read back passwords and secret encryption keys is generally a Bad Thing (tm).
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

etsysRadiusAcctClientServerSecretEntered 1.3.6.1.4.1.5624.1.2.27.1.4.1.6
This indicates the existence of a shared secret.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

etsysRadiusAcctClientServerRetryTimeout 1.3.6.1.4.1.5624.1.2.27.1.4.1.7
The number of seconds to wait for a RADIUS Accounting Server to respond to a request. This parameter value is maintained across system reboots.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..10  

etsysRadiusAcctClientServerRetries 1.3.6.1.4.1.5624.1.2.27.1.4.1.8
The number of times to resend an accounting packet if a RADIUS Accounting Server does not respond to a request. This parameter value is maintained across system reboots.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..20  

etsysRadiusAcctClientServerClearTime 1.3.6.1.4.1.5624.1.2.27.1.4.1.9
On a read, this value indicates the number of seconds since the counters, as defined in the IETF standard RADIUS Accounting Client MIB (RFC2618), were cleared. On a write, the client counters will be cleared and the clear time will be set to zero.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysRadiusAcctClientServerStatus 1.3.6.1.4.1.5624.1.2.27.1.4.1.10
Lets users create and delete RADIUS Accounting server entries on systems that support this capability. Rules 1. When creating a RADIUS Accounting Client, it is up to the management station to determine a suitable etsysRadiusAcctClientServerIndex. To facilitate interoperability, agents should not put any restrictions on the etsysRadiusAcctClientServerIndex beyond the obvious ones that it be valid and unused. 2. Before a new row can become 'active', values must be supplied for the columnar objects etsysRadiusAcctClientClientServerAddress, and etsysRadiusAcctClientServerSecret. 3. The value of etsysRadiusAcctClientServerStatus must be set to 'notInService' in order to modify a writable object in the same conceptual row. 4. etsysRadiusAcctClientServer entries whose status is 'notReady' or 'notInService' will not be used for Accounting.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysRadiusAcctClientServerUpdateInterval 1.3.6.1.4.1.5624.1.2.27.1.4.1.11
This indicates how many seconds elapse between accounting interim updates from the client to this RADIUS server. This parameter value is maintained across system reboots. A value of zero means no Interim Updates. If the value is less than etsysRadiusAcctClientServerIntervalMinimum, the etsysRadiusAcctClientServerIntervalMinimum value will be used for the update interval time. If RADIUS Accounting is not enabled, this object is ignored. Note that Accounting Interim Updates are not issued by the RADIUS Accounting Client, unless so requested by the RADIUS Server in an Access Accept packet. A value of -1 indicates that this object is not configured and this device will use the value configured in etsysRadiusAcctClientUpdateInterval for the minimum value in seconds between accounting interim updates for this RADIUS server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..2147483647  

etsysRadiusAcctClientServerIntervalMinimum 1.3.6.1.4.1.5624.1.2.27.1.4.1.12
This indicates the minimum value in seconds between accounting interim updates supported by the managed entity for this RADIUS server. This parameter value is maintained across system reboots. If RADIUS Accounting is not enabled, this object is ignored. A value of -1 indicates that this object is not configured and this device will use the value configured in etsysRadiusAcctClientIntervalMinimum for the minimum value in seconds between accounting interim updates for this RADIUS server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 60..2147483647  

etsysRadiusAcctClientMIBConformance 1.3.6.1.4.1.5624.1.2.27.2
OBJECT IDENTIFIER    

etsysRadiusAcctClientMIBCompliances 1.3.6.1.4.1.5624.1.2.27.2.1
OBJECT IDENTIFIER    

etsysRadiusAcctClientMIBGroups 1.3.6.1.4.1.5624.1.2.27.2.2
OBJECT IDENTIFIER    

etsysRadiusAcctClientMIBGroup 1.3.6.1.4.1.5624.1.2.27.2.2.1
The basic collection of objects providing a proprietary extension to the standard RADIUS Client MIB. This MIB provides read-write access to configuration objects not provided in the standard RADIUS Accounting Client MIB (RFC2618). However, the write capability must only be supported for SNMPv3, or other SNMP versions with adequately strong security.
Status: deprecated Access: read-create
OBJECT-GROUP    

etsysRadiusAcctClientMIBGroupV2 1.3.6.1.4.1.5624.1.2.27.2.2.2
The basic collection of objects providing a proprietary extension to the standard RADIUS Client MIB. etsysRadiusAcctClientServerClearTime was deprecated in this group.
Status: deprecated Access: read-create
OBJECT-GROUP    

etsysRadiusAcctClientMIBGroupV3 1.3.6.1.4.1.5624.1.2.27.2.2.3
The basic collection of objects providing a proprietary extension to the standard RADIUS Client MIB. etsysRadiusAcctClientServerClearTime was deprecated in this group.
Status: current Access: read-create
OBJECT-GROUP    

etsysRadiusAcctClientMIBCompliance 1.3.6.1.4.1.5624.1.2.27.2.1.2
The compliance statement for Accounting clients implementing the RADIUS Accounting Client MIB.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

etsysRadiusAcctClientMIBComplianceV2 1.3.6.1.4.1.5624.1.2.27.2.1.3
The compliance statement for Accounting clients implementing the RADIUS Accounting Client MIB.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

etsysRadiusAcctClientMIBComplianceV3 1.3.6.1.4.1.5624.1.2.27.2.1.4
The compliance statement for Accounting clients implementing the RADIUS Accounting Client MIB.
Status: current Access: read-create
MODULE-COMPLIANCE