Home/Catalog/ENTERASYS-RADIUS-AUTH-CLIENT-MIB

ENTERASYS-RADIUS-AUTH-CLIENT-MIB

AI MIB Summary

The ENTERASYS-RADIUS-AUTH-CLIENT-MIB enables read-write configuration management of proprietary RADIUS authentication client parameters on Enterasys network devices, extending standard RFC2618 capabilities to control vendor-specific client behavior and session attributes.

The Enterasys Networks Proprietary MIB module for entities implementing the client side of the Remote Access Dialin User Service (RADIUS) authentication protocol (RFC2865). This MIB provides read-write access to configuration objects not provided in the standard RADIUS Authentication Client MIB (RFC2618).
Main OID:
etsysRadiusAuthClientMIB.1.3.6.1.4.1.5624.1.2.4
31
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

31 total
Object Name
etsysRadiusAuthClientMIBThe Enterasys Networks Proprietary MIB module for entities implementing the client side of the Remote Access Dialin User Service (RADIUS) authentication protocol (RFC2865). This MIB provides read-write access to configuration objects not provided in the standard RADIUS Authentication Client MIB (RFC2618).
MODULE-IDENTITY
.1.3.6.1.4.1.5624.1.2.4
etsysRadiusAuthClientMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.4.1
etsysRadiusAuthClientRetryTimeoutThe number of seconds to wait for a RADIUS Server to respond to a request. Maintaining the value of this object across agent reboots is REQUIRED.rw
Integer32
.1.3.6.1.4.1.5624.1.2.4.1.1
etsysRadiusAuthClientRetriesThe number of times to resend an authentication packet if a RADIUS Server does not respond to a request. Maintaining the value of this object across agent reboots is REQUIRED.rw
Integer32
.1.3.6.1.4.1.5624.1.2.4.1.2
etsysRadiusAuthClientEnableControls and indicates the operational state of the RADIUS client functionality. Maintaining the value of this object across agent reboots is REQUIRED.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.4.1.3
etsysRadiusAuthClientAuthTypeThis indicates which method is being used for authentication. mac(1) - indicates MAC address authentication eapol(2) - indicates EAPOL authentication This list of enumeration constants is subject to change. This parameter value is maintained across system reboots.rwdeprecated
Enumeration
.1.3.6.1.4.1.5624.1.2.4.1.4
etsysRadiusAuthServerTableA list of RADIUS servers that this client may attempt to use.
SEQUENCE OF EtsysRadiusAuthServerEntry
.1.3.6.1.4.1.5624.1.2.4.1.5
etsysRadiusAuthServerEntryA RADIUS server that this client may attempt to use.
EtsysRadiusAuthServerEntry
.1.3.6.1.4.1.5624.1.2.4.1.5.1
etsysRadiusAuthServerIndexA number uniquely identifying each conceptual row in the etsysRadiusAuthServerTable. This value also indicates the relative priority of the servers. The initial authentication attempt will be against the server with the lowest value of etsysRadiusAuthServerIndex and any successive attempt will be with the next higher value, and so on. Maintaining the value of etsysRadiusAuthServerIndex for all active(1) entries across agent reboots is REQUIRED.
Integer32
.1.3.6.1.4.1.5624.1.2.4.1.5.1.1
etsysRadiusAuthClientServerAddressTypeThis object specifies how etsysRadiusAuthClientServerAddress is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.4.1.5.1.2
etsysRadiusAuthClientServerAddressThe encoded unicast IP address or hostname of a RADIUS server. RADIUS requests will be sent to this address. If this address is a DNS hostname, then that hostname SHOULD be resolved into an IP address each time an authentication session is initialized.rw
InetAddress
.1.3.6.1.4.1.5624.1.2.4.1.5.1.3
etsysRadiusAuthClientServerPortNumberThe UDP port number (0-65535) the client will use to send RADIUS requests to this server.rw
Integer32
.1.3.6.1.4.1.5624.1.2.4.1.5.1.4
etsysRadiusAuthClientServerSecretThis object is the secret shared between the RADIUS authentication server and the RADIUS client. On a read operation this object MUST return a zero length string. Writing this object with a zero length string clears the secret.rw
OCTET STRING
.1.3.6.1.4.1.5624.1.2.4.1.5.1.5
etsysRadiusAuthClientServerSecretEnteredtrue(1) - Indicates that etsysRadiusAuthClientServerSecret was last set with some value other than the empty string. false(2) - Indicates that etsysRadiusAuthClientServerSecret has never been set, or was last set to the empty string.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.4.1.5.1.6
etsysRadiusAuthClientServerClearTimeThe number of seconds elapsed since the counters were last cleared. Writing the value zero will cause the servers counters to be cleared and the clear time will be set to zero. Writing any value other than zero will have no effect.rwdeprecated
Integer32
.1.3.6.1.4.1.5624.1.2.4.1.5.1.7
etsysRadiusAuthClientServerStatusThe row status of this conceptual row in the table. active - The server is available for performing RADIUS operations. Other writable leaves in this row MUST NOT be modified while the row is in the active state. notInService - The entry is fully configured but is not available for performing RADIUS operations. Conceptual rows with this status MAY be deleted at the discretion of the agent, at which time it will be treated as if destroy(6) was SET to this object. notReady - The entry exists in the agent, but is missing information necessary in order to be available for use by the managed device (i.e., one or more required columns in the conceptual row have not been instantiated); createAndGo - Not possible. createAndWait - Creates a new instance of a conceptual row, but does not make it available for use by the managed device. destroy - This will remove the conceptual row from the table and make it unavailable for RADIUS client operations. This MUST also cause any persistent data related to this row to be removed from the system. Maintaining active(1) entries across agent reboots is REQUIRED.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.4.1.5.1.8
etsysRadiusAuthClientServerRealmTypeThis object allows a server to be restricted to providing authentication services to certain classes of access methods. any(1) - the server will be available to authenticate users originating from any of the access methods. mgmtAccess(2) - the server will only be available for authenticating users that have requested management access via the console, telnet, SSH, HTTP, etc. networkAccess(3) - the server will only be available for authenticating users that are attempting to gain access to the network via 802.1X, Port Web Authentication, MAC Authentication, etc. Non-default values for this object should be used when there is a desire to have one set of servers used for authenticating management access requests and a different set used for authenticating network access requests. When this object has the value of any(1) then the associated server will be in each set. The precedence order defined by the relative value of the etsysRadiusAuthServerIndex will be maintained within each set of servers.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.4.1.5.1.9
etsysRadiusAuthClientServerTimeoutThe number of seconds to wait for a RADIUS Server to respond to a request. A value of -1 indicates that the server timeout specified by etsysRadiusAuthClientRetryTimeout should be used for this server. Maintaining the value of this object across agent reboots is REQUIRED.rw
Integer32 (-1 | 1..60)
.1.3.6.1.4.1.5624.1.2.4.1.5.1.10
etsysRadiusAuthClientServerRetriesThe number of times to resend an authentication packet if a RADIUS Server does not respond to a request. A value of -1 indicates that the server retries specified by etsysRadiusAuthClientRetries should be used for this server. Maintaining the value of this object across agent reboots is REQUIRED.rw
Integer32 (-1 | 1..10)
.1.3.6.1.4.1.5624.1.2.4.1.5.1.11
etsysRadiusAuthClientAttrMgmtPasswordThis value indicates which method is being used to send management access passwords to the RADIUS server. standard(1) - Use the User-Password attribute at defined in RFC2865 mschapv2(2) - Use the MS-CHAP2-Response attribute as defined in RFC2548 This parameter value is maintained across system reboots.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.4.1.6
etsysRadiusAuthClientMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.4.2
etsysRadiusAuthClientMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.4.2.1
etsysRadiusClientMIBComplianceThe compliance statement for authentication clients implementing the RADIUS Authentication Client MIB.deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.1.1
etsysRadiusClientMIBComplianceV2The compliance statement for authentication clients implementing the RADIUS Authentication Client MIB.deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.1.2
etsysRadiusClientMIBComplianceV3The compliance statement for authentication clients implementing the RADIUS Authentication Client MIB.deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.1.3
etsysRadiusClientMIBComplianceV4The compliance statement for authentication clients implementing the RADIUS Authentication Client MIB.
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.1.4
etsysRadiusAuthClientMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.4.2.2
etsysRadiusAuthClientMIBGroupThe 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 Authentication Client MIB (RFC2618).deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.2.1
etsysRadiusAuthClientMIBGroupV2The 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 Authentication Client MIB (RFC2618).deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.2.2
etsysRadiusAuthClientMIBGroupV3The 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 Authentication Client MIB (RFC2618).deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.2.3
etsysRadiusAuthClientMIBGroupV4The 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 Authentication Client MIB (RFC2618).
Unknown
.1.3.6.1.4.1.5624.1.2.4.2.2.4
ENTERASYS-RADIUS-AUTH-CLIENT-MIB - SNMP MIB Reference | MIBs Explorer