BIANCA-BRICK-RADIUS-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-RADIUS-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 |
org | 1.3 | |||
dod | 1.3.6 | |||
internet | 1.3.6.1 | |||
private | 1.3.6.1.4 | |||
enterprises | 1.3.6.1.4.1 | |||
bintec | 1.3.6.1.4.1.272 | |||
bintecsec | 1.3.6.1.4.1.272.254 | |||
radius | 1.3.6.1.4.1.272.254.8 | |||
radiusServerTable | 1.3.6.1.4.1.272.254.8.1 | no-access | ||
1.3.6.1.4.1.272.254.8.1.1 | no-access | |||
radiusSrvProtocol | 1.3.6.1.4.1.272.254.8.1.1.1 | integer | read-write |
Type of authentication server. To configure the radius authentication use authentication(1), for radius accounting accounting(2), for user authentication on login shell login(3). Enumeration: 'accounting': 2, 'authentication': 1, 'login': 3. |
radiusSrvAddress | 1.3.6.1.4.1.272.254.8.1.1.2 | ipaddress | read-write |
The Radius Server IP Address. |
radiusSrvPort | 1.3.6.1.4.1.272.254.8.1.1.3 | integer | read-write |
The radius server port. Please notice that RFC2138 assigns port 1812 and 1813 for authentication and accounting, respectively. Many Radius servers still use the former assigned port 1645 and 1646 instead. The default value is 1812 and 1813. |
radiusSrvSecret | 1.3.6.1.4.1.272.254.8.1.1.4 | displaystring | read-write |
The shared secret between radius server and Brick. |
radiusSrvPriority | 1.3.6.1.4.1.272.254.8.1.1.5 | integer | read-write |
The radius server with the lowest priority is the first used for request. If there is no response (see also the values Timeout and Retries) the radius server with the next lowest priority will be used. Default value is 0. |
radiusSrvTimeout | 1.3.6.1.4.1.272.254.8.1.1.6 | integer | read-write |
The amount of milliseconds (1/1000s) waiting for an outstanding request. Default is 1000 (1 second). |
radiusSrvRetries | 1.3.6.1.4.1.272.254.8.1.1.7 | integer | read-write |
The number of retries sent for each request, until the server state is set to inactive. Default value is 1. To prevent the radiusSrvState ever switch to inactive, set this value to 0. |
radiusSrvState | 1.3.6.1.4.1.272.254.8.1.1.8 | integer | read-write |
When operational, the server state is active(1). If the radius server does not respond, its state is set to inactive(2). The administrator can set the state manually to disabled(3), or delete(4) the entry. Enumeration: 'active': 1, 'disabled': 3, 'inactive': 2, 'delete': 4. |
radiusSrvPolicy | 1.3.6.1.4.1.272.254.8.1.1.9 | integer | read-write |
If set to authoritative(1), a negative answer to a request will be accepted. This is not necessarily true when set to non-authoritative(2), where the next radius server will be asked until there is finally an authoritative(1) server configured. Enumeration: 'authoritative': 1, 'non-authoritative': 2. |
radiusSrvValidate | 1.3.6.1.4.1.272.254.8.1.1.10 | integer | read-write |
This additional option is only used for bogus RADIUS servers, which send response messages with a wrong calculated MD5 checksum. All messages generated by the brick, however, will always use the proper authentication scheme. For security reasons, this option should always be set to enabled(1). Enumeration: 'disabled': 2, 'enabled': 1. |
radiusSrvDialout | 1.3.6.1.4.1.272.254.8.1.1.11 | integer | read-write |
This option provides a means for RADIUS dialout configuration. When set to enabled(1), routing information is read into the brick after system startup. This information must be configured in the RADIUS server as dialout-1 to dialout-n, where n is a value of range 1-99. The end is automatically determined when the brick gets a negative response. This means, all entrys must be consecutive. The default value is disabled(2). Enumeration: 'disabled': 2, 'reload': 3, 'enabled': 1. |
radiusSrvDefaultPW | 1.3.6.1.4.1.272.254.8.1.1.12 | displaystring | read-write |
This is the default USER-PASSWORD the brick sends where no password is available (for example, in requests for the calling number or boot requests). Some RADIUS servers rely on a configured USER- or CHAP-PASSWORD for any RADIUS request. The default value is an empty string. |
radiusSrvReloadInterval | 1.3.6.1.4.1.272.254.8.1.1.13 | integer | read-write |
Reload interval for RADIUS dialout configuration in minutes. The default is 0 (no reload is performed automatically. |
radiusSrvAuthRequests | 1.3.6.1.4.1.272.254.8.1.1.14 | counter | read-only |
Total number of access requests sent. |
radiusSrvAuthAccepts | 1.3.6.1.4.1.272.254.8.1.1.15 | counter | read-only |
Total number of access accepts received. |
radiusSrvAuthRejects | 1.3.6.1.4.1.272.254.8.1.1.16 | counter | read-only |
Total number of access rejects received. |
radiusSrvAuthReqRetrans | 1.3.6.1.4.1.272.254.8.1.1.17 | counter | read-only |
Total number of retransmitted access requests. |
radiusSrvAuthReqFailed | 1.3.6.1.4.1.272.254.8.1.1.18 | counter | read-only |
Total number of failed (not rejected) access requests. |
radiusSrvAuthReqPending | 1.3.6.1.4.1.272.254.8.1.1.19 | counter | read-only |
Total number of pending access requests. |
radiusSrvAcctStarts | 1.3.6.1.4.1.272.254.8.1.1.20 | counter | read-only |
Total number of accounting starts sent. |
radiusSrvAcctStops | 1.3.6.1.4.1.272.254.8.1.1.21 | counter | read-only |
Total number of accounting stops sent. |
radiusSrvKeepalive | 1.3.6.1.4.1.272.254.8.1.1.22 | integer | read-write |
Enables the periodicaly keep alive check of 'inactive' (see radiusSrvState) server. Enumeration: 'disabled': 2, 'enabled': 1. |