RADLAN-MNGINF-MIB

File: RADLAN-MNGINF-MIB.mib (5394 bytes)

Imported modules

RADLAN-MIB SNMPv2-SMI SNMPv2-TC-v1
SNMPv2-TC

Imported symbols

rnd OBJECT-TYPE IpAddress
Unsigned32 MODULE-IDENTITY DisplayString
TEXTUAL-CONVENTION TruthValue RowStatus

Defined Types

RlMngInfServiceType  
Management ACL Service type
TEXTUAL-CONVENTION    
  INTEGER dontCare(0), telnet(1), snmp(2), http(3), https(4), ssh(5)  

RlMngInfActionType  
Management ACL Action definition.
TEXTUAL-CONVENTION    
  INTEGER permit(0), deny(1)  

RlMngInfListEntry  
SEQUENCE    
  rlMngInfListName DisplayString
  rlMngInfListPriority Unsigned32
  rlMngInfListIfIndex Unsigned32
  rlMngInfListIpAddr IpAddress
  rlMngInfListIpNetMask IpAddress
  rlMngInfListService RlMngInfServiceType
  rlMngInfListAction RlMngInfActionType
  rlMngInfListRowStatus RowStatus

Defined Values

rlMngInf 1.3.6.1.4.1.89.89
The private MIB module definition for management access control.
MODULE-IDENTITY    

rlMngInfMibVersion 1.3.6.1.4.1.89.89.1
MIB's version, the current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlMngInfEnable 1.3.6.1.4.1.89.89.2
The variable specifies if Management ACL functionality is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlMngInfActiveListName 1.3.6.1.4.1.89.89.3
The currently activated Management ACL name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlMngInfListTable 1.3.6.1.4.1.89.89.4
The table specifies all defined Access Lists definitions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlMngInfListEntry

rlMngInfListEntry 1.3.6.1.4.1.89.89.4.1
Row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlMngInfListEntry  

rlMngInfListName 1.3.6.1.4.1.89.89.4.1.1
The Name of the Access List.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlMngInfListPriority 1.3.6.1.4.1.89.89.4.1.2
The Priority value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

rlMngInfListIfIndex 1.3.6.1.4.1.89.89.4.1.3
The IfIndex value. The IfIndex can be configured to be 0, which means don't care value.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlMngInfListIpAddr 1.3.6.1.4.1.89.89.4.1.4
The IP address. The IP address can be configured to be 0, which means don't care value.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlMngInfListIpNetMask 1.3.6.1.4.1.89.89.4.1.5
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlMngInfListService 1.3.6.1.4.1.89.89.4.1.6
Service type. The Service type address can be configured to be 0, which means any of Telnet, SNMP, HTTP, HTTPS, SSH.
Status: current Access: read-write
OBJECT-TYPE    
  RlMngInfServiceType  

rlMngInfListAction 1.3.6.1.4.1.89.89.4.1.7
Action type. Can be permit or deny.
Status: current Access: read-write
OBJECT-TYPE    
  RlMngInfActionType  

rlMngInfListRowStatus 1.3.6.1.4.1.89.89.4.1.8
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlMngInfAuditingEnable 1.3.6.1.4.1.89.89.5
Controls whether SysLog messages should be issued on reject by rule
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue