BIANCA-BRICK-RADIUS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for BIANCA-BRICK-RADIUS-MIB.
33
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
org OBJECT IDENTIFIER .1.3 |
RFC1155-SMI Unknown .1.3 |
dod OBJECT IDENTIFIER .1.3.6 |
internet OBJECT IDENTIFIER .1.3.6.1 |
private OBJECT IDENTIFIER .1.3.6.1.4 |
enterprises OBJECT IDENTIFIER .1.3.6.1.4.1 |
bintec OBJECT IDENTIFIER .1.3.6.1.4.1.272 |
bintecsec OBJECT IDENTIFIER .1.3.6.1.4.1.272.254 |
radius OBJECT IDENTIFIER .1.3.6.1.4.1.272.254.8 |
radiusServerTable SEQUENCE OF RadiusServerEntry .1.3.6.1.4.1.272.254.8.1 |
radiusServerEntry RadiusServerEntry .1.3.6.1.4.1.272.254.8.1.1 |
radiusSrvProtocolType of authentication server. To configure the radius
authentication use authentication(1), for radius accounting
accounting(2), for user authentication on login shell
login(3).rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.1 |
radiusSrvAddressThe Radius Server IP Address.rw IpAddress .1.3.6.1.4.1.272.254.8.1.1.2 |
radiusSrvPortThe 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.rw INTEGER .1.3.6.1.4.1.272.254.8.1.1.3 |
radiusSrvSecretThe shared secret between radius server and Brick.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.272.254.8.1.1.4 |
radiusSrvPriorityThe 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.rw INTEGER .1.3.6.1.4.1.272.254.8.1.1.5 |
radiusSrvTimeoutThe amount of milliseconds (1/1000s) waiting for an
outstanding request. Default is 1000 (1 second).rw INTEGER .1.3.6.1.4.1.272.254.8.1.1.6 |
radiusSrvRetriesThe 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.rw INTEGER .1.3.6.1.4.1.272.254.8.1.1.7 |
radiusSrvStateWhen 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.rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.8 |
radiusSrvPolicyIf 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.rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.9 |
radiusSrvValidateThis 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).rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.10 |
radiusSrvDialoutThis 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).rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.11 |
radiusSrvDefaultPWThis 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.272.254.8.1.1.12 |
radiusSrvReloadIntervalReload interval for RADIUS dialout configuration in minutes.
The default is 0 (no reload is performed automatically.rw INTEGER .1.3.6.1.4.1.272.254.8.1.1.13 |
radiusSrvAuthRequestsTotal number of access requests sent.ro Counter .1.3.6.1.4.1.272.254.8.1.1.14 |
radiusSrvAuthAcceptsTotal number of access accepts received.ro Counter .1.3.6.1.4.1.272.254.8.1.1.15 |
radiusSrvAuthRejectsTotal number of access rejects received.ro Counter .1.3.6.1.4.1.272.254.8.1.1.16 |
radiusSrvAuthReqRetransTotal number of retransmitted access requests.ro Counter .1.3.6.1.4.1.272.254.8.1.1.17 |
radiusSrvAuthReqFailedTotal number of failed (not rejected) access requests.ro Counter .1.3.6.1.4.1.272.254.8.1.1.18 |
radiusSrvAuthReqPendingTotal number of pending access requests.ro Counter .1.3.6.1.4.1.272.254.8.1.1.19 |
radiusSrvAcctStartsTotal number of accounting starts sent.ro Counter .1.3.6.1.4.1.272.254.8.1.1.20 |
radiusSrvAcctStopsTotal number of accounting stops sent.ro Counter .1.3.6.1.4.1.272.254.8.1.1.21 |
radiusSrvKeepaliveEnables the periodicaly keep alive check of 'inactive'
(see radiusSrvState) server.rw Enumeration .1.3.6.1.4.1.272.254.8.1.1.22 |