MIBs Depot

RADIUS-AUTH-CLIENT-MIB

Registered at
1.3.6.1.2.1.67.1
Last updated
2006-08-21 00:00
Organization
IETF RADIUS Extensions Working Group.
Revisions
2006-08-21 00:00, 1999-06-11 00:00
Namespace
standard
Source file
RADIUS-AUTH-CLIENT-MIB
Digest
sha256:9164045411c71e0a143ea7af7edbaa4f10a636a83be6753481c8612ea9969c83

Description

The MIB module for entities implementing the client side of the Remote Authentication Dial-In User Service (RADIUS) authentication protocol. Copyright (C) The Internet Society (2006). This version of this MIB module is part of RFC 4668; see the RFC itself for full legal notices.

Contact

Bernard Aboba Microsoft One Microsoft Way Redmond, WA 98052 US Phone: +1 425 936 6605 EMail: bernarda@microsoft.com

Imports

FromSymbols
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso, mib-2
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

INET-ADDRESS-MIB
RADIUS-AUTH-CLIENT-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
radiusMIB
OBJECT-IDENTITY
The OID assigned to RADIUS MIB work by the IANA.
1.3.6.1.2.1.67current
radiusAuthentication
OBJECT-IDENTITY
1.3.6.1.2.1.67.1
radiusAuthClientMIBObjects
OBJECT-IDENTITY
1.3.6.1.2.1.67.1.2.1
radiusAuthClient
OBJECT-IDENTITY
1.3.6.1.2.1.67.1.2.1.1
radiusAuthClientInvalidServerAddresses
OBJECT-TYPE
The number of RADIUS Access-Response packets received from unknown addresses.
1.3.6.1.2.1.67.1.2.1.1.1Counter32read-onlycurrent
radiusAuthClientIdentifier
OBJECT-TYPE
The NAS-Identifier of the RADIUS authentication client. This is not necessarily the same as sysName in MIB II.
1.3.6.1.2.1.67.1.2.1.1.2SnmpAdminStringread-onlycurrent
radiusAuthServerTable
OBJECT-TYPE
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
1.3.6.1.2.1.67.1.2.1.1.3not-accessibledeprecated
radiusAuthServerEntry
OBJECT-TYPE
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
1.3.6.1.2.1.67.1.2.1.1.3.1not-accessibledeprecated
radiusAuthServerIndex
OBJECT-TYPE
A number uniquely identifying each RADIUS Authentication server with which this client communicates.
1.3.6.1.2.1.67.1.2.1.1.3.1.1Integer32 (1..2147483647)not-accessibledeprecated
radiusAuthServerAddress
OBJECT-TYPE
The IP address of the RADIUS authentication server referred to in this table entry.
1.3.6.1.2.1.67.1.2.1.1.3.1.2IpAddressread-onlydeprecated
radiusAuthClientServerPortNumber
OBJECT-TYPE
The UDP port the client is using to send requests to this server.
1.3.6.1.2.1.67.1.2.1.1.3.1.3Integer32 (0..65535)read-onlydeprecated
radiusAuthClientRoundTripTime
OBJECT-TYPE
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
1.3.6.1.2.1.67.1.2.1.1.3.1.4TimeTicksread-onlydeprecated
radiusAuthClientAccessRequests
OBJECT-TYPE
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
1.3.6.1.2.1.67.1.2.1.1.3.1.5Counter32read-onlydeprecated
radiusAuthClientAccessRetransmissions
OBJECT-TYPE
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
1.3.6.1.2.1.67.1.2.1.1.3.1.6Counter32read-onlydeprecated
radiusAuthClientAccessAccepts
OBJECT-TYPE
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
1.3.6.1.2.1.67.1.2.1.1.3.1.7Counter32read-onlydeprecated
radiusAuthClientAccessRejects
OBJECT-TYPE
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
1.3.6.1.2.1.67.1.2.1.1.3.1.8Counter32read-onlydeprecated
radiusAuthClientAccessChallenges
OBJECT-TYPE
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
1.3.6.1.2.1.67.1.2.1.1.3.1.9Counter32read-onlydeprecated
radiusAuthClientMalformedAccessResponses
OBJECT-TYPE
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses.
1.3.6.1.2.1.67.1.2.1.1.3.1.10Counter32read-onlydeprecated
radiusAuthClientBadAuthenticators
OBJECT-TYPE
The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server.
1.3.6.1.2.1.67.1.2.1.1.3.1.11Counter32read-onlydeprecated
radiusAuthClientPendingRequests
OBJECT-TYPE
The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.
1.3.6.1.2.1.67.1.2.1.1.3.1.12Gauge32read-onlydeprecated
radiusAuthClientTimeouts
OBJECT-TYPE
The number of authentication 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 a Request as well as a timeout.
1.3.6.1.2.1.67.1.2.1.1.3.1.13Counter32read-onlydeprecated
radiusAuthClientUnknownTypes
OBJECT-TYPE
The number of RADIUS packets of unknown type that were received from this server on the authentication port.
1.3.6.1.2.1.67.1.2.1.1.3.1.14Counter32read-onlydeprecated
radiusAuthClientPacketsDropped
OBJECT-TYPE
The number of RADIUS packets that were received from this server on the authentication port and dropped for some other reason.
1.3.6.1.2.1.67.1.2.1.1.3.1.15Counter32read-onlydeprecated
radiusAuthServerExtTable
OBJECT-TYPE
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
1.3.6.1.2.1.67.1.2.1.1.4not-accessiblecurrent
radiusAuthServerExtEntry
OBJECT-TYPE
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
1.3.6.1.2.1.67.1.2.1.1.4.1not-accessiblecurrent
radiusAuthServerExtIndex
OBJECT-TYPE
A number uniquely identifying each RADIUS Authentication server with which this client communicates.
1.3.6.1.2.1.67.1.2.1.1.4.1.1Integer32 (1..2147483647)not-accessiblecurrent
radiusAuthServerInetAddressType
OBJECT-TYPE
The type of address format used for the radiusAuthServerInetAddress object.
1.3.6.1.2.1.67.1.2.1.1.4.1.2InetAddressTyperead-onlycurrent
radiusAuthServerInetAddress
OBJECT-TYPE
The IP address of the RADIUS authentication server referred to in this table entry, using the version-neutral IP address format.
1.3.6.1.2.1.67.1.2.1.1.4.1.3InetAddressread-onlycurrent
radiusAuthClientServerInetPortNumber
OBJECT-TYPE
The UDP port the client is using to send requests to this server. The value of zero (0) is invalid.
1.3.6.1.2.1.67.1.2.1.1.4.1.4InetPortNumber (1..65535)read-onlycurrent
radiusAuthClientExtRoundTripTime
OBJECT-TYPE
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
1.3.6.1.2.1.67.1.2.1.1.4.1.5TimeTicksread-onlycurrent
radiusAuthClientExtAccessRequests
OBJECT-TYPE
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.6Counter32read-onlycurrent
radiusAuthClientExtAccessRetransmissions
OBJECT-TYPE
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.7Counter32read-onlycurrent
radiusAuthClientExtAccessAccepts
OBJECT-TYPE
The number of RADIUS Access-Accept packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.8Counter32read-onlycurrent
radiusAuthClientExtAccessRejects
OBJECT-TYPE
The number of RADIUS Access-Reject packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.9Counter32read-onlycurrent
radiusAuthClientExtAccessChallenges
OBJECT-TYPE
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.10Counter32read-onlycurrent
radiusAuthClientExtMalformedAccessResponses
OBJECT-TYPE
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator attributes or unknown types are not included as malformed access responses. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.11Counter32read-onlycurrent
radiusAuthClientExtBadAuthenticators
OBJECT-TYPE
The number of RADIUS Access-Response packets containing invalid authenticators or Message Authenticator attributes received from this server. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.12Counter32read-onlycurrent
radiusAuthClientExtPendingRequests
OBJECT-TYPE
The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, timeout, or retransmission.
1.3.6.1.2.1.67.1.2.1.1.4.1.13Gauge32read-onlycurrent
radiusAuthClientExtTimeouts
OBJECT-TYPE
The number of authentication 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 a Request as well as a timeout. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.14Counter32read-onlycurrent
radiusAuthClientExtUnknownTypes
OBJECT-TYPE
The number of RADIUS packets of unknown type that were received from this server on the authentication port. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.15Counter32read-onlycurrent
radiusAuthClientExtPacketsDropped
OBJECT-TYPE
The number of RADIUS packets that were received from this server on the authentication port and dropped for some other reason. This counter may experience a discontinuity when the RADIUS Client module within the managed entity is reinitialized, as indicated by the current value of radiusAuthClientCounterDiscontinuity.
1.3.6.1.2.1.67.1.2.1.1.4.1.16Counter32read-onlycurrent
radiusAuthClientCounterDiscontinuity
OBJECT-TYPE
The number of centiseconds since the last discontinuity in the RADIUS Client counters. A discontinuity may be the result of a reinitialization of the RADIUS Client module within the managed entity.
1.3.6.1.2.1.67.1.2.1.1.4.1.17TimeTicksread-onlycurrent
radiusAuthClientMIBConformance
OBJECT-IDENTITY
1.3.6.1.2.1.67.1.2.2
radiusAuthClientMIBCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.67.1.2.2.1
radiusAuthClientMIBGroups
OBJECT-IDENTITY
1.3.6.1.2.1.67.1.2.2.2

Conformance

NameOIDStatus
radiusAuthClientMIBCompliance
MODULE-COMPLIANCE
The compliance statement for authentication clients implementing the RADIUS Authentication Client MIB. Implementation of this module is for IPv4-only entities, or for backwards compatibility use with entities that support both IPv4 and IPv6.
1.3.6.1.2.1.67.1.2.2.1.1deprecated
radiusAuthClientExtMIBCompliance
MODULE-COMPLIANCE
The compliance statement for authentication clients implementing the RADIUS Authentication Client IPv6 Extensions MIB. Implementation of this module is for entities that support IPv6, or support IPv4 and IPv6.
1.3.6.1.2.1.67.1.2.2.1.2current
radiusAuthClientMIBGroup
OBJECT-GROUP
The basic collection of objects providing management of RADIUS Authentication Clients.
1.3.6.1.2.1.67.1.2.2.2.1deprecated
radiusAuthClientExtMIBGroup
OBJECT-GROUP
The collection of extended objects providing management of RADIUS Authentication Clients using version-neutral IP address format.
1.3.6.1.2.1.67.1.2.2.2.2current