CT-DARADIUS-MIB

File: CT-DARADIUS-MIB.mib (9758 bytes)

Imported modules

RFC-1212 RFC1155-SMI RFC1213-MIB
CTRON-OIDS

Imported symbols

OBJECT-TYPE IpAddress DisplayString
cabletron

Defined Types

DaRadiusServerCfgEntry  
SEQUENCE    
  scIndex INTEGER
  scStatus INTEGER
  scIpAddress IpAddress
  scSharedSecret DisplayString
  scUdpPort INTEGER

DaRadiusServerStatsEntry  
SEQUENCE    
  ssIndex INTEGER
  ssInPkts INTEGER
  ssInDiscards INTEGER
  ssInErrors INTEGER
  ssOutPkts INTEGER
  ssOutErrors INTEGER
  ssResponseTimeouts INTEGER

Defined Values

ctSSA 1.3.6.1.4.1.52.4497
OBJECT IDENTIFIER    

daRadius 1.3.6.1.4.1.52.4497.24
OBJECT IDENTIFIER    

daRadiusConfig 1.3.6.1.4.1.52.4497.24.1
OBJECT IDENTIFIER    

daRadiusGeneralConfig 1.3.6.1.4.1.52.4497.24.1.1
OBJECT IDENTIFIER    

daRadiusStats 1.3.6.1.4.1.52.4497.24.2
OBJECT IDENTIFIER    

daRadiusGeneralStats 1.3.6.1.4.1.52.4497.24.2.1
OBJECT IDENTIFIER    

daRadiusgcEnabled 1.3.6.1.4.1.52.4497.24.1.1.1
Administrative status for the RADIUS client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

daRadiusgcAuthNumRetries 1.3.6.1.4.1.52.4497.24.1.1.2
Number of times the RADIUS client will issue a request to a RADIUS Authentication Server if the server does not respond.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

daRadiusgcAuthSecsBtwnRetries 1.3.6.1.4.1.52.4497.24.1.1.3
Number of seconds a RADIUS Authentication Server has to respond to a request before the RADIUS client gives up waiting.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

daRadiusgcAcctNumRetries 1.3.6.1.4.1.52.4497.24.1.1.4
Number of times the RADIUS client will issue a request to a RADIUS Accounting Server attempting to solicit a response.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

gcAcctSecsBtwnRetries 1.3.6.1.4.1.52.4497.24.1.1.5
Number of seconds a RADIUS Accounting Server has to respond to a request before the RADIUS client gives up waiting.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

daRadiusServerCfgTable 1.3.6.1.4.1.52.4497.24.1.2
This table contains RADIUS server configurations used by the RADIUS client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DaRadiusServerCfgEntry

daRadiusServerCfgEntry 1.3.6.1.4.1.52.4497.24.1.2.1
Each entry contains configuration information for a RADIUS server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DaRadiusServerCfgEntry  

scIndex 1.3.6.1.4.1.52.4497.24.1.2.1.1
Type of RADIUS server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER primaryAuthentication(1), secondaryAuthentication(2), primaryAccounting(3), secondaryAccounting(4)  

scStatus 1.3.6.1.4.1.52.4497.24.1.2.1.2
RADIUS client administrative status for the RADIUS server, indicating if the server is enabled to be used by the RADIUS client.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

scIpAddress 1.3.6.1.4.1.52.4497.24.1.2.1.3
RADIUS server IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

scSharedSecret 1.3.6.1.4.1.52.4497.24.1.2.1.4
Shared secret used to authentication transactions between the RADIUS client and the RADIUS server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

scUdpPort 1.3.6.1.4.1.52.4497.24.1.2.1.5
RADIUS server UDP port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

gsInDiscards 1.3.6.1.4.1.52.4497.24.2.1.1
The number of packets received from RADIUS servers which were chosen to be discarded even though no errors had been detected. The packets were chosen to be discarded before the source RADIUS server was identified. One possible reason for discarding a packet could be because the packet was received after the RADIUS client gave up waiting for it.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

gsInErrors 1.3.6.1.4.1.52.4497.24.2.1.2
The number of packets received from RADIUS servers that contained errors preventing them from being processed. The packets were found to contain errors before the source RADIUS server was identified.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

daRadiusServerStatsTable 1.3.6.1.4.1.52.4497.24.2.2
This table contains RADIUS server statistics tallied by the RADIUS client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DaRadiusServerStatsEntry

daRadiusServerStatsEntry 1.3.6.1.4.1.52.4497.24.2.2.1
Each entry contains RADIUS server statistics tallied by the RADIUS client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DaRadiusServerStatsEntry  

ssIndex 1.3.6.1.4.1.52.4497.24.2.2.1.1
Type of RADIUS server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER primaryAuthentication(1), secondaryAuthentication(2), primaryAccounting(3), secondaryAccounting(4)  

ssInPkts 1.3.6.1.4.1.52.4497.24.2.2.1.2
The number of packets received from the RADIUS server that were successfully handled by the RADIUS client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssInDiscards 1.3.6.1.4.1.52.4497.24.2.2.1.3
The number of packets received from the RADIUS server which were chosen to be discarded even though no errors had been detected. One possible reason for discarding a packet could be because the RADIUS code field of the packet was not recognized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssInErrors 1.3.6.1.4.1.52.4497.24.2.2.1.4
The number of packets received from the RADIUS server that contained errors preventing them from being processed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssOutPkts 1.3.6.1.4.1.52.4497.24.2.2.1.5
The number of packets transmitted to the RADIUS server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssOutErrors 1.3.6.1.4.1.52.4497.24.2.2.1.6
The number of packets the RADIUS client was unable to transmit to the RADIUS server due to transmission errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ssResponseTimeouts 1.3.6.1.4.1.52.4497.24.2.2.1.7
The number of times the RADIUS client did not receive a response from the RADIUS server within the expected time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER