SL-RADIUS-MIB

File: SL-RADIUS-MIB.mib (3961 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF SL-MAIN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Counter32 Integer32 Gauge32
IpAddress TimeTicks mib-2
TruthValue SnmpAdminString MODULE-COMPLIANCE
OBJECT-GROUP slMain

Defined Types

SharedSecret  
Authentication Shared-Secret.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

SlRadiusServerEntry  
SEQUENCE    
  slRadiusServerIndex INTEGER
  slRadiusServerAddress IpAddress
  slRadiusServerPort INTEGER
  slRadiusServerAdminStatus INTEGER
  slRadiusTimeout INTEGER
  slRadiusSharedSecret SharedSecret

Defined Values

slRadiusMIB 1.3.6.1.4.1.4515.1.3.23
The MIB module for entities implementing the client side of the Remote Access Dialin User Service (RADIUS) accounting protocol.
MODULE-IDENTITY    

slRadiusClientMIBObjects 1.3.6.1.4.1.4515.1.3.23.1
OBJECT IDENTIFIER    

slRadiusClient 1.3.6.1.4.1.4515.1.3.23.1.1
OBJECT IDENTIFIER    

slRadiusTraps 1.3.6.1.4.1.4515.1.3.23.1.2
OBJECT IDENTIFIER    

slRadiusEnabled 1.3.6.1.4.1.4515.1.3.23.1.1.1
true(1) - radius is enabled false(2) - radius is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slRadiusServerTable 1.3.6.1.4.1.4515.1.3.23.1.1.2
The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlRadiusServerEntry

slRadiusServerEntry 1.3.6.1.4.1.4515.1.3.23.1.1.2.1
An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlRadiusServerEntry  

slRadiusServerIndex 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.1
1 - Primary 2 - Secondary.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

slRadiusServerAddress 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.2
The IP address of the RADIUS accounting server referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

slRadiusServerPort 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.3
The port number of the server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

slRadiusServerAdminStatus 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.4
The admin status of the server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

slRadiusTimeout 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.5
The server timeout specified in seconds. The range is 1..30 seconds. The default is 15 seconds
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

slRadiusSharedSecret 1.3.6.1.4.1.4515.1.3.23.1.1.2.1.6
The shared secret of the server.
Status: current Access: read-write
OBJECT-TYPE    
  SharedSecret