PDN-RADIUS-MIB

File: PDN-RADIUS-MIB.mib (3375 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC-1212
RFC-1215 PDN-HEADER-MIB

Imported symbols

DisplayString IpAddress OBJECT-TYPE
TRAP-TYPE pdn-radius

Defined Types

SysDevRadiusAuthConfigEntry  
SEQUENCE    
  sysDevRadiusAuthServerIndex INTEGER
  sysDevRadiusAuthServerAddress IpAddress
  sysDevRadiusAuthServerPort INTEGER 0..65535
  sysDevRadiusAuthSecret DisplayString Size(6..32)

Defined Values

sysDevRadiusMIBObjects 1.3.6.1.4.1.1795.2.24.2.25.1
OBJECT IDENTIFIER    

sysDevRadiusMIBTraps 1.3.6.1.4.1.1795.2.24.2.25.2
OBJECT IDENTIFIER    

sysDevRadiusAuthEnable 1.3.6.1.4.1.1795.2.24.2.25.1.1
Enable and disable RADIUS Authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

sysDevRadiusAuthTimeout 1.3.6.1.4.1.1795.2.24.2.25.1.2
This object corresponds to the maximum response time of the RADIUS Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..30  

sysDevRadiusAuthAttempts 1.3.6.1.4.1.1795.2.24.2.25.1.3
This object corresponds to the number of retries in the event of authentication timeout.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..3  

sysDevRadiusAuthConfigTable 1.3.6.1.4.1.1795.2.24.2.25.1.4
This table contains variables that facilitate the configuration of RADIUS authentication servers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevRadiusAuthConfigEntry

sysDevRadiusAuthConfigEntry 1.3.6.1.4.1.1795.2.24.2.25.1.4.1
An entry containing RADIUS Authentication Server configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevRadiusAuthConfigEntry  

sysDevRadiusAuthServerIndex 1.3.6.1.4.1.1795.2.24.2.25.1.4.1.1
This object corresponds to the Index to the RADIUS server Configuration table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevRadiusAuthServerAddress 1.3.6.1.4.1.1795.2.24.2.25.1.4.1.2
This object corresponds to the IP address of the RADIUS server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sysDevRadiusAuthServerPort 1.3.6.1.4.1.1795.2.24.2.25.1.4.1.3
This object corresponds to the UDP Port that the RADIUS server will accept Access-Request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sysDevRadiusAuthSecret 1.3.6.1.4.1.1795.2.24.2.25.1.4.1.4
This object corresponds to the RADIUS secret used by RADIUS server and NAS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(6..32)