CISCO-RADIUS-EXT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.736
- Last updated
- 2020-09-08 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2020-09-08 00:00, 2010-05-25 00:00, 2010-05-20 00:00
- Namespace
- cisco
- Source file
CISCO-RADIUS-EXT-MIB- Digest
sha256:b98f79a84293894166d64b05d53d69961bddf0397031bf9040314e809d533031
Description
This MIB module defines objects describing RADIUS (Remote Access Dialin User Service), serving as an extension of the following MIB modules: - - RADIUS-AUTH-CLIENT-MIB [RFC4668] - RADIUS-AUTH-SERVER-MIB [RFC4669] - RADIUS-ACC-CLIENT-MIB [RFC4670] - RADIUS-ACC-SERVER-MIB [RFC4671] - RADIUS-DYNAUTH-CLIENT-MIB [RFC4672] - RADIUS-DYNAUTH-SERVER-MIB [RFC4673] - [RFC4668] D. Nelson, RADIUS Authentication Client MIB for IPv6, RFC-4668, August 2006. - [RFC4669] D. Nelson, RADIUS Authentication Server MIB for IPv6, RFC-4669, August 2006. - [RFC4670] D. Nelson, RADIUS Accounting Client MIB for IPv6, RFC-4670, August 2006. - [RFC4671] D. Nelson, RADIUS Accounting Server MIB for IPv6, RFC-4671, August 2006. - [RFC4672] S. De Cnodder, N. Jonnala, M. Chiba, RADIUS Dynamic Authorization Client MIB, RFC-4672, September 2006. - [RFC4673] S. De Cnodder, N. Jonnala, M. Chiba, RADIUS Dynamic Authorization Server MIB, RFC-4673, September 2006.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeInterval |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-RADIUS-EXT-MIB CISCO-SMI INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| RadiusSourceIdentifier TEXTUAL-CONVENTION This textual convention represents the range of identifers used when 'extended RADIUS source port' is configured. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cRadiusExtMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1 | |||
| creClientGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.1 | |||
| creClientTotalMaxInQLength OBJECT-TYPE This object indicates the maximum length of the queue which stores the incoming RADIUS packets. | 1.3.6.1.4.1.9.9.736.1.1.1 | Gauge32 | read-only | current |
| creClientTotalMaxWaitQLength OBJECT-TYPE This object indicates the maximum length of the queue which stores the pending RADIUS packets for which the responses are outstanding. | 1.3.6.1.4.1.9.9.736.1.1.2 | Gauge32 | read-only | current |
| creClientTotalMaxDoneQLength OBJECT-TYPE This object indicates the maximum length of the queue which stores those RADIUS packets for which the responses are received. | 1.3.6.1.4.1.9.9.736.1.1.3 | Gauge32 | read-only | current |
| creClientTotalAccessRejects OBJECT-TYPE This object indicates the number of access reject packets received by the RADIUS client. | 1.3.6.1.4.1.9.9.736.1.1.4 | Counter32 | read-only | current |
| creClientTotalAverageResponseDelay OBJECT-TYPE This object indicates the overall response delay experienced by RADIUS packets (both authentication and accounting). | 1.3.6.1.4.1.9.9.736.1.1.5 | TimeInterval | read-only | current |
| creClientSourcePortRangeStart OBJECT-TYPE If the 'extended RADIUS source ports' is configured, multiple source ports are used for sending out RADIUS authentication or accounting requests. This MIB object indicates the port value from where this range starts. | 1.3.6.1.4.1.9.9.736.1.1.6 | InetPortNumber | read-only | current |
| creClientSourcePortRangeEnd OBJECT-TYPE If the 'extended RADIUS source port' is configured, multiple source ports are used for sending out RADIUS authentication or accounting requests. This MIB object indicates the port value where this range ends. | 1.3.6.1.4.1.9.9.736.1.1.7 | InetPortNumber | read-only | current |
| creClientLastUsedSourcePort OBJECT-TYPE If the 'extended RADIUS source ports' is configured, multiple source ports are used for sending out RADIUS authentication or accounting requests. This MIB object indicates the last source port that was used to send out a RADIUS authentication or accounting request. | 1.3.6.1.4.1.9.9.736.1.1.8 | InetPortNumber | read-only | current |
| creClientLastUsedSourceId OBJECT-TYPE This MIB object indicates the last source identifier that was used to send out a RADIUS packet when 'extended RADIUS source ports' is configured. The source identifier is a counter that is incremented everytime a RADIUS authentication or an accounting packet is sent. | 1.3.6.1.4.1.9.9.736.1.1.9 | RadiusSourceIdentifier | read-only | current |
| creClientTotalAccessAccepts OBJECT-TYPE This object indicates the number of access accept packets\n\ received by the RADIUS client. | 1.3.6.1.4.1.9.9.736.1.1.10 | Counter32 | read-only | current |
| creClientAuthentication OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.2 | |||
| creAuthClientBadAuthenticators OBJECT-TYPE This object indicates the number of RADIUS authentication response packets received which contained invalid authenticators. | 1.3.6.1.4.1.9.9.736.1.2.1 | Counter32 | read-only | current |
| creAuthClientUnknownResponses OBJECT-TYPE This object indicates the number of unknown RADIUS authentication responses received. | 1.3.6.1.4.1.9.9.736.1.2.2 | Counter32 | read-only | current |
| creAuthClientTotalPacketsWithResponses OBJECT-TYPE This object indicates the number of RADIUS authentication packets that received responses. | 1.3.6.1.4.1.9.9.736.1.2.3 | Counter32 | read-only | current |
| creAuthClientBufferAllocFailures OBJECT-TYPE This object indicates the number of buffer allocation failures encountered during RADIUS request formation. | 1.3.6.1.4.1.9.9.736.1.2.4 | Counter32 | read-only | current |
| creAuthClientTotalResponses OBJECT-TYPE This object indicates the number of RADIUS authentication response packets received by the RADIUS client. | 1.3.6.1.4.1.9.9.736.1.2.5 | Counter32 | read-only | current |
| creAuthClientTotalPacketsWithoutResponses OBJECT-TYPE This object indicates the number of RADIUS authentication packets that never received a response. | 1.3.6.1.4.1.9.9.736.1.2.6 | Counter32 | read-only | current |
| creAuthClientAverageResponseDelay OBJECT-TYPE This object indicates the average response delay experienced for RADIUS authentication requests. | 1.3.6.1.4.1.9.9.736.1.2.7 | TimeInterval | read-only | current |
| creAuthClientMaxResponseDelay OBJECT-TYPE This object indicates the maximum delay experienced for RADIUS authentication requests. | 1.3.6.1.4.1.9.9.736.1.2.8 | TimeInterval | read-only | current |
| creAuthClientMaxBufferSize OBJECT-TYPE This object indicates the maximum buffer size for RADIUS authentication packet. | 1.3.6.1.4.1.9.9.736.1.2.9 | Unsigned32 (1..4294967295) | read-only | current |
| creAuthClientTimeouts OBJECT-TYPE This object indicates the number of timeouts that have occurred for RADIUS authentication. After a timeout the client may retry sending the request to the same server or to a different server or give up depending on the configuration. | 1.3.6.1.4.1.9.9.736.1.2.10 | Counter32 | read-only | current |
| creAuthClientDupIDs OBJECT-TYPE This object indicates the number of times client has received duplicate authentication responses with the same identifier. Out of these two packets, the later packet is considered as a true match. | 1.3.6.1.4.1.9.9.736.1.2.11 | Counter32 | read-only | current |
| creAuthClientMalformedResponses OBJECT-TYPE This object indicates the number of malformed RADIUS authentication responses received. Malformed packets include packets with an invalid length. | 1.3.6.1.4.1.9.9.736.1.2.12 | Counter32 | read-only | current |
| creAuthClientLastUsedSourceId OBJECT-TYPE This MIB object indicates the last source identifier that was used to send out a RADIUS authentication request when 'extended RADIUS source ports' is configured. The source identifier is a counter that is incremented everytime a RADIUS authentication request is sent. | 1.3.6.1.4.1.9.9.736.1.2.13 | RadiusSourceIdentifier | read-only | current |
| creClientAccounting OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.3 | |||
| creAcctClientBadAuthenticators OBJECT-TYPE This object indicates the number of RADIUS Accounting-Response packets received with invalid authenticators. | 1.3.6.1.4.1.9.9.736.1.3.1 | Counter32 | read-only | current |
| creAcctClientUnknownResponses OBJECT-TYPE This object indicates the number of unknown RADIUS accounting responses received. | 1.3.6.1.4.1.9.9.736.1.3.2 | Counter32 | read-only | current |
| creAcctClientTotalPacketsWithResponses OBJECT-TYPE This object indicates the number of RADIUS accounting packets that received responses. | 1.3.6.1.4.1.9.9.736.1.3.3 | Counter32 | read-only | current |
| creAcctClientBufferAllocFailures OBJECT-TYPE This object indicates the number of buffer allocation failures encountered for RADIUS accounting request. | 1.3.6.1.4.1.9.9.736.1.3.4 | Counter32 | read-only | current |
| creAcctClientTotalResponses OBJECT-TYPE This object indicates the number of RADIUS accounting response packets received by the RADIUS client. | 1.3.6.1.4.1.9.9.736.1.3.5 | Counter32 | read-only | current |
| creAcctClientTotalPacketsWithoutResponses OBJECT-TYPE This object indicates the number of RADIUS accounting packets that never received a response. | 1.3.6.1.4.1.9.9.736.1.3.6 | Counter32 | read-only | current |
| creAcctClientAverageResponseDelay OBJECT-TYPE This object indicates the average response delay experienced for RADIUS accounting. | 1.3.6.1.4.1.9.9.736.1.3.7 | TimeInterval | read-only | current |
| creAcctClientMaxResponseDelay OBJECT-TYPE This object indicates the maximum delay experienced for RADIUS accounting. | 1.3.6.1.4.1.9.9.736.1.3.8 | TimeInterval | read-only | current |
| creAcctClientMaxBufferSize OBJECT-TYPE This object indicates the maximum buffer size for RADIUS accounting packets. | 1.3.6.1.4.1.9.9.736.1.3.9 | Unsigned32 (1..4294967295) | read-only | current |
| creAcctClientTimeouts OBJECT-TYPE This object indicates the number of timeouts that have occurred for RADIUS accounting. After a timeout the client may retry sending the request to the same server or to a different server or give up depending on the configuration. | 1.3.6.1.4.1.9.9.736.1.3.10 | Counter32 | read-only | current |
| creAcctClientDupIDs OBJECT-TYPE This object indicates the number of times client has received duplicate accounting responses with the same identifier. Out of these two packets, the later packet is considered as a true match. | 1.3.6.1.4.1.9.9.736.1.3.11 | Counter32 | read-only | current |
| creAcctClientMalformedResponses OBJECT-TYPE This object indicates the number of malformed RADIUS accounting responses received. Malformed packets include packets with an invalid length. | 1.3.6.1.4.1.9.9.736.1.3.12 | Counter32 | read-only | current |
| creAcctClientLastUsedSourceId OBJECT-TYPE This MIB object indicates the last source identifier that was used to send out a RADIUS accounting request when 'extended RADIUS source ports' is configured. The source identifier is a counter that is incremented everytime a RADIUS accounting request is sent. | 1.3.6.1.4.1.9.9.736.1.3.13 | RadiusSourceIdentifier | read-only | current |
| creClientDynAuth OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.4 | |||
| creServerGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.5 | |||
| creServerAuthentication OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.6 | |||
| creServerAccounting OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.7 | |||
| creServerDynAuth OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.1.8 | |||
| cRadiusExtMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.2 | |||
| creMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.2.1 | |||
| creMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.736.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| creMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO RADIUS Extention MIB | 1.3.6.1.4.1.9.9.736.2.1.1 | current |
| creClientGlobalGroup OBJECT-GROUP Objects for providing aggregated statistics of RADIUS client. | 1.3.6.1.4.1.9.9.736.2.2.1 | current |
| creClientAuthenenticationGroup OBJECT-GROUP Objects for providing statistics of RADIUS client authentication packets. | 1.3.6.1.4.1.9.9.736.2.2.2 | current |
| creClientAccountingGroup OBJECT-GROUP Objects for providing statistics of RADIUS client accounting packets. | 1.3.6.1.4.1.9.9.736.2.2.3 | current |