ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB

File: ENTERASYS-RADIUS-DYNAMIC-AUTHOR-SERVER-EXT-MIB.mib (15105 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

EtsysRadiusDynAuthorServerClientEntry  
SEQUENCE    
  etsysRadiusDynAuthorServerClientIndex Integer32
  etsysRadiusDynAuthorServerClientAddressType InetAddressType
  etsysRadiusDynAuthorServerClientAddress InetAddress
  etsysRadiusDynAuthorServerClientSecret OCTET STRING
  etsysRadiusDynAuthorServerClientSecretEntered TruthValue
  etsysRadiusDynAuthorServerClientStatus RowStatus
  etsysRadiusDynAuthorClientServerClientAddressType InetAddressType
  etsysRadiusDynAuthorClientServerClientAddress InetAddress
  etsysRadiusDynAuthorClientServerClientVirtualRouterName OCTET STRING

Defined Values

etsysRadiusDynAuthorServerMIB 1.3.6.1.4.1.5624.1.2.80
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to the server side of the Remote Access Dialin User Service (RADIUS) Dynamic Authorization protocol (RFC5176). This MIB provides read-write access to configuration objects not provided in the standard RADIUS Dynamic Authorization MIB (RFC4673). 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    

etsysRadiusDynAuthorServerMIBObjects 1.3.6.1.4.1.5624.1.2.80.1
OBJECT IDENTIFIER    

etsysRadiusDynAuthorServerEnable 1.3.6.1.4.1.5624.1.2.80.1.1
This object indicates whether or not RADIUS Dynamic Authorization is enabled or disabled. This parameter value MUST be maintained across system reboots.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

etsysRadiusDynAuthorServerClientTable 1.3.6.1.4.1.5624.1.2.80.1.2
The (conceptual) table listing the RADIUS Accounting servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysRadiusDynAuthorServerClientEntry

etsysRadiusDynAuthorServerClientEntry 1.3.6.1.4.1.5624.1.2.80.1.2.1
An entry (conceptual row) representing a RADIUS dynamic authorization server with which the server shares a secret. If RADIUS dynamic authorization 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    
  EtsysRadiusDynAuthorServerClientEntry  

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

etsysRadiusDynAuthorServerClientAddressType 1.3.6.1.4.1.5624.1.2.80.1.2.1.2
The type of Internet address by which the RADIUS Dynamic Authorization Client is reachable.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

etsysRadiusDynAuthorServerClientAddress 1.3.6.1.4.1.5624.1.2.80.1.2.1.3
The Internet address for the RADIUS Dynamic Authorization Client. Note that implementations MUST limit themselves to a single entry in this table per reachable server. The etsysRadiusDynAuthorServerClientAddress 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)  

etsysRadiusDynAuthorServerClientSecret 1.3.6.1.4.1.5624.1.2.80.1.2.1.4
This object is the secret shared between the RADIUS Dynamic Authorization client and RADIUS server. This parameter value is maintained across system reboots. While the 'official' MAX-ACCESS for this object is read-create, all implementations MUST return an empty string on a read.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

etsysRadiusDynAuthorServerClientSecretEntered 1.3.6.1.4.1.5624.1.2.80.1.2.1.5
true(1) - Indicates that etsysRadiusDynAuthorServerClientSecret was last set with some value other than the empty string. false(2) - Indicates that etsysRadiusDynAuthorServerClientSecret has never been set, or was last set to the empty string.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

etsysRadiusDynAuthorServerClientStatus 1.3.6.1.4.1.5624.1.2.80.1.2.1.6
Lets users create and delete RADIUS Dynamic Authorization client entries on systems that support this capability. Rules 1. When creating a RADIUS Dynamic Authorization Client, it is up to the management station to determine a suitable etsysRadiusDynAuthorServerClientIndex. To facilitate interoperability, agents SHOULD not put any restrictions on the etsysRadiusDynAuthorServerClientIndex 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 etsysRadiusDynAuthorServerClientAddress, etsysRadiusDynAuthorServerClientSecret, etsysRadiusDynAuthorServerClientAddress, and etsysRadiusDynAuthorClientServerClientVirtualRouterName. 3. The value of etsysRadiusDynAuthorServerClientStatus must be set to 'notInService' in order to modify a writable object in the same conceptual row. 4. etsysRadiusDynAuthorServerClient entries whose status is 'notReady' or 'notInService' will not be used for Dynamic Authorization.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysRadiusDynAuthorClientServerClientAddressType 1.3.6.1.4.1.5624.1.2.80.1.2.1.7
This object specifies how etsysRadiusDynAuthorServerClientAddressType is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

etsysRadiusDynAuthorClientServerClientAddress 1.3.6.1.4.1.5624.1.2.80.1.2.1.8
The encoded unicast IP address of a local system interface. RADIUS Dynamic Authorization responses will be sent from this address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(1..64)  

etsysRadiusDynAuthorClientServerClientVirtualRouterName 1.3.6.1.4.1.5624.1.2.80.1.2.1.9
The name of the local system virtual router that traffic sent to this RADIUS Dynamic Authorization server should be associated with. Writing this object with a zero length string clears the virtual router name for this server.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

etsysRadiusDynAuthorServerMIBConformance 1.3.6.1.4.1.5624.1.2.80.2
OBJECT IDENTIFIER    

etsysRadiusDynAuthorServerMIBCompliances 1.3.6.1.4.1.5624.1.2.80.2.1
OBJECT IDENTIFIER    

etsysRadiusDynAuthorServerMIBGroups 1.3.6.1.4.1.5624.1.2.80.2.2
OBJECT IDENTIFIER    

etsysRadiusDynAuthorServerMIBGroup 1.3.6.1.4.1.5624.1.2.80.2.2.1
The basic collection of objects providing a proprietary extension to the standard RADIUS Dynamic Authorization MIB. This MIB provides read-write access to configuration objects not provided in the standard RADIUS Dynamic Authorization MIB (RFC4763). 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    

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

etsysRadiusDynAuthorServerMIBCompliance 1.3.6.1.4.1.5624.1.2.80.2.1.1
The compliance statement for Dynamic Authorization servers implementing the RADIUS Dynamic Authorization ServerMIB.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

etsysRadiusDynAuthorServerMIBCompliance2 1.3.6.1.4.1.5624.1.2.80.2.1.2
The compliance statement for Dynamic Authorization servers implementing the RADIUS Dynamic Authorization ServerMIB.
Status: current Access: read-create
MODULE-COMPLIANCE