RADIUSCLIENTEXT-MIB: View SNMP OID List / Download MIB

VENDOR: ARROWPOINT COMMUNICATIONS INC.


 Home MIB: RADIUSCLIENTEXT-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 radiusClientExtMIB 1.3.6.1.4.1.2467.1.12.1
This MIB module describes the ArrowPoint Communications extensions to the client side of the Remote Access Dialin User Service (RADIUS) authentication protocol.
 apRadiusClientExtInvalidServerAddresses 1.3.6.1.4.1.2467.1.12.2 counter32 read-only
The total number of RADIUS Access-Response packets received from unknown addresses since client start-up.
 apRadiusClientExtIdentifier 1.3.6.1.4.1.2467.1.12.3 displaystring read-only
The NAS-Identifier of the RADIUS client.
 apRadiusClientExtDeadTimer 1.3.6.1.4.1.2467.1.12.4 integer read-write
This variable specifies the number of minutes to skip down or not responsing Radius Servers.
 apRadiusClientExtProbe 1.3.6.1.4.1.2467.1.12.5 integer read-write
This variable specifies whether the Radius Client will probe down or not responding Radius Servers with probe Access-Request packets to determine their availability. Enumeration: 'disabled': 2, 'enabled': 1.
 apRadiusClientExtRetransmitLimit 1.3.6.1.4.1.2467.1.12.6 integer read-write
This variable specifies the number of times an authentication or accounting request is resent to each radius server after a timeout.
 apRadiusClientExtTimeout 1.3.6.1.4.1.2467.1.12.7 integer read-write
This variable specifies the interval the Radius Client will wait for the Radius Server to reply to an Authentication or Accounting Request.
 apRadiusClientExtSourceIpAddress 1.3.6.1.4.1.2467.1.12.8 ipaddress read-write
This variable specifies the source IP Address of the interface used by the Radius Client.
 apRadiusClientExtServerTable 1.3.6.1.4.1.2467.1.12.9 no-access
The (conceptual) table listing the RADIUS servers with which the client shares a secret.
     apRadiusClientExtServerEntry 1.3.6.1.4.1.2467.1.12.9.1 no-access
An entry (conceptual row) representing a RADIUS server with which the client shares a secret.
         apRadiusClientExtAddress 1.3.6.1.4.1.2467.1.12.9.1.1 ipaddress read-only
The IP address of the RADIUS server referred to in this table entry.
         apRadiusClientExtRoundTripTime 1.3.6.1.4.1.2467.1.12.9.1.2 timeticks read-only
The total roundtrip time of the last packet sent between the client and the RADIUS server referred to in this table entry.
         apRadiusClientExtAccessRequests 1.3.6.1.4.1.2467.1.12.9.1.3 counter32 read-only
The total number of RADIUS Access-Request packets sent to this server since client start-up. This does not include retransmissions.
         apRadiusClientExtAccessRetransmissions 1.3.6.1.4.1.2467.1.12.9.1.4 counter32 read-only
The total number of RADIUS Access-Request packets retransmitted to the same server since client start-up.
         apRadiusClientExtAccessAccepts 1.3.6.1.4.1.2467.1.12.9.1.5 counter32 read-only
The total number of RADIUS Access-Accept packets received from this server since client start-up.
         apRadiusClientExtAccessRejects 1.3.6.1.4.1.2467.1.12.9.1.6 counter32 read-only
The total number of RADIUS Access-Reject packets received from this server since client start-up.
         apRadiusClientExtAccessChallenges 1.3.6.1.4.1.2467.1.12.9.1.7 counter32 read-only
The total number of RADIUS Access-Challenge packets received from this server since client start-up.
         apRadiusClientExtMalformedAccessResponses 1.3.6.1.4.1.2467.1.12.9.1.8 counter32 read-only
The total number of malformed RADIUS Access-Response packets received from this server since client start-up. Bad authenticators are not included as malformed access responses.
         apRadiusClientExtAuthenticationBadAuthenticators 1.3.6.1.4.1.2467.1.12.9.1.9 counter32 read-only
The total number of RADIUS Access-Response packets containing invalid authenticators received from this server since client start-up.
         apRadiusClientExtAuthenticationPendingRequests 1.3.6.1.4.1.2467.1.12.9.1.10 counter32 read-only
The total number of RADIUS 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 a timeout or retransmission.
         apRadiusClientExtAuthenticationTimeouts 1.3.6.1.4.1.2467.1.12.9.1.11 counter32 read-only
The total number of authentication timeouts to this server since client startup. 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.
         apRadiusClientExtAccountingRequests 1.3.6.1.4.1.2467.1.12.9.1.12 counter32 read-only
The total number of RADIUS Accounting-Request packets sent since client start-up. This does not include retransmissions.
         apRadiusClientExtAccountingRetransmissions 1.3.6.1.4.1.2467.1.12.9.1.13 counter32 read-only
The total number of RADIUS Accounting-Request packets retransmitted to the same server since client start-up. Retransmissions include retries where the Identifier and Acct-Delay have been updated.
         apRadiusClientExtAccountingResponses 1.3.6.1.4.1.2467.1.12.9.1.14 counter32 read-only
The total number of RADIUS Accounting-Response packets received from this server since client start-up.
         apRadiusClientExtMalformedAccountingResponses 1.3.6.1.4.1.2467.1.12.9.1.15 counter32 read-only
The total number of malformed RADIUS Accounting-Response packets received from this server since client start-up. Bad authenticators are not included as malformed access responses.
         apRadiusClientExtAccountingBadAuthenticators 1.3.6.1.4.1.2467.1.12.9.1.16 counter32 read-only
The total number of RADIUS Accounting-Response packets which contained invalid authenticators received from this server since client start-up.
         apRadiusClientExtAccountingPendingRequests 1.3.6.1.4.1.2467.1.12.9.1.17 counter32 read-only
The total number of RADIUS Accounting-Request packets sent to this server that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent and decremented due to a timeout or retransmission.
         apRadiusClientExtAccountingTimeouts 1.3.6.1.4.1.2467.1.12.9.1.18 counter32 read-only
The total number of accounting timeouts to this server since client startup. 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 an Accounting-Request as well as a timeout.
         apRadiusClientExtUnknownType 1.3.6.1.4.1.2467.1.12.9.1.19 counter32 read-only
The total number of RADIUS packets of unknown type which were received from this server since client start-up.
 apRadiusClientExtTable 1.3.6.1.4.1.2467.1.12.10 no-access
The table listing the RADIUS servers with which the client shares a secret.
       apRadiusClientExtRadServerEntry 1.3.6.1.4.1.2467.1.12.10.1 no-access
The information regarding a single RADIUS server with which the client shares a secret.
           apRadiusClientExtRadServerIpAddress 1.3.6.1.4.1.2467.1.12.10.1.1 ipaddress read-only
The Radius Server IP Address.
           apRadiusClientExtRadServerAuthPort 1.3.6.1.4.1.2467.1.12.10.1.2 integer read-only
The UDP port number on the Radius Server which to send Radius Authentication packets.
           apRadiusClientExtRadServerAcctPort 1.3.6.1.4.1.2467.1.12.10.1.3 integer read-only
The UDP port number on the Radius Server which to send Radius Accounting packets.
           apRadiusClientExtRadServerSecret 1.3.6.1.4.1.2467.1.12.10.1.4 displaystring read-only
This is the Radius Secret which is shared between this Radius Client and the Radius Server.
           apRadiusClientExtStatus 1.3.6.1.4.1.2467.1.12.10.1.5 rowstatus read-only
This object is used to create and destroy a Radius Server instance.