MIB Viewer

TN-SECURITY-AAA-MIB

30 objects
No module-level DESCRIPTION found.
OIDNameAccessStatusDescription
1.3.6.1.4.1.868.2.5.3.1.1.20NodetnSecurityAAAMIB
1.3.6.1.4.1.868.2.5.3.1.1.20.1ScalartnAAAServerTimeoutread-writecurrentCommon Configuration Server Timeout (seconds).
1.3.6.1.4.1.868.2.5.3.1.1.20.2ScalartnAAAServerDeadTimeread-writecurrentCommon Configuration Server Dead Time (seconds).
1.3.6.1.4.1.868.2.5.3.1.1.20.3TabletnAAAServerTablenot-accessiblecurrentAAA Server Table
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1RowtnAAAServerEntrynot-accessiblecurrentEach entry represents a Server on a device.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.1ColumntnAAAProtocolnot-accessiblecurrentThe 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.868.2.5.3.1.1.20.3.1.2ColumntnAAATypenot-accessiblecurrentAAA commonly stands for authentication, authorization and accounting. It refers to a security architecture for distributed systems, which enables control over …
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.3ColumntnAAAServerIndexnot-accessiblecurrentA management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of tnAAAServerEntry.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.4ColumntnAAAServerEnableread-writecurrentTo enable or disable a server.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.5ColumntnAAAServerAddrTyperead-writecurrentThe IP address type of the server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.6ColumntnAAAServerAddrread-writecurrentThe IP address of the server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.7ColumntnAAAServerPortread-writecurrentThe port to use on theServer.
1.3.6.1.4.1.868.2.5.3.1.1.20.3.1.8ColumntnAAAServerSecretread-writecurrentThe secret - up to 29 characters long - shared between the Server and the switch.
1.3.6.1.4.1.868.2.5.3.1.1.20.4TabletnStatisticsTablenot-accessiblecurrentTable providing statistics for each server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1RowtnStatisticsEntrynot-accessiblecurrentStatistical information about a particular server. Objects in this table are read-only and appear automatically whenever a row in the tnStatisticsTable is made…
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.1ColumntnAcceptPktsread-onlycurrentThe number of Accept packets (valid or invalid) received from the server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.2ColumntnRejectPktsread-onlycurrentThe number of Reject packets (valid or invalid) received from the server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.3ColumntnChallengesPktsread-onlycurrentThe number of Challenge packets (valid or invalid) received from the server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.4ColumntnMalResponsePktsread-onlycurrentThe number of malformed packets received from the server. Malformed packets include packets with an invalid length. Bad authenticators or Message Authenticator…
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.5ColumntnBadAuthPktsread-onlycurrentThe number of packets containing invalid authenticators or Message Authenticator attributes received from the server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.6ColumntnUnknownTypePktsread-onlycurrentThe number of packets of unknown types that were received from the server on the port.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.7ColumntnDroppedPktsread-onlycurrentThe number of packets that were received from the server on the port and dropped for some other reason.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.8ColumntnRequestPktsread-onlycurrentThe number of packets sent to the server. This does not include retransmissions.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.9ColumntnRetransPktsread-onlycurrentThe number of packets retransmitted to the server.
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.10ColumntnPendRequestPktsread-onlycurrentThe 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 decre…
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.11ColumntnTimeoutsread-onlycurrentThe 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 ser…
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.12ColumntnStateread-onlycurrentShows 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 comm…
1.3.6.1.4.1.868.2.5.3.1.1.20.4.1.13ColumntnRoundTripTimeread-onlycurrentThe time interval (measured in milliseconds) between the most recent Response and the Request that matched it from the server. The granularity of this measurem…
Type Definitions
NameSyntaxStatusDescription
TnAAAProtocolINTEGER { tacacsplus (1), radius (2) }currentProtocol used with this server. tacacsplus(1) - TACACS+ radius(2) - RADIUS
TnAAATypeINTEGER { authentication (1), authorization (2), accounting (3) }currentType used with this server. authentication (1), authorization (2), accounting (3)