ASCEND-RADIUS-MIB

File: ASCEND-RADIUS-MIB.mib (9647 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

radiusGroup IpAddress OBJECT-TYPE

Defined Types

RadiusAuthStatsEntry  
SEQUENCE    
  radAuthServerIndex INTEGER
  radAuthLoginRqstSent INTEGER
  radAuthOtherRqstSent INTEGER
  radAuthRqstTimedOut INTEGER
  radAuthOtherRqstTimedOut INTEGER
  radAuthRspRcvd INTEGER
  radAuthOtherRspRcvd INTEGER
  radAuthUnexpRspRcvd INTEGER
  radAuthBadRspRcvd INTEGER
  radAuthAckRspRcvd INTEGER
  radAuthHostIPAddress IpAddress
  radAuthCurrentServerFlag INTEGER

RadiusAcctStatsEntry  
SEQUENCE    
  radAcctServerIndex INTEGER
  radAcctRqstSent INTEGER
  radAcctRqstTimedOut INTEGER
  radAcctRspRcvd INTEGER
  radAcctUnexpRspRcvd INTEGER
  radAcctHostIPAddress IpAddress
  radAcctCurrentServerFlag INTEGER

Defined Values

radiusNumAuthServers 1.3.6.1.4.1.529.13.1
The maximum number of RADIUS authentication servers supported by the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radiusNumAcctServers 1.3.6.1.4.1.529.13.2
The maximum number of RADIUS accounting servers supported by the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radiusAuthStatsTable 1.3.6.1.4.1.529.13.3
A list of entries for RADIUS authentication statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAuthStatsEntry

radiusAuthStatsEntry 1.3.6.1.4.1.529.13.3.1
An entry containing object variables to describe a session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RadiusAuthStatsEntry  

radAuthServerIndex 1.3.6.1.4.1.529.13.3.1.1
The index number for this session status entry. Its value ranges from 1 to 'radiusNumAuthServers'. and identifies which server entry is associated with.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthLoginRqstSent 1.3.6.1.4.1.529.13.3.1.2
Total number of authentication requests sent. These requests are strictly for authentication purposes. The sum of this value and 'radAuthOtherRqstSent' represents the total number of requests sent (excluding RADIUS accounting requests).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthOtherRqstSent 1.3.6.1.4.1.529.13.3.1.3
Total number of requests sent that are NOT related to authentication or accounting. These include requests for routes, filters, banners, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthRqstTimedOut 1.3.6.1.4.1.529.13.3.1.4
Total number of authentication requests which timed out. Value should be less than or equal to 'radAuthLoginRqstSent'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthOtherRqstTimedOut 1.3.6.1.4.1.529.13.3.1.5
Total number of requests excluding authentication and accounting which timed out. Value should be less than or equal to 'radAuthOtherRqstSent'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthRspRcvd 1.3.6.1.4.1.529.13.3.1.6
Total number of responses to authentication requests received. Response could be a NAK or an ACK. Value should match radAuthLoginRqstSent. The sum of this value and 'radAuthOtherRspRcvd', 'radAuthUnexpRspRcvd', and 'radAuthBadRspRcvd' represents the total number of responses received (excluding those related to RADIUS accounting).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthOtherRspRcvd 1.3.6.1.4.1.529.13.3.1.7
Total number of responses to requests that were NOT related to authentication or accounting. Response could be a NAK or an ACK. Value should be less than or equal to radAuthOtherRqstSent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthUnexpRspRcvd 1.3.6.1.4.1.529.13.3.1.8
Total number of responses received that did not match an outstanding request. A positive value may indicate configured timeout is insufficient. Total excludes accounting responses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthBadRspRcvd 1.3.6.1.4.1.529.13.3.1.9
Total number of authentication responses received that were rejected due to: (1) authentication NAKed. (2) invalid authenticator field. (3) invalid packet format. (4) invalid code field. (5) unrecognized attribute. A positive value may indicate mismatch in the shared secrets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthAckRspRcvd 1.3.6.1.4.1.529.13.3.1.10
Total number of authentication requests which were ACKed or authenticated successfully. Value is less than or equal to 'radAuthLoginRqstSent'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAuthHostIPAddress 1.3.6.1.4.1.529.13.3.1.11
The IP address of the Authentication server. The value 0.0.0.0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

radAuthCurrentServerFlag 1.3.6.1.4.1.529.13.3.1.12
Value indicates whether this entry is the current authentication server or not. Writing a value will cause the current server to be reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER standby(1), current(2)  

radiusAcctStatsTable 1.3.6.1.4.1.529.13.4
A list of entries for RADIUS accounting statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusAcctStatsEntry

radiusAcctStatsEntry 1.3.6.1.4.1.529.13.4.1
An entry containing object variables to describe a session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RadiusAcctStatsEntry  

radAcctServerIndex 1.3.6.1.4.1.529.13.4.1.1
The index number for this session status entry. Its value ranges from 1 to 'radiusNumAcctServers'. and identifies which server entry is associated with.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAcctRqstSent 1.3.6.1.4.1.529.13.4.1.2
Total number of accounting requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAcctRqstTimedOut 1.3.6.1.4.1.529.13.4.1.3
Total number of accounting requests which timed out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAcctRspRcvd 1.3.6.1.4.1.529.13.4.1.4
Total number of responses to accounting requests received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAcctUnexpRspRcvd 1.3.6.1.4.1.529.13.4.1.5
Total number of accounting responses received that did not match an outstanding request. A positive value may indicate configured timeout is insufficient.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

radAcctHostIPAddress 1.3.6.1.4.1.529.13.4.1.6
The IP address of the Accounting server. The value 0.0.0.0 is returned if entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

radAcctCurrentServerFlag 1.3.6.1.4.1.529.13.4.1.7
Value indicates whether this entry is the current active accounting server or not. Writing a value will cause the current server to be reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

radiusNewNASPortIDFormat 1.3.6.1.4.1.529.13.5
TRUE if new NAS port ID format is used, FALSE if old NAS Port ID is used. On the TNT product family the new NAS port ID format is used by default. The old format cannot be used for multi-shelf systems or if any line cards are in a slot greater than the twelfth position.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)