BIANCA-BRICK-RADIUS-MIB

File: BIANCA-BRICK-RADIUS-MIB.mib (9114 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC

Imported symbols

IpAddress Counter OBJECT-TYPE
DisplayString

Defined Types

RadiusServerEntry  
SEQUENCE    
  radiusSrvProtocol INTEGER
  radiusSrvAddress IpAddress
  radiusSrvPort INTEGER
  radiusSrvSecret DisplayString
  radiusSrvPriority INTEGER
  radiusSrvTimeout INTEGER
  radiusSrvRetries INTEGER
  radiusSrvState INTEGER
  radiusSrvPolicy INTEGER
  radiusSrvValidate INTEGER
  radiusSrvDialout INTEGER
  radiusSrvDefaultPW DisplayString
  radiusSrvReloadInterval INTEGER
  radiusSrvAuthRequests Counter
  radiusSrvAuthAccepts Counter
  radiusSrvAuthRejects Counter
  radiusSrvAuthReqRetrans Counter
  radiusSrvAuthReqFailed Counter
  radiusSrvAuthReqPending Counter
  radiusSrvAcctStarts Counter
  radiusSrvAcctStops Counter
  radiusSrvKeepalive INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bintecsec 1.3.6.1.4.1.272.254
OBJECT IDENTIFIER    

radius 1.3.6.1.4.1.272.254.8
OBJECT IDENTIFIER    

radiusServerTable 1.3.6.1.4.1.272.254.8.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusServerEntry

radiusServerEntry 1.3.6.1.4.1.272.254.8.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RadiusServerEntry  

radiusSrvProtocol 1.3.6.1.4.1.272.254.8.1.1.1
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER authentication(1), accounting(2), login(3)  

radiusSrvAddress 1.3.6.1.4.1.272.254.8.1.1.2
The Radius Server IP Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

radiusSrvPort 1.3.6.1.4.1.272.254.8.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

radiusSrvSecret 1.3.6.1.4.1.272.254.8.1.1.4
The shared secret between radius server and Brick.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

radiusSrvPriority 1.3.6.1.4.1.272.254.8.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

radiusSrvTimeout 1.3.6.1.4.1.272.254.8.1.1.6
The amount of milliseconds (1/1000s) waiting for an outstanding request. Default is 1000 (1 second).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 50..50000  

radiusSrvRetries 1.3.6.1.4.1.272.254.8.1.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..10  

radiusSrvState 1.3.6.1.4.1.272.254.8.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2), disabled(3), delete(4)  

radiusSrvPolicy 1.3.6.1.4.1.272.254.8.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER authoritative(1), non-authoritative(2)  

radiusSrvValidate 1.3.6.1.4.1.272.254.8.1.1.10
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

radiusSrvDialout 1.3.6.1.4.1.272.254.8.1.1.11
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), reload(3)  

radiusSrvDefaultPW 1.3.6.1.4.1.272.254.8.1.1.12
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

radiusSrvReloadInterval 1.3.6.1.4.1.272.254.8.1.1.13
Reload interval for RADIUS dialout configuration in minutes. The default is 0 (no reload is performed automatically.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1440  

radiusSrvAuthRequests 1.3.6.1.4.1.272.254.8.1.1.14
Total number of access requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAuthAccepts 1.3.6.1.4.1.272.254.8.1.1.15
Total number of access accepts received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAuthRejects 1.3.6.1.4.1.272.254.8.1.1.16
Total number of access rejects received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAuthReqRetrans 1.3.6.1.4.1.272.254.8.1.1.17
Total number of retransmitted access requests.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAuthReqFailed 1.3.6.1.4.1.272.254.8.1.1.18
Total number of failed (not rejected) access requests.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAuthReqPending 1.3.6.1.4.1.272.254.8.1.1.19
Total number of pending access requests.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAcctStarts 1.3.6.1.4.1.272.254.8.1.1.20
Total number of accounting starts sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvAcctStops 1.3.6.1.4.1.272.254.8.1.1.21
Total number of accounting stops sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

radiusSrvKeepalive 1.3.6.1.4.1.272.254.8.1.1.22
Enables the periodicaly keep alive check of 'inactive' (see radiusSrvState) server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)