CT-DARADIUS-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CT-DARADIUS-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 |
ctSSA | 1.3.6.1.4.1.52.4497 | |||
daRadius | 1.3.6.1.4.1.52.4497.24 | |||
daRadiusConfig | 1.3.6.1.4.1.52.4497.24.1 | |||
daRadiusGeneralConfig | 1.3.6.1.4.1.52.4497.24.1.1 | |||
daRadiusgcEnabled | 1.3.6.1.4.1.52.4497.24.1.1.1 | integer | read-write |
Administrative status for the RADIUS client. Enumeration: 'disabled': 2, 'enabled': 1. |
daRadiusgcAuthNumRetries | 1.3.6.1.4.1.52.4497.24.1.1.2 | integer | read-write |
Number of times the RADIUS client will issue a request to a RADIUS Authentication Server if the server does not respond. |
daRadiusgcAuthSecsBtwnRetries | 1.3.6.1.4.1.52.4497.24.1.1.3 | integer | read-write |
Number of seconds a RADIUS Authentication Server has to respond to a request before the RADIUS client gives up waiting. |
daRadiusgcAcctNumRetries | 1.3.6.1.4.1.52.4497.24.1.1.4 | integer | read-write |
Number of times the RADIUS client will issue a request to a RADIUS Accounting Server attempting to solicit a response. |
gcAcctSecsBtwnRetries | 1.3.6.1.4.1.52.4497.24.1.1.5 | integer | read-write |
Number of seconds a RADIUS Accounting Server has to respond to a request before the RADIUS client gives up waiting. |
daRadiusServerCfgTable | 1.3.6.1.4.1.52.4497.24.1.2 | no-access |
This table contains RADIUS server configurations used by the RADIUS client. |
|
1.3.6.1.4.1.52.4497.24.1.2.1 | no-access |
Each entry contains configuration information for a RADIUS server. |
||
scIndex | 1.3.6.1.4.1.52.4497.24.1.2.1.1 | integer | read-only |
Type of RADIUS server. Enumeration: 'secondaryAccounting': 4, 'primaryAuthentication': 1, 'primaryAccounting': 3, 'secondaryAuthentication': 2. |
scStatus | 1.3.6.1.4.1.52.4497.24.1.2.1.2 | integer | read-write |
RADIUS client administrative status for the RADIUS server, indicating if the server is enabled to be used by the RADIUS client. Enumeration: 'disabled': 2, 'enabled': 1. |
scIpAddress | 1.3.6.1.4.1.52.4497.24.1.2.1.3 | ipaddress | read-write |
RADIUS server IP address. |
scSharedSecret | 1.3.6.1.4.1.52.4497.24.1.2.1.4 | displaystring | read-write |
Shared secret used to authentication transactions between the RADIUS client and the RADIUS server. |
scUdpPort | 1.3.6.1.4.1.52.4497.24.1.2.1.5 | integer | read-write |
RADIUS server UDP port. |
daRadiusStats | 1.3.6.1.4.1.52.4497.24.2 | |||
daRadiusGeneralStats | 1.3.6.1.4.1.52.4497.24.2.1 | |||
gsInDiscards | 1.3.6.1.4.1.52.4497.24.2.1.1 | integer | read-only |
The number of packets received from RADIUS servers which were chosen to be discarded even though no errors had been detected. The packets were chosen to be discarded before the source RADIUS server was identified. One possible reason for discarding a packet could be because the packet was received after the RADIUS client gave up waiting for it. |
gsInErrors | 1.3.6.1.4.1.52.4497.24.2.1.2 | integer | read-only |
The number of packets received from RADIUS servers that contained errors preventing them from being processed. The packets were found to contain errors before the source RADIUS server was identified. |
daRadiusServerStatsTable | 1.3.6.1.4.1.52.4497.24.2.2 | no-access |
This table contains RADIUS server statistics tallied by the RADIUS client. |
|
1.3.6.1.4.1.52.4497.24.2.2.1 | no-access |
Each entry contains RADIUS server statistics tallied by the RADIUS client. |
||
ssIndex | 1.3.6.1.4.1.52.4497.24.2.2.1.1 | integer | read-only |
Type of RADIUS server. Enumeration: 'secondaryAccounting': 4, 'primaryAuthentication': 1, 'primaryAccounting': 3, 'secondaryAuthentication': 2. |
ssInPkts | 1.3.6.1.4.1.52.4497.24.2.2.1.2 | integer | read-only |
The number of packets received from the RADIUS server that were successfully handled by the RADIUS client. |
ssInDiscards | 1.3.6.1.4.1.52.4497.24.2.2.1.3 | integer | read-only |
The number of packets received from the RADIUS server which were chosen to be discarded even though no errors had been detected. One possible reason for discarding a packet could be because the RADIUS code field of the packet was not recognized. |
ssInErrors | 1.3.6.1.4.1.52.4497.24.2.2.1.4 | integer | read-only |
The number of packets received from the RADIUS server that contained errors preventing them from being processed. |
ssOutPkts | 1.3.6.1.4.1.52.4497.24.2.2.1.5 | integer | read-only |
The number of packets transmitted to the RADIUS server. |
ssOutErrors | 1.3.6.1.4.1.52.4497.24.2.2.1.6 | integer | read-only |
The number of packets the RADIUS client was unable to transmit to the RADIUS server due to transmission errors. |
ssResponseTimeouts | 1.3.6.1.4.1.52.4497.24.2.2.1.7 | integer | read-only |
The number of times the RADIUS client did not receive a response from the RADIUS server within the expected time. |