MIB Viewer

NETGEAR-RADLAN-MNGINF-MIB

29 objects
The private MIB module definition for management access control.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4526.17.89IdentityrlMngInfThe private MIB module definition for management access control.
1.3.6.1.4.1.4526.17.89.1ScalarrlMngInfMibVersionread-onlycurrentMIB's version, the current version is 1.
1.3.6.1.4.1.4526.17.89.2ScalarrlMngInfEnableread-writecurrentThe variable specifies if Management ACL functionality is enabled.
1.3.6.1.4.1.4526.17.89.3ScalarrlMngInfActiveListNameread-writecurrentThe currently activated Management ACL name
1.3.6.1.4.1.4526.17.89.4TablerlMngInfListTablenot-accessiblecurrentThe table specifies all defined Access Lists definitions for IPv4 addresses. Provide backward compatibility for previous versions.
1.3.6.1.4.1.4526.17.89.4.1RowrlMngInfListEntrynot-accessiblecurrentRow definition for this table.
1.3.6.1.4.1.4526.17.89.4.1.1ColumnrlMngInfListNameread-onlycurrentThe Name of the Access List.
1.3.6.1.4.1.4526.17.89.4.1.2ColumnrlMngInfListPriorityread-onlycurrentThe Priority value.
1.3.6.1.4.1.4526.17.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.4526.17.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.4526.17.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.4526.17.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.4526.17.89.4.1.7ColumnrlMngInfListActionread-writecurrentAction type. Can be permit or deny.
1.3.6.1.4.1.4526.17.89.4.1.8ColumnrlMngInfListRowStatusread-writecurrentThe row status variable, used according to row installation and removal conventions.
1.3.6.1.4.1.4526.17.89.5ScalarrlMngInfAuditingEnableread-writecurrentControls whether SysLog messages should be issued on reject by rule
1.3.6.1.4.1.4526.17.89.6TablerlMngInfListInetTablenot-accessiblecurrentThe table specifies all defined Access Lists definitions definitions for both IPv4 and IPv6 addresses.
1.3.6.1.4.1.4526.17.89.6.1RowrlMngInfListInetEntrynot-accessiblecurrentRow definition for this table.
1.3.6.1.4.1.4526.17.89.6.1.1ColumnrlMngInfListInetNameread-onlycurrentThe Name of the Access List.
1.3.6.1.4.1.4526.17.89.6.1.2ColumnrlMngInfListInetPriorityread-onlycurrentThe Priority value.
1.3.6.1.4.1.4526.17.89.6.1.3ColumnrlMngInfListInetIfIndexread-writecurrentThe IfIndex value. The IfIndex can be configured to be 0, which means don't care value.
1.3.6.1.4.1.4526.17.89.6.1.4ColumnrlMngInfListInetIpAddrTyperead-writecurrentThe Inet address type.
1.3.6.1.4.1.4526.17.89.6.1.5ColumnrlMngInfListInetIpAddrread-writecurrentThe Inet address.Used for both IPv4 and IPv6 addresses. The InetIpAddress can be configured to be 0.0.0.0 and address type IPv4 , which means ignored value.
1.3.6.1.4.1.4526.17.89.6.1.6ColumnrlMngInfListInetIpNetMaskread-writecurrentThis field will used in case of IPv4 addresses . For IPv6 this field ignored. Default value 255.255.255.255.
1.3.6.1.4.1.4526.17.89.6.1.7ColumnrlMngInfListInetServiceread-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.4526.17.89.6.1.8ColumnrlMngInfListInetActionread-writecurrentAction type. Can be permit or deny.
1.3.6.1.4.1.4526.17.89.6.1.9ColumnrlMngInfListInetRowStatusread-writecurrentThe row status variable, used according to row installation and removal conventions.
1.3.6.1.4.1.4526.17.89.6.1.10ColumnrlMngInfListInetIPv6PrefixLengthread-writecurrentIPv6 prefix length.This field provide IPv6 prefix length (mask) for IPv6 only.In case of IPv4 this field will ignored
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