RADLAN-RADIUSSRV

File: RADLAN-RADIUSSRV.mib (23091 bytes)

Imported modules

RADLAN-MIB SNMPv2-SMI Q-BRIDGE-MIB
SNMPv2-TC INET-ADDRESS-MIB

Imported symbols

rnd rlRadius rlAAAEap
Unsigned32 IpAddress Counter32
MODULE-IDENTITY OBJECT-TYPE VlanId
TruthValue RowStatus DisplayString
DateAndTime TimeStamp TEXTUAL-CONVENTION
MacAddress InetAddressType InetAddress
InetAddressIPv6

Defined Types

RlRadiusServGroupEntry  
SEQUENCE    
  rlRadiusServGroupName DisplayString
  rlRadiusServGroupVLAN INTEGER
  rlRadiusServGroupVLANName DisplayString
  rlRadiusServGroupACL1 DisplayString
  rlRadiusServGroupACL2 DisplayString
  rlRadiusServGroupPrvLevel INTEGER
  rlRadiusServGroupTimeRangeName DisplayString
  rlRadiusServGroupStatus RowStatus

RlRadiusServUserEntry  
SEQUENCE    
  rlRadiusServUserName DisplayString
  rlRadiusServUserPassword DisplayString
  rlRadiusServUserPasswordMD5 DisplayString
  rlRadiusServUserGroupName DisplayString
  rlRadiusServUserStatus RowStatus

RlRadiusServClientInetEntry  
SEQUENCE    
  rlRadiusServClientInetAddressType InetAddressType
  rlRadiusServClientInetAddress InetAddress
  rlRadiusServClientInetKey DisplayString
  rlRadiusServClientInetKeyMD5 DisplayString
  rlRadiusServClientInetStatus RowStatus

RlRadiusServClearClientStatisticsEntry  
SEQUENCE    
  rlRadiusServClearClientStatisticsIndex INTEGER
  rlRadiusServClearClientStatisticsInetAddressType InetAddressType
  rlRadiusServClearClientStatisticsInetAddress InetAddress

RlRadiusServUserType  
Radius Server user service type
TEXTUAL-CONVENTION    
  INTEGER none(0), x(1), login(2)  

RlRadiusServRejectedEventType  
Rejected Users Event Type
TEXTUAL-CONVENTION    
  INTEGER invalid(0), reboot(2), dateTimeChanged(3), rejected(4)  

RlRadiusServRejectedReasonType  
Authentication service rejects reason
TEXTUAL-CONVENTION    
  INTEGER noError(0), unknownUser(1), illegalPassword(2), notAllowedTime(3)  

RlRadiusServRejectedEntry  
SEQUENCE    
  rlRadiusServRejectedIndex Unsigned32
  rlRadiusServRejectedUserName DisplayString
  rlRadiusServRejectedUserType RlRadiusServUserType
  rlRadiusServRejectedEvent RlRadiusServRejectedEventType
  rlRadiusServRejectedDateTime DisplayString
  rlRadiusServRejectedUpdatedDateTime DisplayString
  rlRadiusServRejectedNASInetAddressType InetAddressType
  rlRadiusServRejectedNASInetAddress InetAddress
  rlRadiusServRejectedNASPort INTEGER
  rlRadiusServRejectedUserAddress DisplayString
  rlRadiusServRejectedReason RlRadiusServRejectedReasonType

RlRadiusServAcctLogUserAuthType  
User Authentication Type
TEXTUAL-CONVENTION    
  INTEGER none(0), radius(1), local(2), remote(3)  

RlRadiusServAcctLogEventType  
Accounting Event Type
TEXTUAL-CONVENTION    
  INTEGER invalid(0), reboot(2), dateTimeChanged(3), start(4), stop(5)  

RlRadiusServAcctLogTerminationReasonType  
Accounting User Termination reason
TEXTUAL-CONVENTION    
  INTEGER noError(0), userRequest(1), lostCarrier(2), lostService(3), idleTimeout(4), sessionTimeout(5), adminReset(6), adminReboot(7), portError(8), nasError(9), nasRequest(10), nasReboot(11), portUnneeded(12), portPreempted(13), portSuspended(14), serviceUnavailable(15), callback(16), userError(17), hostRequest(18)  

RlRadiusServAcctLogEntry  
SEQUENCE    
  rlRadiusServAcctLogIndex Unsigned32
  rlRadiusServAcctLogUserName DisplayString
  rlRadiusServAcctLogUserAuth RlRadiusServAcctLogUserAuthType
  rlRadiusServAcctLogEvent RlRadiusServAcctLogEventType
  rlRadiusServAcctLogDateTime DisplayString
  rlRadiusServAcctLogUpdatedDateTime DisplayString
  rlRadiusServAcctLogSessionDuration Unsigned32
  rlRadiusServAcctLogNASInetAddressType InetAddressType
  rlRadiusServAcctLogNASInetAddress InetAddress
  rlRadiusServAcctLogNASPort INTEGER
  rlRadiusServAcctLogUserAddress DisplayString
  rlRadiusServAcctLogTerminationReason RlRadiusServAcctLogTerminationReasonType

Defined Values

rlRadiusServ 1.3.6.1.4.1.89.226
The private MIB module definition for Authentication, Authorization and Accounting in Radlan devices.
MODULE-IDENTITY    

rlRadiusServEnable 1.3.6.1.4.1.89.226.1
Specifies whether Radius Server enabled on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServAcctPort 1.3.6.1.4.1.89.226.2
To define the accounting UDP port used for accounting requests.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

rlRadiusServAuthPort 1.3.6.1.4.1.89.226.3
To define the authentication UDP port used for authentication requests.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

rlRadiusServDefaultKey 1.3.6.1.4.1.89.226.4
Default Secret key to be shared with this all Radius Clients server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

rlRadiusServDefaultKeyMD5 1.3.6.1.4.1.89.226.5
Default Secret key MD5.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServTrapAcct 1.3.6.1.4.1.89.226.6
To enable sending accounting traps.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServTrapAuthFailure 1.3.6.1.4.1.89.226.7
To enable sending traps when an authentication failed and Access-Reject is sent.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServTrapAuthSuccess 1.3.6.1.4.1.89.226.8
To enable sending traps when a user is successfully authorized.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServGroupTable 1.3.6.1.4.1.89.226.9
The (conceptual) table listing the RADIUS server group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServGroupEntry

rlRadiusServGroupEntry 1.3.6.1.4.1.89.226.9.1
The (conceptual) table listing the RADIUS server group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServGroupEntry  

rlRadiusServGroupName 1.3.6.1.4.1.89.226.9.1.1
To define Radius Server Group Name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlRadiusServGroupVLAN 1.3.6.1.4.1.89.226.9.1.2
To define Radius Assigned VLAN
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 1..4094  

rlRadiusServGroupVLANName 1.3.6.1.4.1.89.226.9.1.3
To define Radius Assigned VLAN name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServGroupACL1 1.3.6.1.4.1.89.226.9.1.4
To define first Radius Assigned ACL
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServGroupACL2 1.3.6.1.4.1.89.226.9.1.5
To define second Radius Assigned ACL
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServGroupPrvLevel 1.3.6.1.4.1.89.226.9.1.6
To define the user privilege level
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

rlRadiusServGroupTimeRangeName 1.3.6.1.4.1.89.226.9.1.7
To define the time user can connect
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServGroupStatus 1.3.6.1.4.1.89.226.9.1.8
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlRadiusServUserTable 1.3.6.1.4.1.89.226.10
The (conceptual) table listing the RADIUS server user entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServUserEntry

rlRadiusServUserEntry 1.3.6.1.4.1.89.226.10.1
The (conceptual) table listing the RADIUS server User entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServUserEntry  

rlRadiusServUserName 1.3.6.1.4.1.89.226.10.1.1
To define Radius Server User Name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlRadiusServUserPassword 1.3.6.1.4.1.89.226.10.1.2
Plain text Radius Server User Password
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

rlRadiusServUserPasswordMD5 1.3.6.1.4.1.89.226.10.1.3
The MD5 of the rlRadiusServUserPassword
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServUserGroupName 1.3.6.1.4.1.89.226.10.1.4
Assigned Radius Server Group Name to specific user
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlRadiusServUserStatus 1.3.6.1.4.1.89.226.10.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlRadiusServClientInetTable 1.3.6.1.4.1.89.226.11
The (conceptual) table listing the RADIUS server group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServClientInetEntry

rlRadiusServClientInetEntry 1.3.6.1.4.1.89.226.11.1
The (conceptual) table listing the RADIUS Client entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServClientInetEntry  

rlRadiusServClientInetAddressType 1.3.6.1.4.1.89.226.11.1.1
The Inet address type of RADIUS client reffered to in this table entry .IPv6Z type is not supported.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlRadiusServClientInetAddress 1.3.6.1.4.1.89.226.11.1.2
The Inet address of the RADIUS client referred to in this table entry.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlRadiusServClientInetKey 1.3.6.1.4.1.89.226.11.1.3
Secret key to be shared with this RADIUS client.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

rlRadiusServClientInetKeyMD5 1.3.6.1.4.1.89.226.11.1.4
The MD5 of the rlRadiusServClientInetKey
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServClientInetStatus 1.3.6.1.4.1.89.226.11.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlRadiusServClearAccounting 1.3.6.1.4.1.89.226.12
etting this object to TRUE clears the Radius Accounting cache.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServClearRejectedUsers 1.3.6.1.4.1.89.226.13
etting this object to TRUE clears the Radius Rejected Users cache.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServClearStatistics 1.3.6.1.4.1.89.226.14
Setting this object to TRUE clears the Radius server counters.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlRadiusServClearUsersOfGivenGroup 1.3.6.1.4.1.89.226.15
Clears users of specified Group. 0 string signes to clear all users.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServClearClientStatisticsTable 1.3.6.1.4.1.89.226.16
Action MIB to clear radius server statistics per client.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServClearClientStatisticsEntry

rlRadiusServClearClientStatisticsEntry 1.3.6.1.4.1.89.226.16.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServClearClientStatisticsEntry  

rlRadiusServClearClientStatisticsIndex 1.3.6.1.4.1.89.226.16.1.1
Index in the table. Already 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlRadiusServClearClientStatisticsInetAddressType 1.3.6.1.4.1.89.226.16.1.2
Clear statistics Inet address type parameter.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rlRadiusServClearClientStatisticsInetAddress 1.3.6.1.4.1.89.226.16.1.3
Clear statistics Inet address parameter.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rlRadiusServRejectedTable 1.3.6.1.4.1.89.226.17
The (conceptual) table listing the RADIUS server rejected user entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServRejectedEntry

rlRadiusServRejectedEntry 1.3.6.1.4.1.89.226.17.1
The (conceptual) table listing the RADIUS Rejected user entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServRejectedEntry  

rlRadiusServRejectedIndex 1.3.6.1.4.1.89.226.17.1.1
Rejected User Index
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlRadiusServRejectedUserName 1.3.6.1.4.1.89.226.17.1.2
Rejected User Name. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServRejectedUserType 1.3.6.1.4.1.89.226.17.1.3
Contains type of service.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServUserType  

rlRadiusServRejectedEvent 1.3.6.1.4.1.89.226.17.1.4
Contains type of event.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServRejectedEventType  

rlRadiusServRejectedDateTime 1.3.6.1.4.1.89.226.17.1.5
Date of rejected event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServRejectedUpdatedDateTime 1.3.6.1.4.1.89.226.17.1.6
In case of dateTimeChanged event contains New assigned Date and Time. Otherwise contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServRejectedNASInetAddressType 1.3.6.1.4.1.89.226.17.1.7
Rejected user NAS Inet address type. In case of dateTimeChange and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rlRadiusServRejectedNASInetAddress 1.3.6.1.4.1.89.226.17.1.8
Rejected user NAS Inet address. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlRadiusServRejectedNASPort 1.3.6.1.4.1.89.226.17.1.9
Rejected user NAS port. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlRadiusServRejectedUserAddress 1.3.6.1.4.1.89.226.17.1.10
Rejected user Inet address type. In case of 1x user contains mac address string, in case of login contains inet address.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServRejectedReason 1.3.6.1.4.1.89.226.17.1.11
Rejected user reason.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServRejectedReasonType  

rlRadiusServAcctLogTable 1.3.6.1.4.1.89.226.18
The (conceptual) table listing the RADIUS server accounting log entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlRadiusServAcctLogEntry

rlRadiusServAcctLogEntry 1.3.6.1.4.1.89.226.18.1
The (conceptual) table listing the RADIUS server accounting log entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlRadiusServAcctLogEntry  

rlRadiusServAcctLogIndex 1.3.6.1.4.1.89.226.18.1.1
Accounting Log Index
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlRadiusServAcctLogUserName 1.3.6.1.4.1.89.226.18.1.2
Accounting Log User Name. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlRadiusServAcctLogUserAuth 1.3.6.1.4.1.89.226.18.1.3
Contains type of authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServAcctLogUserAuthType  

rlRadiusServAcctLogEvent 1.3.6.1.4.1.89.226.18.1.4
Contains type of event.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServAcctLogEventType  

rlRadiusServAcctLogDateTime 1.3.6.1.4.1.89.226.18.1.5
Date of accounting event.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServAcctLogUpdatedDateTime 1.3.6.1.4.1.89.226.18.1.6
In case of dateTimeChanged event contains New assigned Date and Time. Otherwise contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServAcctLogSessionDuration 1.3.6.1.4.1.89.226.18.1.7
Contains duration of user session in seconds. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlRadiusServAcctLogNASInetAddressType 1.3.6.1.4.1.89.226.18.1.8
Accounting log user NAS Inet address type. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rlRadiusServAcctLogNASInetAddress 1.3.6.1.4.1.89.226.18.1.9
Accounting log user NAS Inet address. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlRadiusServAcctLogNASPort 1.3.6.1.4.1.89.226.18.1.10
Accounting log user NAS port. In case of dateTimeChanged and reboot event contains 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlRadiusServAcctLogUserAddress 1.3.6.1.4.1.89.226.18.1.11
Accounting log user address. In case of 1x user contains mac address string, in case of login contains inet address.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlRadiusServAcctLogTerminationReason 1.3.6.1.4.1.89.226.18.1.12
User Session termination reason.
Status: current Access: read-only
OBJECT-TYPE    
  RlRadiusServAcctLogTerminationReasonType