| casProtocol | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.1 | 
    
    
      | 
        The variable denotes the protocol used by the
        managed device with the AAA server corresponding to
        this entry in the table.
        
       | 
    
    
      | casIndex | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.2 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAddress | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.3 | 
    
    
      | 
        The IP address of the server.
        
       | 
    
    
      | casAuthenPort | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.4 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctPort | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.5 | 
    
    
      | 
        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.
        
       | 
    
    
      | casKey | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.6 | 
    
    
      | 
        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.
        
       | 
    
    
      | casPriority | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.7 | 
    
    
      | 
        A number that indicates the priority of the server	in
        this entry.  Lower	numbers	indicate higher	priority.
        
       | 
    
    
      | casConfigRowStatus | 
      .1.3.6.1.4.1.9.10.56.1.1.2.1.8 | 
    
    
      | 
        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).
        
       | 
    
    
      | casAuthenRequests | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.1 | 
    
    
      | 
        The number	of authentication requests sent	to
        this server since it is made active.
        Retransmissions due to request timeouts are
        counted as	distinct requests.
        
       | 
    
    
      | casAuthenRequestTimeouts | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.2 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthenUnexpectedResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.3 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthenServerErrorResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.4 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthenIncorrectResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.5 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthenResponseTime | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.6 | 
    
    
      | 
        Average response time for authentication requests sent
        to	this server, excluding timeouts, since system
        re-initialization.
        
       | 
    
    
      | casAuthenTransactionSuccesses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.7 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthenTransactionFailures | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.8 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorRequests | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.9 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorRequestTimeouts | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.10 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorUnexpectedResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.11 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorServerErrorResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.12 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorIncorrectResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.13 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorResponseTime | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.14 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorTransactionSuccesses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.15 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAuthorTransactionFailures | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.16 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctRequests | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.17 | 
    
    
      | 
        The number	of accounting requests sent to
        this server since system re-initialization.
        Retransmissions due to request timeouts are
        counted as	distinct requests.
        
       | 
    
    
      | casAcctRequestTimeouts | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.18 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctUnexpectedResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.19 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctServerErrorResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.20 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctIncorrectResponses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.21 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctResponseTime | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.22 | 
    
    
      | 
        Average response time for accounting requests sent
        to	this server,, since system re-initialization
        excluding timeouts.
        
       | 
    
    
      | casAcctTransactionSuccesses | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.23 | 
    
    
      | 
        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.
        
       | 
    
    
      | casAcctTransactionFailures | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.24 | 
    
    
      | 
        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.
        
       | 
    
    
      | casState | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.25 | 
    
    
      | 
        Current state of this server.
        up(1)	 - Server responding to	requests
        dead(2) - Server failed to respond
        A server is marked	dead if	it does	not respond after
        maximum retransmissions.
        A server is marked	up again either	after a	waiting
        period or if some response	is received from it.
        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.
        
       | 
    
    
      | casCurrentStateDuration | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.26 | 
    
    
      | 
        This object provides the elapsed time the server has
        been in its current state as shown	in casState.
        
       | 
    
    
      | casPreviousStateDuration | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.27 | 
    
    
      | 
        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.
        
       | 
    
    
      | casTotalDeadTime | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.28 | 
    
    
      | 
        The total elapsed time this server's casState has
        had the value 'dead(2)' since system re-initialization.
        
       | 
    
    
      | casDeadCount | 
      .1.3.6.1.4.1.9.10.56.1.2.1.1.29 | 
    
    
      | 
        The number	of times this server's casState	has
        transitioned to 'dead(2)' since system re-initialization.
        
       |