CISCO-AAA-SERVER-MIB
- Registered at
- 1.3.6.1.4.1.9.10.56
- Last updated
- 2023-04-06 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2023-04-06 00:00, 2023-03-01 00:00, 2003-11-17 00:00, 2002-03-28 00:00, 2000-01-20 00:00
- Namespace
- cisco
- Source file
CISCO-AAA-SERVER-MIB- Digest
sha256:73efcf622e4a073336b357132f5526e9b14f965ed934de4c81340330c04089e1
Description
The MIB module for monitoring communications and status of AAA Server operation
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 | ciscoExperiment |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeInterval, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-AAA-SERVER-MIB CISCO-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoAAAProtocol TEXTUAL-CONVENTION Protocol used with this server. tacacsplus(1) - TACACS+ radius(2) - RADIUS ldap(3) - Light Weight Directory Protocol kerberos(4) - Kerberos ntlm(5) - Authentication/Authorization using NT Domain sdi(6) - Authentication/Authorization using Secure ID other(7) - Other protocols | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cAAAServerMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.1 | |||
| casConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.1.1 | |||
| casServerStateChangeEnable OBJECT-TYPE This variable controls the generation of casServerStateChange notification. When this variable is true(1), generation of casServerStateChange notifications is enabled. When this variable is false(2), generation of casServerStateChange notifications is disabled. The default value is false(2). | 1.3.6.1.4.1.9.10.56.1.1.1 | TruthValue | read-write | current |
| casConfigTable OBJECT-TYPE This table shows current configurations for each AAA server, allows existing servers to be removed and new ones to be created. | 1.3.6.1.4.1.9.10.56.1.1.2 | not-accessible | current | |
| casConfigEntry OBJECT-TYPE An AAA server configuration identified by its protocol and its index. An entry is created/removed when a server is defined or undefined with IOS configuration commands via CLI or by issuing appropriate sets to this table using snmp. A management station wishing to create an entry should first generate a random number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It must also, either in the same or in successive PDUs, create an instance of casAddress where casAddress is the IP address of the server to be added. It should also modify the default values for casAuthenPort, casAcctPort if the defaults are not appropriate. If casKey is a zero-length string or is not explicitly set, then the global key will be used. Otherwise, this value is used as the key for this server instance. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active(1) to initiate the request. After the AAA server is made active, the entry can not be modified - the only allowed operation after this is to destroy the entry by setting casConfigRowStatus to destroy(6). casPriority is automatically assigned once the entry is made active and reflects the relative priority of the defined server with respect to already configured servers. Newly-created servers will be assigned the lowest priority. To reassign server priorities to existing server entries, it may be necessary to destroy and recreate entries in order of priority. Entries in this table with casConfigRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with casConfigRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). If a server address being created via SNMP exists already in another active casConfigEntry, then a newly created row can not be made active until the original row with the with the same server address value is destroyed. Upon reload, casIndex values may be changed, but the priorities that were saved before reload will be retained, with lowest priority number corresponding to the higher priority servers. | 1.3.6.1.4.1.9.10.56.1.1.2.1 | not-accessible | current | |
| casProtocol OBJECT-TYPE The variable denotes the protocol used by the managed device with the AAA server corresponding to this entry in the table. | 1.3.6.1.4.1.9.10.56.1.1.2.1.1 | CiscoAAAProtocol | not-accessible | current |
| casIndex OBJECT-TYPE A management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of casConfigEntry. The RowStatus semantics of the casConfigRowStatus object will prevent access conflicts. If the randomly chosen casIndex value for row creation is already in use by an existing entry, snmp set to the casIndex value will fail. | 1.3.6.1.4.1.9.10.56.1.1.2.1.2 | Unsigned32 (1..4294967295) | not-accessible | current |
| casAddress OBJECT-TYPE The IP address of the server. | 1.3.6.1.4.1.9.10.56.1.1.2.1.3 | IpAddress | read-create | current |
| casAuthenPort OBJECT-TYPE UDP/TCP port used for authentication in the configuration For TACACS+, this object should be explictly set. Default value is the IOS default for radius: 1645. | 1.3.6.1.4.1.9.10.56.1.1.2.1.4 | INTEGER (0..65535) | read-create | current |
| casAcctPort OBJECT-TYPE UDP/TCP port used for accounting service in the configuration For TACACS+, the value of casAcctPort is ignored. casAuthenPort will be used instead. Default value is the IOS default for radius: 1646. | 1.3.6.1.4.1.9.10.56.1.1.2.1.5 | INTEGER (0..65535) | read-create | current |
| casKey OBJECT-TYPE The server key to be used with this server. Retrieving the value of this object via SNMP will return an empty string for security reasons. | 1.3.6.1.4.1.9.10.56.1.1.2.1.6 | DisplayString | read-create | current |
| casPriority OBJECT-TYPE A number that indicates the priority of the server in this entry. Lower numbers indicate higher priority. | 1.3.6.1.4.1.9.10.56.1.1.2.1.7 | Unsigned32 (1..4294967295) | read-only | current |
| casConfigRowStatus OBJECT-TYPE The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified except destroyed by setting this object to destroy(6). | 1.3.6.1.4.1.9.10.56.1.1.2.1.8 | RowStatus | read-create | current |
| casStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.1.2 | |||
| casStatisticsTable OBJECT-TYPE Table providing statistics for each server. | 1.3.6.1.4.1.9.10.56.1.2.1 | not-accessible | current | |
| casStatisticsEntry OBJECT-TYPE Statistical information about a particular server. Objects in this table are read-only and appear automatically whenever a row in the casConfigTable is made active. Objects in this table disappear when casConfigRowStatus for the corresponding casConfigEntry is set to the destroy(6) state. | 1.3.6.1.4.1.9.10.56.1.2.1.1 | not-accessible | current | |
| casAuthenRequests OBJECT-TYPE The number of authentication requests sent to this server since it is made active. Retransmissions due to request timeouts are counted as distinct requests. | 1.3.6.1.4.1.9.10.56.1.2.1.1.1 | Counter32 | read-only | current |
| casAuthenRequestTimeouts OBJECT-TYPE The number of authentication requests which have timed out since it is made active. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. | 1.3.6.1.4.1.9.10.56.1.2.1.1.2 | Counter32 | read-only | current |
| casAuthenUnexpectedResponses OBJECT-TYPE The number of unexpected authentication responses received from this server since it is made active. An example is a delayed response to a request which had already timed out. | 1.3.6.1.4.1.9.10.56.1.2.1.1.3 | Counter32 | read-only | current |
| casAuthenServerErrorResponses OBJECT-TYPE The number of server ERROR authentication responses received from this server since it is made active. These are responses indicating that the server itself has identified an error with its authentication operation. | 1.3.6.1.4.1.9.10.56.1.2.1.1.4 | Counter32 | read-only | current |
| casAuthenIncorrectResponses OBJECT-TYPE The number of authentication responses which could not be processed since it is made active. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. | 1.3.6.1.4.1.9.10.56.1.2.1.1.5 | Counter32 | read-only | current |
| casAuthenResponseTime OBJECT-TYPE Average response time for authentication requests sent to this server, excluding timeouts, since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.6 | TimeInterval | read-only | current |
| casAuthenTransactionSuccesses OBJECT-TYPE The number of authentication transactions with this server which succeeded since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an authentication pass or fail. | 1.3.6.1.4.1.9.10.56.1.2.1.1.7 | Counter32 | read-only | current |
| casAuthenTransactionFailures OBJECT-TYPE The number of authentication transactions with this server which failed since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. | 1.3.6.1.4.1.9.10.56.1.2.1.1.8 | Counter32 | read-only | current |
| casAuthorRequests OBJECT-TYPE The number of authorization requests sent to this server since it is made active. Retransmissions due to request timeouts are counted as distinct requests. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.9 | Counter32 | read-only | current |
| casAuthorRequestTimeouts OBJECT-TYPE The number of authorization requests which have timed out since it is made active. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.10 | Counter32 | read-only | current |
| casAuthorUnexpectedResponses OBJECT-TYPE The number of unexpected authorization responses received from this server since it is made active. An example is a delayed response to a request which had already timed out. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.11 | Counter32 | read-only | current |
| casAuthorServerErrorResponses OBJECT-TYPE The number of server ERROR authorization responses received from this server since it is made active. These are responses indicating that the server itself has identified an error with its authorization operation. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.12 | Counter32 | read-only | current |
| casAuthorIncorrectResponses OBJECT-TYPE The number of authorization responses which could not be processed since it is made active. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.13 | Counter32 | read-only | current |
| casAuthorResponseTime OBJECT-TYPE Average response time for authorization requests sent to this server, excluding timeouts, since system re-initialization. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.14 | TimeInterval | read-only | current |
| casAuthorTransactionSuccesses OBJECT-TYPE The number of authorization transactions with this server which succeeded since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an authorization pass or fail. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.15 | Counter32 | read-only | current |
| casAuthorTransactionFailures OBJECT-TYPE The number of authorization transactions with this server which failed since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. This object is not instantiated for protocols which do not support a distinct authorization function. | 1.3.6.1.4.1.9.10.56.1.2.1.1.16 | Counter32 | read-only | current |
| casAcctRequests OBJECT-TYPE The number of accounting requests sent to this server since system re-initialization. Retransmissions due to request timeouts are counted as distinct requests. | 1.3.6.1.4.1.9.10.56.1.2.1.1.17 | Counter32 | read-only | current |
| casAcctRequestTimeouts OBJECT-TYPE The number of accounting requests which have timed out since system re-initialization. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. | 1.3.6.1.4.1.9.10.56.1.2.1.1.18 | Counter32 | read-only | current |
| casAcctUnexpectedResponses OBJECT-TYPE The number of unexpected accounting responses received from this server since system re-initialization. An example is a delayed response to a request which had already timed out. | 1.3.6.1.4.1.9.10.56.1.2.1.1.19 | Counter32 | read-only | current |
| casAcctServerErrorResponses OBJECT-TYPE The number of server ERROR accounting responses received from this server since system re-initialization. These are responses indicating that the server itself has identified an error with its accounting operation. | 1.3.6.1.4.1.9.10.56.1.2.1.1.20 | Counter32 | read-only | current |
| casAcctIncorrectResponses OBJECT-TYPE The number of accounting responses which could not be processed since system re-initialization. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. | 1.3.6.1.4.1.9.10.56.1.2.1.1.21 | Counter32 | read-only | current |
| casAcctResponseTime OBJECT-TYPE Average response time for accounting requests sent to this server,, since system re-initialization excluding timeouts. | 1.3.6.1.4.1.9.10.56.1.2.1.1.22 | TimeInterval | read-only | current |
| casAcctTransactionSuccesses OBJECT-TYPE The number of accounting transactions with this server which succeeded since system re-initialization. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an accounting pass or fail. | 1.3.6.1.4.1.9.10.56.1.2.1.1.23 | Counter32 | read-only | current |
| casAcctTransactionFailures OBJECT-TYPE The number of accounting transactions with this server which failed since system re-initialization. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. | 1.3.6.1.4.1.9.10.56.1.2.1.1.24 | Counter32 | read-only | current |
| casState OBJECT-TYPE Current state of this server at system. up(1) - Server is alive and responding to requests dead(2) - Server is dead and fails to respond to requests A server is marked dead if dead-criteria is met A server is marked up again when 1. configured dead timer expires 2. when server responds to probes AAA client The initial value of casState is 'up(1)' at system re-initialization. This will only transistion to 'dead(2)' if an attempt to communicate fails and dead-criteria is met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.25 | INTEGER {up(1), dead(2)} | read-only | current |
| casCurrentStateDuration OBJECT-TYPE This object provides the elapsed time the server has been in its current state as shown in casState. | 1.3.6.1.4.1.9.10.56.1.2.1.1.26 | TimeInterval | read-only | current |
| casPreviousStateDuration OBJECT-TYPE This object provides the elapsed time the server was been in its previous state prior to the most recent transistion of casState. This value is zero if the server has not changed state. | 1.3.6.1.4.1.9.10.56.1.2.1.1.27 | TimeInterval | read-only | current |
| casTotalDeadTime OBJECT-TYPE The total elapsed time this server's casState has had the value 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.28 | TimeInterval | read-only | current |
| casDeadCount OBJECT-TYPE The number of times this server's casState has transitioned to 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.29 | Counter32 | read-only | current |
| casWiredServerState OBJECT-TYPE Current state of this server for wired sessions. up(1) - Server is alive and responding to requests. dead(2) - Server is dead and fails to respond to requests A server is marked dead if dead-criteria is met A server is marked up again when 1. configured dead timer expires 2. when server responds to probes AAA client The initial value of casWiredServerState is 'up(1)' at system re-initialization. This will only transistion to 'dead(2)' if an attempt to communicate fails and dead-criteria is met | 1.3.6.1.4.1.9.10.56.1.2.1.1.30 | INTEGER {up(1), dead(2)} | read-only | current |
| casAuthenRetrans OBJECT-TYPE The number of authentication retransmissions sent to this server since the first request times out. Retransmissions due to request timeouts are counted as distinct requests. | 1.3.6.1.4.1.9.10.56.1.2.1.1.31 | Counter32 | read-only | current |
| casAuthenRequestFailover OBJECT-TYPE The number of authentication requests which have failover since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.32 | Counter32 | read-only | current |
| casAuthenResponseAccept OBJECT-TYPE The number of authentication accepts received by the device as a result of successful authentication. since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.33 | Counter32 | read-only | current |
| casAuthenResponseReject OBJECT-TYPE The number of authentication rejects received by the device as a result of failed authentication. since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.34 | Counter32 | read-only | current |
| casAuthenResponseChallenge OBJECT-TYPE The number of authentication challenges received by the device as part of authentication transaction. since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.35 | Counter32 | read-only | current |
| casAuthenThrottledTransaction OBJECT-TYPE The number of authentication throttled transactions with this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.36 | Counter32 | read-only | current |
| casAuthenThrottledTimeout OBJECT-TYPE The number of authentication throttled requests which have timed out since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.37 | Counter32 | read-only | current |
| casAuthenThrottledFailure OBJECT-TYPE The number of authentication-throttled transactions that have failed since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.38 | Counter32 | read-only | current |
| casAuthenMalformedResponses OBJECT-TYPE The number of malformed authentication packets received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.39 | Counter32 | read-only | current |
| casAuthenBadAuthenticators OBJECT-TYPE The number of bad authenticator packets received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.40 | Counter32 | read-only | current |
| casAuthenDot1xTotalResponses OBJECT-TYPE The sum of all the Dot1x authentication responses from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.41 | Counter32 | read-only | current |
| casAuthenDot1xAvgResponseTime OBJECT-TYPE The average response time in milliseconds for Dot1x authentication requests sent to this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.42 | TimeInterval | read-only | current |
| casAuthenDot1xTransactionTimeouts OBJECT-TYPE The number of Dot1x authentication transactions which have timed out since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.43 | Counter32 | read-only | current |
| casAuthenDot1xTransactionFailover OBJECT-TYPE The number of Dot1x authentication transactions that have failed over to other servers since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.44 | Counter32 | read-only | current |
| casAuthenDot1xTransactionTotal OBJECT-TYPE The sum of all the Dot1x authentication transactions from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.45 | Counter32 | read-only | current |
| casAuthenDot1xTransactionSuccess OBJECT-TYPE The number of Dot1x authentication transactions with this server that have succeeded since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.46 | Counter32 | read-only | current |
| casAuthenDot1xTransactionFailure OBJECT-TYPE The number of Dot1x authentication transactions with this server that have failed since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.47 | Counter32 | read-only | current |
| casAuthenMACTotalResponses OBJECT-TYPE The sum of all the MAC authentication responses from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.48 | Counter32 | read-only | current |
| casAuthenMACAvgResponseTime OBJECT-TYPE The average response time in milliseconds for MAC authentication requests sent to this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.49 | TimeInterval | read-only | current |
| casAuthenMACTransactionTimeouts OBJECT-TYPE The number of MAC authentication requests which have timed out since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.50 | Counter32 | read-only | current |
| casAuthenMACTransactionFailover OBJECT-TYPE The number of MAC authentication transactions that have failed over to other servers since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.51 | Counter32 | read-only | current |
| casAuthenMACTransactionTotal OBJECT-TYPE The sum of all the MAC authentication transactions from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.52 | Counter32 | read-only | current |
| casAuthenMACTransactionSuccess OBJECT-TYPE The number of MAC authentication transactions with this server that have succeeded since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.53 | Counter32 | read-only | current |
| casAuthenMACTransactionFailure OBJECT-TYPE The number of MAC authentication transactions with this server that have failed since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.54 | Counter32 | read-only | current |
| casAuthorRequestFailover OBJECT-TYPE The number of authorization requests sent to this server that has failed over to other servers since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.55 | Counter32 | read-only | current |
| casAuthorRequestRetransmission OBJECT-TYPE The number of authorization retransmissions sent to this server since the first request times out. | 1.3.6.1.4.1.9.10.56.1.2.1.1.56 | Counter32 | read-only | current |
| casAuthorResponseAccept OBJECT-TYPE The number of authorization accept responses received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.57 | Counter32 | read-only | current |
| casAuthorResponseReject OBJECT-TYPE The number of authorization reject responses received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.58 | Counter32 | read-only | current |
| casAuthorResponseChallenge OBJECT-TYPE The number of authorization challenge responses received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.59 | Counter32 | read-only | current |
| casAuthorThrottledTransaction OBJECT-TYPE The number of authorization throttled transactions with this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.60 | Counter32 | read-only | current |
| casAuthorThrottledTimeout OBJECT-TYPE The number of authorization throttled requests which have timed out since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.61 | Counter32 | read-only | current |
| casAuthorThrottledFailure OBJECT-TYPE The number of authorization throttled failures since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.62 | Counter32 | read-only | current |
| casAuthorMalformedResponses OBJECT-TYPE The number of malformed authorization responses received from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.63 | Counter32 | read-only | current |
| casAuthorBadAuthenticators OBJECT-TYPE The number of bad authenticators received as part of authorization from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.64 | Counter32 | read-only | current |
| casAuthorMACTotalResponses OBJECT-TYPE The sum of all the MAC authorization responses from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.65 | Counter32 | read-only | current |
| casAuthorMACAvgResponseTime OBJECT-TYPE The average response time in milliseconds for MAC authorization sent to this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.66 | TimeInterval | read-only | current |
| casAuthorMACTransactionTimeouts OBJECT-TYPE The number of MAC authorization transactions that have timed out since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.67 | Counter32 | read-only | current |
| casAuthorMACTransactionFailover OBJECT-TYPE The number of MAC authorizations transactions that have failed over since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.68 | Counter32 | read-only | current |
| casAuthorMACTransactionTotal OBJECT-TYPE The sum of all the MAC authorization transactions from this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.69 | Counter32 | read-only | current |
| casAuthorMACTransactionSuccess OBJECT-TYPE The number of successful MAC authorization transactions with this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.70 | Counter32 | read-only | current |
| casAuthorMACTransactionFailure OBJECT-TYPE The number of failed MAC authorization transactions with this server since it is made active. | 1.3.6.1.4.1.9.10.56.1.2.1.1.71 | Counter32 | read-only | current |
| casAcctRequestFailover OBJECT-TYPE The number of accounting requests which have failed over to other servers since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.72 | Counter32 | read-only | current |
| casAcctRequestRetransmission OBJECT-TYPE The number of accounting request retransmissions sent to this server since the first request times out. | 1.3.6.1.4.1.9.10.56.1.2.1.1.73 | Counter32 | read-only | current |
| casAcctRequestStart OBJECT-TYPE The number of accounting requests of type START sent to this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.74 | Counter32 | read-only | current |
| casAcctRequestInterim OBJECT-TYPE The number of accounting requests of type INTERIM sent to this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.75 | Counter32 | read-only | current |
| casAcctRequestStop OBJECT-TYPE The number of accounting requests of type STOP sent to this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.76 | Counter32 | read-only | current |
| casAcctResponseStart OBJECT-TYPE The number of accounting responses of type START received from this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.77 | Counter32 | read-only | current |
| casAcctResponseInterim OBJECT-TYPE The number of accounting responses of type INTERIM received from this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.78 | Counter32 | read-only | current |
| casAcctResponseStop OBJECT-TYPE The number of accounting responses of type STOP received from this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.79 | Counter32 | read-only | current |
| casAcctThrottledTransaction OBJECT-TYPE The number of throttled accounting transactions with this server since the system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.80 | Counter32 | read-only | current |
| casAcctThrottledTimeout OBJECT-TYPE The number of throttled accounting requests which have timed out since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.81 | Counter32 | read-only | current |
| casAcctThrottledFailure OBJECT-TYPE The number of throttled accounting transactions that have failed since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.82 | Counter32 | read-only | current |
| casAcctMalformedResponses OBJECT-TYPE The number of malformed accounting responses received from this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.83 | Counter32 | read-only | current |
| casAcctBadAuthenticators OBJECT-TYPE The number of bad authenticators received as part of accounting from this server since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.84 | Counter32 | read-only | current |
| casWiredDuration OBJECT-TYPE This object provides the elapsed time of the wired instance in its current state as shown in casWiredServerState. | 1.3.6.1.4.1.9.10.56.1.2.1.1.85 | TimeInterval | read-only | current |
| casWiredPreDuration OBJECT-TYPE This object provides the elapsed time of the Server in the wired instance in its previous state prior to the most recent transition of casWiredServerState. | 1.3.6.1.4.1.9.10.56.1.2.1.1.86 | TimeInterval | read-only | current |
| casWiredTotalDeadTime OBJECT-TYPE The total elapsed time of the wired server's casWiredServerState has had the value 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.87 | TimeInterval | read-only | current |
| casWiredDeadCount OBJECT-TYPE The number of times the wired server's casWiredServerState have transitioned to 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.88 | Counter32 | read-only | current |
| casWirelessServerState0 OBJECT-TYPE The wireless server state of the 0th wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState0 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.89 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState1 OBJECT-TYPE The wireless server state of the 1st wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState1 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.90 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState2 OBJECT-TYPE The wireless server state of the 2nd wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState2 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.91 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState3 OBJECT-TYPE The wireless server state of the 3rd wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState3 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.92 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState4 OBJECT-TYPE The wireless server state of the 4th wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState4 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.93 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState5 OBJECT-TYPE The wireless server state of the 5th wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState5 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.94 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState6 OBJECT-TYPE The wireless server state of the 6th wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState6 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.95 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessServerState7 OBJECT-TYPE The wireless server state of the 7th wireless instance. up(1) - The server is alive and responding to requests. dead(2) - The server is dead and fails to respond to requests. A server is marked dead if dead criteria are met A server is marked up again when 1. configured dead timer expires 2. when the server responds to probes AAA client The initial value of casWirelessServerState7 is 'up(1)' at system re-initialization. This will only transition to 'dead(2)' if an attempt to communicate fails and dead criteria are met. | 1.3.6.1.4.1.9.10.56.1.2.1.1.96 | INTEGER {up(1), dead(2)} | read-only | current |
| casWirelessDuration0 OBJECT-TYPE This object provides the elapsed time of the 0th wireless instance in its current state as shown in casWirelessServerState0. | 1.3.6.1.4.1.9.10.56.1.2.1.1.97 | TimeInterval | read-only | current |
| casWirelessDuration1 OBJECT-TYPE This object provides the elapsed time of the 1st wireless instance in its current state as shown in casWirelessServerState1. | 1.3.6.1.4.1.9.10.56.1.2.1.1.98 | TimeInterval | read-only | current |
| casWirelessDuration2 OBJECT-TYPE This object provides the elapsed time of the 2nd wireless instance in its current state as shown in casWirelessServerState2. | 1.3.6.1.4.1.9.10.56.1.2.1.1.99 | TimeInterval | read-only | current |
| casWirelessDuration3 OBJECT-TYPE This object provides the elapsed time of the 3rd wireless instance in its current state as shown in casWirelessServerState3. | 1.3.6.1.4.1.9.10.56.1.2.1.1.100 | TimeInterval | read-only | current |
| casWirelessDuration4 OBJECT-TYPE This object provides the elapsed time of the 4th wireless instance in its current state as shown in casWirelessServerState4. | 1.3.6.1.4.1.9.10.56.1.2.1.1.101 | TimeInterval | read-only | current |
| casWirelessDuration5 OBJECT-TYPE This object provides the elapsed time of the 5th wireless instance in its current state as shown in casWirelessServerState5. | 1.3.6.1.4.1.9.10.56.1.2.1.1.102 | TimeInterval | read-only | current |
| casWirelessDuration6 OBJECT-TYPE This object provides the elapsed time of the 6th wireless instance in its current state as shown in casWirelessServerState6. | 1.3.6.1.4.1.9.10.56.1.2.1.1.103 | TimeInterval | read-only | current |
| casWirelessDuration7 OBJECT-TYPE This object provides the elapsed time of the 7th wireless instance in its current state as shown in casWirelessServerState7. | 1.3.6.1.4.1.9.10.56.1.2.1.1.104 | TimeInterval | read-only | current |
| casWirelessPreDuration0 OBJECT-TYPE This object provides the elapsed time of the Server in the 0th wireless instance in its previous state prior to the most recent transition of casWirelessServerState0. | 1.3.6.1.4.1.9.10.56.1.2.1.1.105 | TimeInterval | read-only | current |
| casWirelessPreDuration1 OBJECT-TYPE This object provides the elapsed time of the Server in the 1st wireless instance in its previous state prior to the most recent transition of casWirelessServerState1. | 1.3.6.1.4.1.9.10.56.1.2.1.1.106 | TimeInterval | read-only | current |
| casWirelessPreDuration2 OBJECT-TYPE This object provides the elapsed time of the Server in the 2nd wireless instance in its previous state prior to the most recent transition of casWirelessServerState2. | 1.3.6.1.4.1.9.10.56.1.2.1.1.107 | TimeInterval | read-only | current |
| casWirelessPreDuration3 OBJECT-TYPE This object provides the elapsed time of the Server in the 3rd wireless instance in its previous state prior to the most recent transition of casWirelessServerState3. | 1.3.6.1.4.1.9.10.56.1.2.1.1.108 | TimeInterval | read-only | current |
| casWirelessPreDuration4 OBJECT-TYPE This object provides the elapsed time of the Server in the 4th wireless instance in its previous state prior to the most recent transition of casWirelessServerState4. | 1.3.6.1.4.1.9.10.56.1.2.1.1.109 | TimeInterval | read-only | current |
| casWirelessPreDuration5 OBJECT-TYPE This object provides the elapsed time of the Server in the 5th wireless instance in its previous state prior to the most recent transition of casWirelessServerState5. | 1.3.6.1.4.1.9.10.56.1.2.1.1.110 | TimeInterval | read-only | current |
| casWirelessPreDuration6 OBJECT-TYPE This object provides the elapsed time of the Server in the 6th wireless instance in its previous state prior to the most recent transition of casWirelessServerState6. | 1.3.6.1.4.1.9.10.56.1.2.1.1.111 | TimeInterval | read-only | current |
| casWirelessPreDuration7 OBJECT-TYPE This object provides the elapsed time of the Server in the 7th wireless instance in its previous state prior to the most recent transition of casWirelessServerState7. | 1.3.6.1.4.1.9.10.56.1.2.1.1.112 | TimeInterval | read-only | current |
| casWirelessTotalDeadTime OBJECT-TYPE The total elapsed time all 8 server's casWirelessServerState has had the value 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.113 | TimeInterval | read-only | current |
| casWirelessDeadCount OBJECT-TYPE The number of times all 8 server's casWirelessServerState have transitioned to 'dead(2)' since system re-initialization. | 1.3.6.1.4.1.9.10.56.1.2.1.1.114 | Counter32 | read-only | current |
| casQuarantined OBJECT-TYPE current test requests outstanding for the specified server. yes(1) - server has outstanding requests. no(2) - server has no outstanding requests. The initial value of casQuarantined is 'no(2)' at system re-initialization. This will only transition to 'yes(1)' if the specified server has been quarantined. | 1.3.6.1.4.1.9.10.56.1.2.1.1.115 | INTEGER {yes(1), no(2)} | read-only | current |
| cAAAServerMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.2 | |||
| cAAAServerMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.2.0 | |||
| cAAAServerMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.3 | |||
| casMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.3.1 | |||
| casMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.56.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| casServerStateChange NOTIFICATION-TYPE An AAA server state change notification is generated whenever casState changes value. | 1.3.6.1.4.1.9.10.56.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| casMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO AAA Server MIB | 1.3.6.1.4.1.9.10.56.3.1.1 | current |
| casStatisticsGroup OBJECT-GROUP Objects for providing AAA server statistics and status. | 1.3.6.1.4.1.9.10.56.3.2.1 | current |
| casConfigGroup OBJECT-GROUP Objects for configuring the AAA servers. | 1.3.6.1.4.1.9.10.56.3.2.2 | current |
| casServerNotificationGroup NOTIFICATION-GROUP The collection of notifications used for monitoring AAA server status | 1.3.6.1.4.1.9.10.56.3.2.3 | current |