MIBs Depot

Juniper-TACACS-Plus-Client-MIB

Registered at
1.3.6.1.4.1.4874.2.2.60
Last updated
2004-03-02 17:31
Organization
Juniper Networks, Inc.
Revisions
2004-03-02 17:31, 2002-09-16 21:44, 2002-07-12 13:49
Namespace
juniper
Source file
Juniper-TACACS-Plus-Client-MIB
Digest
sha256:5b40cd2586a0d68925f4c139b5c6bf2efbe3cb1a076ca7a4a5944d5f1063fd6e

Description

The Terminal Access Controller Access Control System Plus (TACACS+) Client MIB for the Juniper Networks enterprise.

Contact

Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 Email: mib@Juniper.net

Imports

FromSymbols
Juniper-MIBsjuniMibs
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

Juniper-MIBs
Juniper-TACACS-Plus-Client-MIB
Juniper-UNI-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
JuniKeyString
TEXTUAL-CONVENTION
A string to keep a TACACS+ key. It may contain TAB character and/or any character from 0x20 to 0x7e inclusive. Its lenght is limited to 100. For security reasons it always reads as an empty string.
current

Objects

NameOIDSyntaxAccessStatus
juniTacacsPlusClientObjects
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.1
juniTacacsPlusClientCommonConfig
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.1.1
juniTacacsPlusClientDirectedRequest
OBJECT-TYPE
This object represents directed-request option setting. In any of the enabled enabled states user name entered as `user@host' will be sent to specified host fot authentication. If `restricted' is in effect and the specified host is not available client would not try to use other hosts, if `truncated' is in effect, then `@host' part will be stripped before submission for authentication.
1.3.6.1.4.1.4874.2.2.60.1.1.1INTEGER {notRestrictedAndTruncated(1), disabled(2), notRestrictedAndNotTruncated(3), restrictedAndTruncated(4), restrictedAndNotTruncated(5)}read-writecurrent
juniTacacsPlusClientTimeout
OBJECT-TYPE
TACACS+ host response timeout in seconds. Value 0 means 'not configured, it this case built-in internal timeout value will be used.
1.3.6.1.4.1.4874.2.2.60.1.1.2INTEGER (0..255)read-writecurrent
juniTacacsPlusClientKey
OBJECT-TYPE
If the size is non-zero, packets passed between host and client will be encrypted.
1.3.6.1.4.1.4874.2.2.60.1.1.3JuniKeyStringread-writecurrent
juniTacacsPlusClientSourceIp
OBJECT-TYPE
If the value is is not 0.0.0.0 client will use this address as a source IP address for communication with servers. Changing this value would not affect existing connections.
1.3.6.1.4.1.4874.2.2.60.1.1.4IpAddressread-writecurrent
juniTacacsPlusClientHostConfig
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.1.2
juniTacacsPlusClientHostConfigTable
OBJECT-TYPE
This table contains per host configuration parameters.
1.3.6.1.4.1.4874.2.2.60.1.2.1not-accessiblecurrent
juniTacacsPlusClientHostConfigEntry
OBJECT-TYPE
A TACACS+ host statistics table entry.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1not-accessiblecurrent
juniTacacsPlusClientHostAddr
OBJECT-TYPE
The IP address of the host.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.1IpAddressnot-accessiblecurrent
juniTacacsPlusClientHostPort
OBJECT-TYPE
The TCP port of the host.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.2INTEGER (1..65535)read-createcurrent
juniTacacsPlusClientHostPrimary
OBJECT-TYPE
Non-directed requests are submitted to the primary host first. There is only one primary host in the table. So, setting this object to true, will also change the value of this object in the current primary host. If primary host is deleted or reset, system will assing new primary host. When the first entry is created it becomes primary regardless of the value of this object.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.3TruthValueread-createcurrent
juniTacacsPlusClientHostSingleConnection
OBJECT-TYPE
Traditionally TACACS+ client creates a new TCP connection for every session. If this value is true then TACACS+ client will try to use single connection if supported both by client implementation and by the host.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.4TruthValueread-createcurrent
juniTacacsPlusClientHostTimeout
OBJECT-TYPE
TACACS+ host response timeout in seconds. If the value is 0 then the value of juniTacacsPlusClientTimeout will be used instead.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.5INTEGER (0..255)read-createcurrent
juniTacacsPlusClientHostKey
OBJECT-TYPE
If size is non-zero, packets passed between host and client will be encrypted with the key, otherwise the value of juniTacacsPlusClientKey will be used for the purpose.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.6JuniKeyStringread-createcurrent
juniTacacsPlusClientHostStatus
OBJECT-TYPE
Status object, only `createAndGo' and 'destroy' are supported.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.7RowStatusread-createcurrent
juniTacacsPlusClientHostOrder
OBJECT-TYPE
The search order of this TACACS+ host within all configured TACACS+ hosts. This MIB object indicates the order in which a TACACS+ request will be sent to the TACACS+ hosts until a response is received. The primary host is always the first host to be contacted. The remaining hosts will be contacted in the order that they were created. Should the primary host be deleted, the next host in the search order will become the primary host.
1.3.6.1.4.1.4874.2.2.60.1.2.1.1.8INTEGERread-onlycurrent
juniTacacsPlusClientHostStats
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.1.3
juniTacacsPlusClientHostStatsTable
OBJECT-TYPE
This table contains per host statistics.
1.3.6.1.4.1.4874.2.2.60.1.3.1not-accessiblecurrent
juniTacacsPlusClientHostStatsEntry
OBJECT-TYPE
A TACACS+ host statistics table entry.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1not-accessiblecurrent
juniTacacsPlusClientHostAuthRequests
OBJECT-TYPE
Number of authentication requests sent to the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.1Counter32read-onlycurrent
juniTacacsPlusClientHostAuthReplies
OBJECT-TYPE
Number of authentication replies received from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.2Counter32read-onlycurrent
juniTacacsPlusClientHostAuthPending
OBJECT-TYPE
Number of expected but not received authentication replies from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.3Counter32read-onlycurrent
juniTacacsPlusClientHostAuthTimeouts
OBJECT-TYPE
Number of authentication timeouts for the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.4Counter32read-onlycurrent
juniTacacsPlusClientHostAuthorRequests
OBJECT-TYPE
Number of authorization requests sent to the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.5Counter32read-onlycurrent
juniTacacsPlusClientHostAuthorReplies
OBJECT-TYPE
Number of authorization replies received from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.6Counter32read-onlycurrent
juniTacacsPlusClientHostAuthorPending
OBJECT-TYPE
Number of expected but not received authorization replies from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.7Counter32read-onlycurrent
juniTacacsPlusClientHostAuthorTimeouts
OBJECT-TYPE
Number of authorization timeouts for the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.8Counter32read-onlycurrent
juniTacacsPlusClientHostAcctRequests
OBJECT-TYPE
Number of accounting requests sent to the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.9Counter32read-onlycurrent
juniTacacsPlusClientHostAcctReplies
OBJECT-TYPE
Number of accounting replies received from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.10Counter32read-onlycurrent
juniTacacsPlusClientHostAcctPending
OBJECT-TYPE
Number of expected but not received accounting replies from the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.11Counter32read-onlycurrent
juniTacacsPlusClientHostAcctTimeouts
OBJECT-TYPE
Number of accounting timeouts for the host.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.12Counter32read-onlycurrent
juniTacacsPlusClientHostDiscontinuityTime
OBJECT-TYPE
The value of sysUpTime when corresponding juniTacacsPlusHostConfigEntry was created, this object containg zero if host entry was created during system initializatin.
1.3.6.1.4.1.4874.2.2.60.1.3.1.1.13TimeStampread-onlycurrent
juniTacacsPlusClientConformance
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.2
juniTacacsPlusClientCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.2.1
juniTacacsPlusClientGroups
OBJECT-IDENTITY
1.3.6.1.4.1.4874.2.2.60.2.2

Conformance

NameOIDStatus
juniTacacsPlusCompliance
MODULE-COMPLIANCE
Obsolete compliance statement for entities which implement the Juniper TACACS+ Client MIB.
1.3.6.1.4.1.4874.2.2.60.2.1.1obsolete
juniTacacsPlusCompliance2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Juniper TACACS+ Client MIB.
1.3.6.1.4.1.4874.2.2.60.2.1.2current
juniTacacsPlusClientCommonGroup
OBJECT-GROUP
This group defines common configuration parameters for all hosts.
1.3.6.1.4.1.4874.2.2.60.2.2.1current
juniTacacsPlusClientHostConfigGroup
OBJECT-GROUP
Obsolete group for defining per host configuration parameters.
1.3.6.1.4.1.4874.2.2.60.2.2.2obsolete
juniTacacsPlusClientHostStatsGroup
OBJECT-GROUP
This group defines statistics collected on per host basis.
1.3.6.1.4.1.4874.2.2.60.2.2.3current
juniTacacsPlusClientHostConfigGroup2
OBJECT-GROUP
This group defines per host configuration parameters.
1.3.6.1.4.1.4874.2.2.60.2.2.4current