MIB Viewer

RADLAN-MNGINF-MIB

17 objects
The private MIB module definition for management access control.
Imported Objects
RADLAN-MIBrnd
SNMPv2-SMIIpAddress MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCRowStatus TEXTUAL-CONVENTION TruthValue
SNMPv2-TC-v1DisplayString
OIDNameAccessStatusDescription
1.3.6.1.4.1.89.89IdentityrlMngInfThe private MIB module definition for management access control.
1.3.6.1.4.1.89.89.1ScalarrlMngInfMibVersionread-onlycurrentMIB's version, the current version is 1.
1.3.6.1.4.1.89.89.2ScalarrlMngInfEnableread-writecurrentThe variable specifies if Management ACL functionality is enabled.
1.3.6.1.4.1.89.89.3ScalarrlMngInfActiveListNameread-writecurrentThe currently activated Management ACL name
1.3.6.1.4.1.89.89.4TablerlMngInfListTablenot-accessiblecurrentThe table specifies all defined Access Lists definitions
1.3.6.1.4.1.89.89.4.1RowrlMngInfListEntrynot-accessiblecurrentRow definition for this table.
1.3.6.1.4.1.89.89.4.1.1ColumnrlMngInfListNameread-onlycurrentThe Name of the Access List.
1.3.6.1.4.1.89.89.4.1.2ColumnrlMngInfListPriorityread-onlycurrentThe Priority value.
1.3.6.1.4.1.89.89.4.1.3ColumnrlMngInfListIfIndexread-writecurrentThe IfIndex value. The IfIndex can be configured to be 0, which means don't care value.
1.3.6.1.4.1.89.89.4.1.4ColumnrlMngInfListIpAddrread-writecurrentThe IP address. The IP address can be configured to be 0, which means don't care value.
1.3.6.1.4.1.89.89.4.1.5ColumnrlMngInfListIpNetMaskread-writecurrentThe 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 …
1.3.6.1.4.1.89.89.4.1.6ColumnrlMngInfListServiceread-writecurrentService type. The Service type address can be configured to be 0, which means any of Telnet, SNMP, HTTP, HTTPS, SSH.
1.3.6.1.4.1.89.89.4.1.7ColumnrlMngInfListActionread-writecurrentAction type. Can be permit or deny.
1.3.6.1.4.1.89.89.4.1.8ColumnrlMngInfListRowStatusread-writecurrentThe row status variable, used according to row installation and removal conventions.
1.3.6.1.4.1.89.89.5ScalarrlMngInfAuditingEnableread-writecurrentControls whether SysLog messages should be issued on reject by rule
Type Definitions
NameSyntaxStatusDescription
RlMngInfActionTypeINTEGER { permit(0), deny(1) }currentManagement ACL Action definition.
RlMngInfServiceTypeINTEGER { dontCare(0), telnet(1), snmp(2), http(3), https(4), ssh(5) }currentManagement ACL Service type