WWP-LEOS-TACACS-CLIENT-MIB: View SNMP OID List / Download MIB
VENDOR: WORLD WIDE PACKETS
Home | MIB: WWP-LEOS-TACACS-CLIENT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wwpLeosTacacsClientMIB | 1.3.6.1.4.1.6141.2.60.402 |
The MIB module for the WWP Tacacs Server specific configuration and monitoring information. |
||
wwpLeosTacacsClientMIBObjects | 1.3.6.1.4.1.6141.2.60.402.1 | |||
wwpLeosTacacsClient | 1.3.6.1.4.1.6141.2.60.402.1.1 | |||
wwpLeosTacacsAdminState | 1.3.6.1.4.1.6141.2.60.402.1.1.1 | integer | read-write |
Setting this object will administratively enable/disable tacacs client on the device. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsOperState | 1.3.6.1.4.1.6141.2.60.402.1.1.2 | integer | read-only |
This object returns the operational state of tacacs client. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsClientTimeout | 1.3.6.1.4.1.6141.2.60.402.1.1.3 | integer32 | read-write |
This is the time in seconds between retransmissions to the TACACS server. |
wwpLeosTacacsClientRetries | 1.3.6.1.4.1.6141.2.60.402.1.1.4 | integer32 | read-write |
Indicates the number of times the TACACS server should be tried before giving up on the server. |
wwpLeosTacacsClientPrivilegeLevelRW | 1.3.6.1.4.1.6141.2.60.402.1.1.5 | integer32 | read-write |
Indicates the privilege level used for mapping a range of TACACS privilege levels to LE-OS R-W user privilege level. A privilege level returned by a server will be compared to wwpLeosTacacsClientPrivilegeLevelDiag. If the server privilege level is less than wwpLeosTacacsClientPrivilegeLevelDiag and greater than or equal to the wwpLeosTacacsClientPrivilegeLevelRW, the LE-OS privilege level is super-user. |
wwpLeosTacacsClientPrivilegeLevelAdmin | 1.3.6.1.4.1.6141.2.60.402.1.1.6 | integer32 | read-write |
Indicates the privilege level used for mapping a range of TACACS privilege levels to LE-OS TCE Admin user privilege level. A privilege level returned by a server will be compared to wwpLeosTacacsClientPrivilegeLevelRW. If the server privilege level is less than wwpLeosTacacsClientPrivilegeLevelRW and greater than or equal to the wwpLeosTacacsClientPrivilegeLevelAdmin, the LE-OS privilege level is Admin. Not supported on all platforms |
wwpLeosTacacsClientPrivilegeLevelDiag | 1.3.6.1.4.1.6141.2.60.402.1.1.7 | integer32 | read-write |
Indicates the privilege level used for mapping a range of TACACS privilege levels to LE-OS Diagnostic user privilege level. A privilege level returned by a server will be compared to this value. If server privilege level is greater than or equal to the wwpLeosTacacsClientPrivilegeLevelDiag, the LE-OS privilege level is diag. |
wwpLeosTacacsClientAuthKey | 1.3.6.1.4.1.6141.2.60.402.1.1.8 | tacacsstring | read-write |
The Auth Key to be used for Tacacs Servers. Retrieving the value of this object via SNMP will return an empty string for security reasons. |
wwpLeosTacacsAuthenticationAdminState | 1.3.6.1.4.1.6141.2.60.402.1.1.9 | integer | read-write |
Setting this object will administratively enable/disable tacacs authentication on the device. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsAuthorizationAdminState | 1.3.6.1.4.1.6141.2.60.402.1.1.10 | integer | read-write |
Setting this object will administratively enable/disable tacacs authorization on the device. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsAccountingAdminState | 1.3.6.1.4.1.6141.2.60.402.1.1.11 | integer | read-write |
Setting this object will administratively enable/disable tacacs accounting on the device. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsSyslogAdminState | 1.3.6.1.4.1.6141.2.60.402.1.1.12 | integer | read-write |
Setting this object will administratively enable/disable tacacs syslog messages on the device. Enumeration: 'disabled': 1, 'enabled': 2. |
wwpLeosTacacsClientServerTable | 1.3.6.1.4.1.6141.2.60.402.1.1.13 | no-access |
Lists the possible TACACS servers. While creating entry following mib objects must be specified wwpLeosTacacsClientServerStatus, wwpLeosTacacsClientServerAddr. SNMP multiple set operation must be used to create entry. |
|
1.3.6.1.4.1.6141.2.60.402.1.1.13.1 | no-access |
Tacacs server entry. |
||
wwpLeosTacacsClientServerIndex | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.1 | integer32 | no-access |
Specifies the index of this table. |
wwpLeosTacacsClientServerAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.2 | displaystring | read-write |
Host name or ip address of the TACACS server. |
wwpLeosTacacsClientServerResolvedAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.3 | ipaddress | read-only |
When wwpLeosTacacsClientServerAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address will be the same Ipv4 address. Ipv6 address : The resolved address will be the same Ipv6 address. When the resolved address represents: Ipv4 address : wwpLeosTacacsClientServerResolvedAddr will represent the resolved Ipv4 address. wwpLeosTacacsClientServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientServerResolvedInetAddrType will represent the same Ipv4 address. Ipv6 address : wwpLeosTacacsClientServerResolvedAddr will represent 0.0.0.0. wwpLeosTacacsClientServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientServerResolvedInetAddrType will represent the Ipv6 address. |
wwpLeosTacacsClientServerPriority | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.4 | integer32 | read-write |
Specifies the priority of tacacs servers configured on the device. This is the order in which the servers will accessed |
wwpLeosTacacsClientServerAuthPort | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.5 | integer32 | read-write |
The destination TCP port number to which TACACS messages should be sent. The TACACS server will not be used for authentication if this port number is 0. |
wwpLeosTacacsClientServerAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.6 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server from the global TACACS client. This does not include retransmissions. |
wwpLeosTacacsClientServerAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.7 | counter32 | read-only |
The number of TACACS Access-Retransmission packets retransmitted to this TACACS authentication server from the global TACACS client. |
wwpLeosTacacsClientServerAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.8 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server by the global TACACS client. |
wwpLeosTacacsClientServerAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.9 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server by the global TACACS client. |
wwpLeosTacacsClientServerMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.10 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server by the global TACACS client. Malformed packets include packets with an invalid length. Bad authenticators or Signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientServerBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.11 | counter32 | read-only |
The number of TACACS Access-BadAuthenticator packets containing invalid authenticators or Signature attributes received from this server by the global TACACS client. |
wwpLeosTacacsClientServerPendingRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.12 | gauge32 | read-only |
The number of TACACS Access-PendingRequest packets destined for this server from the global TACACS client that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject or Access-Challenge, a timeout or retransmission. |
wwpLeosTacacsClientServerTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.13 | counter32 | read-only |
The number of authentication timeouts to this server on behalf of the global TACACS client. 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. |
wwpLeosTacacsClientServerUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.14 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port by the global TACACS client. |
wwpLeosTacacsClientServerBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.15 | counter32 | read-only |
The number of TACACS packets of which were received from this server on the authentication port by the global TACACS client and dropped for some other reason by the client. |
wwpLeosTacacsClientServerStatus | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.16 | rowstatus | read-only |
To create a row in this table, a manager must set this object to either createAndGo(4). While creating entry following mib objects must be specified wwpLeosTacacsClientServerStatus, wwpLeosTacacsClientServerAddr. SNMP multiple set operation must be used to create entry. To disable a tacacs server, the operator can set wwpLeosTacacsClientServerStatus object to 'notInService' state. |
wwpLeosTacacsClientServerApplication | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.17 | integer | read-only |
This object specifies how the tacacs server should be used for authentication. Whether this tacacs server should be used for userLogin authentication or dot1x authentication or both is decided by the value of this mib object. Dot1x not supported on all platforms Enumeration: 'userLogin': 1, 'all': 3, 'dot1x': 2. |
wwpLeosTacacsClientServerClearStatistics | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.18 | truthvalue | read-write |
This object clears the statistics for a server |
wwpLeosTacacsClientGlobalAuthorizationAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.19 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server. This does not include retransmissions. |
wwpLeosTacacsClientGlobalAuthorizationAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.20 | counter32 | read-only |
The number of TACACS Access-Request packets retransmitted to this TACACS authentication server. |
wwpLeosTacacsClientGlobalAuthorizationAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.21 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server. |
wwpLeosTacacsClientGlobalAuthorizationAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.22 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server. |
wwpLeosTacacsClientGlobalAuthorizationMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.23 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientGlobalAuthorizationBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.24 | counter32 | read-only |
The number of TACACS Access-Response packets containing invalid authenticators or signature attributes received from this server. |
wwpLeosTacacsClientGlobalAuthorizationTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.25 | counter32 | read-only |
The number of authentication timeouts to this server. After a timeout the client may retry sending 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. |
wwpLeosTacacsClientGlobalAuthorizationUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.26 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port. |
wwpLeosTacacsClientGlobalAuthorizationBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.27 | counter32 | read-only |
The number of TACACS packets which were received from this server on the authentication port and dropped for some other reason. |
wwpLeosTacacsClientGlobalAccountingAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.28 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server. This does not include retransmissions. |
wwpLeosTacacsClientGlobalAccountingAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.29 | counter32 | read-only |
The number of TACACS Access-Request packets retransmitted to this TACACS authentication server. |
wwpLeosTacacsClientGlobalAccountingAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.30 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server. |
wwpLeosTacacsClientGlobalAccountingAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.31 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server. |
wwpLeosTacacsClientGlobalAccountingMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.32 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientGlobalAccountingBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.33 | counter32 | read-only |
The number of TACACS Access-Response packets containing invalid authenticators or signature attributes received from this server. |
wwpLeosTacacsClientGlobalAccountingTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.34 | counter32 | read-only |
The number of authentication timeouts to this server. After a timeout the client may retry sending 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. |
wwpLeosTacacsClientGlobalAccountingUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.35 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port. |
wwpLeosTacacsClientGlobalAccountingBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.36 | counter32 | read-only |
The number of TACACS packets which were received from this server on the authentication port and dropped for some other reason. |
wwpLeosTacacsClientServerResolvedInetAddrType | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.37 | inetaddresstype | read-only |
Specifies the resolved IP address type . Used in conjunction with wwpLeosTacacsClientServerResolvedInetAddr. When set to : ipv4 : wwpLeosTacacsClientServerResolvedInetAddr should be compliant with InetAddressIPv4 ipv6 : wwpLeosTacacsClientServerResolvedInetAddr should be compliant with InetAddressIPv6 |
wwpLeosTacacsClientServerResolvedInetAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.13.1.38 | inetaddress | read-only |
Specifies the resolved IP address if wwpLeosTacacsClientServerAddr is set to host name. If wwpLeosTacacsClientServerAddr is set to ip address then wwpLeosTacacsClientServerResolvedInetAddress will contain same information as wwpLeosTacacsClientServerAddr. This OID should be used in conjuction with wwpLeosTacacsClientServerResolvedInetAddrType. |
wwpLeosTacacsClientAuthenticationServerTable | 1.3.6.1.4.1.6141.2.60.402.1.1.14 | no-access |
Lists the possible TACACS servers. While creating entry following mib objects must be specified wwpLeosTacacsClientAuthenticationServerStatus, wwpLeosTacacsClientAuthenticationServerAddr. SNMP multiple set operation must be used to create entry. |
|
1.3.6.1.4.1.6141.2.60.402.1.1.14.1 | no-access |
Tacacs server entry. |
||
wwpLeosTacacsClientAuthenticationServerIndex | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.1 | integer32 | no-access |
Specifies the index of this table. |
wwpLeosTacacsClientAuthenticationServerAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.2 | displaystring | read-write |
Host name or ip address of the TACACS server. |
wwpLeosTacacsClientAuthenticationServerResolvedAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.3 | ipaddress | read-only |
When wwpLeosTacacsClientAuthenticationServerAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address will be the same Ipv4 address. Ipv6 address : The resolved address will be the same Ipv6 address. When the resolved address represents: Ipv4 address : wwpLeosTacacsClientAuthenticationServerResolvedAddr will represent the resolved Ipv4 address. wwpLeosTacacsClientAuthenticationServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAuthenticationServerResolvedInetAddrType will represent the same Ipv4 address. Ipv6 address : wwpLeosTacacsClientAuthenticationServerResolvedAddr will represent 0.0.0.0. wwpLeosTacacsClientAuthenticationServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAuthenticationServerResolvedInetAddrType will represent the Ipv6 address. |
wwpLeosTacacsClientAuthenticationServerPriority | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.4 | integer32 | read-write |
Specifies the priority of tacacs servers configured on the device. This is the order in which the servers will accessed |
wwpLeosTacacsClientAuthenticationServerAuthPort | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.5 | integer32 | read-write |
The destination TCP port number to which TACACS messages should be sent. The TACACS server will not be used for authentication if this port number is 0. |
wwpLeosTacacsClientAuthenticationServerAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.6 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server. This does not include retransmissions. |
wwpLeosTacacsClientAuthenticationServerAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.7 | counter32 | read-only |
The number of TACACS Access-Request packets retransmitted to this TACACS authentication server. |
wwpLeosTacacsClientAuthenticationServerAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.8 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAuthenticationServerAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.9 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAuthenticationServerMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.10 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientAuthenticationServerBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.11 | counter32 | read-only |
The number of TACACS Access-Response packets containing invalid authenticators or Signature attributes received from this server. |
wwpLeosTacacsClientAuthenticationServerPendingRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.12 | gauge32 | read-only |
The number of TACACS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject or Access-Challenge, a timeout or retransmission. |
wwpLeosTacacsClientAuthenticationServerTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.13 | counter32 | read-only |
The number of authentication timeouts to this 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. |
wwpLeosTacacsClientAuthenticationServerUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.14 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port. |
wwpLeosTacacsClientAuthenticationServerBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.15 | counter32 | read-only |
The number of TACACS packets of which were received from this server on the authentication port and dropped for some other reason. |
wwpLeosTacacsClientAuthenticationServerStatus | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.16 | rowstatus | read-only |
To create a row in this table, a manager must set this object to either createAndGo(4). While creating entry following mib objects must be specified wwpLeosTacacsClientAuthenticationServerStatus, wwpLeosTacacsClientAuthenticationServerAddr. SNMP multiple set operation must be used to create entry. To disable a tacacs server, the operator can set wwpLeosTacacsClientAuthenticationServerStatus object to 'notInService' state. |
wwpLeosTacacsClientAuthenticationServerApplication | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.17 | integer | read-only |
This object specifies how the tacacs server should be used for authentication. Whether this tacacs server should be used for userLogin authentication or dot1x authentication or both is decided by the value of this mib object. Dot1x not supported on all platforms Enumeration: 'userLogin': 1, 'all': 3, 'dot1x': 2. |
wwpLeosTacacsClientAuthenticationServerClearStatistics | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.18 | truthvalue | read-write |
This object clears the statistics for a server |
wwpLeosTacacsClientAuthenticationServerResolvedInetAddrType | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.19 | inetaddresstype | read-only |
Specifies the resolved IP address type. Used in conjunction with wwpLeosTacacsClientAuthenticationServerResolvedInetAddr. When set to : ipv4 : wwpLeosTacacsClientAuthenticationServerResolvedInetAddr should be compliant with InetAddressIPv4 ipv6 : wwpLeosTacacsClientAuthenticationServerResolvedInetAddr should be compliant with InetAddressIPv6 |
wwpLeosTacacsClientAuthenticationServerResolvedInetAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.14.1.20 | inetaddress | read-only |
Specifies the resolved IP address if wwpLeosTacacsClientAuthenticationServerAddr is set to host name. If wwpLeosTacacsClientAuthenticationServerAddr is set to ip address then wwpLeosTacacsClientAuthenticationServerResolvedInetAddr will contain the same information as wwpLeosTacacsClientAuthenticationServerAddr. This OID should be used in conjuction with wwpLeosTacacsClientAuthenticationServerResolvedInetAddrType. |
wwpLeosTacacsClientAuthorizationServerTable | 1.3.6.1.4.1.6141.2.60.402.1.1.15 | no-access |
Lists the possible TACACS servers. While creating entry following mib objects must be specified wwpLeosTacacsClientAuthorizationServerStatus, wwpLeosTacacsClientAuthorizationServerAddr. SNMP multiple set operation must be used to create entry. |
|
1.3.6.1.4.1.6141.2.60.402.1.1.15.1 | no-access |
Tacacs server entry. |
||
wwpLeosTacacsClientAuthorizationServerIndex | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.1 | integer32 | no-access |
Specifies the index of this table. |
wwpLeosTacacsClientAuthorizationServerAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.2 | displaystring | read-write |
Host name or ip address of the TACACS server. |
wwpLeosTacacsClientAuthorizationServerResolvedAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.3 | ipaddress | read-only |
When wwpLeosTacacsClientAuthorizationServerAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address will be the same Ipv4 address. Ipv6 address : The resolved address will be the same Ipv6 address. When the resolved address represents: Ipv4 address : wwpLeosTacacsClientAuthorizationServerResolvedAddr will represent the resolved Ipv4 address. wwpLeosTacacsClientAuthorizationServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAuthorizationServerResolvedInetAddrType will represent the same Ipv4 address. Ipv6 address : wwpLeosTacacsClientAuthorizationServerResolvedAddr will represent 0.0.0.0. wwpLeosTacacsClientAuthorizationServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAuthorizationServerResolvedInetAddrType will represent the Ipv6 address. |
wwpLeosTacacsClientAuthorizationServerPriority | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.4 | integer32 | read-write |
Specifies the priority of tacacs servers configured on the device. This is the order in which the servers will accessed |
wwpLeosTacacsClientAuthorizationServerAuthPort | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.5 | integer32 | read-write |
The destination TCP port number to which TACACS messages should be sent. The TACACS server will not be used for authentication if this port number is 0. |
wwpLeosTacacsClientAuthorizationServerAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.6 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server. This does not include retransmissions. |
wwpLeosTacacsClientAuthorizationServerAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.7 | counter32 | read-only |
The number of TACACS Access-Request packets retransmitted to this TACACS authentication server. |
wwpLeosTacacsClientAuthorizationServerAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.8 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAuthorizationServerAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.9 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAuthorizationServerMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.10 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientAuthorizationServerBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.11 | counter32 | read-only |
The number of TACACS Access-Response packets containing invalid authenticators or Signature attributes received from this server. |
wwpLeosTacacsClientAuthorizationServerPendingRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.12 | gauge32 | read-only |
The number of TACACS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject or Access-Challenge, a timeout or retransmission. |
wwpLeosTacacsClientAuthorizationServerTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.13 | counter32 | read-only |
The number of authentication timeouts to this 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. |
wwpLeosTacacsClientAuthorizationServerUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.14 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port. |
wwpLeosTacacsClientAuthorizationServerBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.15 | counter32 | read-only |
The number of TACACS packets of which were received from this server on the authentication port and dropped for some other reason. |
wwpLeosTacacsClientAuthorizationServerStatus | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.16 | rowstatus | read-only |
To create a row in this table, a manager must set this object to either createAndGo(4). While creating entry following mib objects must be specified wwpLeosTacacsClientAuthorizationServerStatus, wwpLeosTacacsClientAuthorizationServerAddr. SNMP multiple set operation must be used to create entry. To disable a tacacs server, the operator can set wwpLeosTacacsClientAuthorizationServerStatus object to 'notInService' state. |
wwpLeosTacacsClientAuthorizationServerApplication | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.17 | integer | read-only |
This object specifies how the tacacs server should be used for authentication. Whether this tacacs server should be used for userLogin authentication or dot1x authentication or both is decided by the value of this mib object. Dot1x not supported on all platforms Enumeration: 'userLogin': 1, 'all': 3, 'dot1x': 2. |
wwpLeosTacacsClientAuthorizationServerClearStatistics | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.18 | truthvalue | read-write |
This object clears the statistics for a server |
wwpLeosTacacsClientAuthorizationServerResolvedInetAddrType | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.19 | inetaddresstype | read-only |
Specifies the resolved IP address type. Used in conjunction with wwpLeosTacacsClientAuthorizationServerResolvedInetAddr. When set to : ipv4 : wwpLeosTacacsClientAuthorizationServerResolvedInetAddr should be compliant with InetAddressIPv4 ipv6 : wwpLeosTacacsClientAuthorizationServerResolvedInetAddr should be compliant with InetAddressIPv6. |
wwpLeosTacacsClientAuthorizationServerResolvedInetAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.15.1.20 | inetaddress | read-only |
Specifies the resolved IP address if wwpLeosTacacsClientAuthorizationServerAddr is set to host name. If wwpLeosTacacsClientAuthorizationServerAddr is set to ip address then wwpLeosTacacsClientAuthorizationServerResolvedInetAddr will contain same information as wwpLeosTacacsClientAuthorizationServerAddr. This OID is used in conjunction with wwpLeosTacacsClientAuthorizationServerResolvedInetAddr. |
wwpLeosTacacsClientAccountingServerTable | 1.3.6.1.4.1.6141.2.60.402.1.1.16 | no-access |
Lists the possible TACACS servers. While creating entry following mib objects must be specified wwpLeosTacacsClientAccountingServerStatus, wwpLeosTacacsClientAccountingServerAddr. SNMP multiple set operation must be used to create entry. |
|
1.3.6.1.4.1.6141.2.60.402.1.1.16.1 | no-access |
Tacacs server entry. |
||
wwpLeosTacacsClientAccountingServerIndex | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.1 | integer32 | no-access |
Specifies the index of this table. |
wwpLeosTacacsClientAccountingServerAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.2 | displaystring | read-write |
Host name or ip address of the TACACS server. |
wwpLeosTacacsClientAccountingServerResolvedAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.3 | ipaddress | read-only |
When wwpLeosTacacsClientAccountingServerAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address will be the same Ipv4 address. Ipv6 address : The resolved address will be the same Ipv6 address. When the resolved address represents: Ipv4 address : wwpLeosTacacsClientAccountingServerResolvedAddr will represent the resolved Ipv4 address. wwpLeosTacacsClientAccountingServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAccountingServerResolvedInetAddrType will represent the same Ipv4 address. Ipv6 address : wwpLeosTacacsClientAccountingServerResolvedAddr will represent 0.0.0.0. wwpLeosTacacsClientAccountingServerResolvedInetAddr used in conjunction with wwpLeosTacacsClientAccountingServerResolvedInetAddrType will represent the Ipv6 address. |
wwpLeosTacacsClientAccountingServerPriority | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.4 | integer32 | read-write |
Specifies the priority of tacacs servers configured on the device. This is the order in which the servers will accessed |
wwpLeosTacacsClientAccountingServerAuthPort | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.5 | integer32 | read-write |
The destination TCP port number to which TACACS messages should be sent. The TACACS server will not be used for authentication if this port number is 0. |
wwpLeosTacacsClientAccountingServerAccessRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.6 | counter32 | read-only |
The number of TACACS Access-Request packets sent to this server. This does not include retransmissions. |
wwpLeosTacacsClientAccountingServerAccessRetransmissions | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.7 | counter32 | read-only |
The number of TACACS Access-Request packets retransmitted to this TACACS authentication server. |
wwpLeosTacacsClientAccountingServerAccessAccepts | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.8 | counter32 | read-only |
The number of TACACS Access-Accept packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAccountingServerAccessRejects | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.9 | counter32 | read-only |
The number of TACACS Access-Reject packets (valid or invalid) received from this server. |
wwpLeosTacacsClientAccountingServerMalformedAccessResponses | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.10 | counter32 | read-only |
The number of malformed TACACS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or Signature attributes or unknown types are not included as malformed access responses. |
wwpLeosTacacsClientAccountingServerBadAuthenticators | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.11 | counter32 | read-only |
The number of TACACS Access-Response packets containing invalid authenticators or Signature attributes received from this server. |
wwpLeosTacacsClientAccountingServerPendingRequests | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.12 | gauge32 | read-only |
The number of TACACS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject or Access-Challenge, a timeout or retransmission. |
wwpLeosTacacsClientAccountingServerTimeouts | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.13 | counter32 | read-only |
The number of authentication timeouts to this 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. |
wwpLeosTacacsClientAccountingServerUnknownTypes | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.14 | counter32 | read-only |
The number of TACACS packets of unknown type which were received from this server on the authentication port. |
wwpLeosTacacsClientAccountingServerBadHeaderSequence | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.15 | counter32 | read-only |
The number of TACACS packets of which were received from this server on the authentication port and dropped for some other reason. |
wwpLeosTacacsClientAccountingServerStatus | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.16 | rowstatus | read-only |
To create a row in this table, a manager must set this object to either createAndGo(4). While creating entry following mib objects must be specified wwpLeosTacacsClientAccountingServerStatus, wwpLeosTacacsClientAccountingServerAddr. SNMP multiple set operation must be used to create entry. To disable a tacacs server, the operator can set wwpLeosTacacsClientAccountingServerStatus object to 'notInService' state. |
wwpLeosTacacsClientAccountingServerApplication | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.17 | integer | read-only |
This object specifies how the tacacs server should be used for authentication. Whether this tacacs server should be used for userLogin authentication or dot1x authentication or both is decided by the value of this mib object. Dot1x not supported on all platforms Enumeration: 'userLogin': 1, 'all': 3, 'dot1x': 2. |
wwpLeosTacacsClientAccountingServerClearStatistics | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.18 | truthvalue | read-write |
This object clears the statistics for a server |
wwpLeosTacacsClientAccountingServerResolvedInetAddrType | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.19 | inetaddresstype | read-only |
Specifies the resolved IP address type. Used in conjunction with wwpLeosTacacsClientAccountingServerResolvedInetAddr. When set to : ipv4 : wwpLeosTacacsClientAccountingServerResolvedInetAddr should be compliant with InetAddressIPv4 ipv6 : wwpLeosTacacsClientAccountingServerResolvedInetAddr should be compliant with InetAddressIPv6. |
wwpLeosTacacsClientAccountingServerResolvedInetAddr | 1.3.6.1.4.1.6141.2.60.402.1.1.16.1.20 | inetaddress | read-only |
Specifies the resolved IP address if wwpLeosTacacsClientAccountingServerAddr is set to host name. If wwpLeosTacacsClientAccountingServerAddr is set to ip address then wwpLeosTacacsClientAccountingServerResolvedInetAddr will contain the same information as wwpLeosTacacsClientAccountingServerAddr. This OID is used in conjunction with wwpLeosTacacsClientAccountingServerResolvedInetAddrType. |
wwpLeosTacacsClientAccountingSession | 1.3.6.1.4.1.6141.2.60.402.1.1.20 | integer | read-write |
Setting this object will turn on session logon/logoff logging with tacacs. Enumeration: 'on': 2, 'off': 1. |
wwpLeosTacacsClientAccountingCommand | 1.3.6.1.4.1.6141.2.60.402.1.1.21 | integer | read-write |
Setting this object will turn on command start/stop logging. Enumeration: 'on': 2, 'off': 1. |
wwpLeosTacacsClientGlobalServers | 1.3.6.1.4.1.6141.2.60.402.1.1.22 | integer | read-write |
Setting this object will turn off global servers. Enumeration: 'on': 2, 'off': 1. |
wwpLeosTacacsClientSearchMethod | 1.3.6.1.4.1.6141.2.60.402.1.1.23 | integer | read-write |
Setting this object will set the search method. Enumeration: 'priority': 1, 'cached': 2. |
wwpLeosTacacsClientKeyMinLen | 1.3.6.1.4.1.6141.2.60.402.1.1.24 | integer32 | read-write |
Setting this object will set the minimum length for TACACS secret key |
wwpLeosTacacsClientMIBNotificationPrefix | 1.3.6.1.4.1.6141.2.60.402.2 | |||
wwpLeosTacacsClientMIBNotifications | 1.3.6.1.4.1.6141.2.60.402.2.0 | |||
wwpLeosTacacsClientMIBConformance | 1.3.6.1.4.1.6141.2.60.402.3 | |||
wwpLeosTacacsClientMIBCompliances | 1.3.6.1.4.1.6141.2.60.402.3.1 | |||
wwpLeosTacacsClientMIBGroups | 1.3.6.1.4.1.6141.2.60.402.3.2 |