TN-SECURITY-AAA-MIB

File: TN-SECURITY-AAA-MIB.mib (13254 bytes)

Imported modules

SNMPv2-TC INET-ADDRESS-MIB SNMPv2-SMI
TN-MGMT-MIB

Imported symbols

DisplayString TruthValue InetAddressType
InetAddress Counter32 Unsigned32
tnDevMgmt

Defined Types

TnAAAProtocol  
Protocol used with this server. tacacsplus(1) - TACACS+ radius(2) - RADIUS
TEXTUAL-CONVENTION    
  INTEGER tacacsplus(1), radius(2)  

TnAAAType  
Type used with this server. authentication (1), authorization (2), accounting (3)
TEXTUAL-CONVENTION    
  INTEGER authentication(1), authorization(2), accounting(3)  

TnAAAServerEntry  
SEQUENCE    
  tnAAAProtocol TnAAAProtocol
  tnAAAType TnAAAType
  tnAAAServerIndex Unsigned32
  tnAAAServerEnable TruthValue
  tnAAAServerAddrType InetAddressType
  tnAAAServerAddr InetAddress
  tnAAAServerPort INTEGER
  tnAAAServerSecret DisplayString

TnStatisticsEntry  
SEQUENCE    
  tnAcceptPkts Counter32
  tnRejectPkts Counter32
  tnChallengesPkts Counter32
  tnMalResponsePkts Counter32
  tnBadAuthPkts Counter32
  tnUnknownTypePkts Counter32
  tnDroppedPkts Counter32
  tnRequestPkts Counter32
  tnRetransPkts Counter32
  tnPendRequestPkts Counter32
  tnTimeouts Counter32
  tnState INTEGER
  tnRoundTripTime Counter32

Defined Values

tnSecurityAAAMIB 1.3.6.1.4.1.868.2.5.3.1.1.20
OBJECT IDENTIFIER    

tnAAAServerTimeout 1.3.6.1.4.1.868.2.5.3.1.1.20.1
Common Configuration Server Timeout (seconds).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3..3600  

tnAAAServerDeadTime 1.3.6.1.4.1.868.2.5.3.1.1.20.2
Common Configuration Server Dead Time (seconds).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600  

tnAAAServerTable 1.3.6.1.4.1.868.2.5.3.1.1.20.3
AAA Server Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnAAAServerEntry

tnAAAServerEntry 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1
Each entry represents a Server on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnAAAServerEntry  

tnAAAProtocol 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.1
The variable denotes the protocol used by the managed device with the AAA server corresponding to this entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnAAAProtocol  

tnAAAType 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.2
AAA commonly stands for authentication, authorization and accounting. It refers to a security architecture for distributed systems, which enables control over which users are allowed access to which services, and how much of the resources they have used.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnAAAType  

tnAAAServerIndex 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.3
A management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of tnAAAServerEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

tnAAAServerEnable 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.4
To enable or disable a server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnAAAServerAddrType 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.5
The IP address type of the server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

tnAAAServerAddr 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.6
The IP address of the server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

tnAAAServerPort 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.7
The port to use on theServer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

tnAAAServerSecret 1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.8
The secret - up to 29 characters long - shared between the Server and the switch.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..29)  

tnStatisticsTable 1.3.6.1.4.1.868.2.5.3.1.1.20.4
Table providing statistics for each server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnStatisticsEntry

tnStatisticsEntry 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1
Statistical information about a particular server. Objects in this table are read-only and appear automatically whenever a row in the tnStatisticsTable is made active.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnStatisticsEntry  

tnAcceptPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.1
The number of Accept packets (valid or invalid) received from the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnRejectPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.2
The number of Reject packets (valid or invalid) received from the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnChallengesPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.3
The number of Challenge packets (valid or invalid) received from the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnMalResponsePkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.4
The number of malformed packets received from the 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnBadAuthPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.5
The number of packets containing invalid authenticators or Message Authenticator attributes received from the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnUnknownTypePkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.6
The number of packets of unknown types that were received from the server on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnDroppedPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.7
The number of packets that were received from the server on the port and dropped for some other reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnRequestPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.8
The number of packets sent to the server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnRetransPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.9
The number of packets retransmitted to the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnPendRequestPkts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.10
The number of packets destined for the server that have not yet timed out or received a response. This variable is incremented when a Request is sent and decremented due to receipt of a Response, timeout, or retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnTimeouts 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.11
The number of timeouts to the 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnState 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.12
Shows the state of the server. It takes one of the following values: Disabled - The selected server is disabled. Not Ready - The server is enabled, but IP communication is not yet up and running. Ready - The server is enabled, IP communication is up and running, and the module is ready to accept accounting or access attempts. Dead - Accounting or access attempts were made to this server, but it did not reply within the configured timeout. The server has temporarily been disabled, but will get re-enabled when the dead-time expires. The number of seconds left before this occurs is displayed in parentheses. This state is only reachable when more than one server is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), notready(2), ready(3), dead(4)  

tnRoundTripTime 1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.13
The time interval (measured in milliseconds) between the most recent Response and the Request that matched it from the server. The granularity of this measurement is 100 ms. A value of 0 ms indicates that there hasn't been round-trip communication with the server yet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32