MIB Viewer

NETGEAR-RADLAN-ippreflist-MIB

26 objects
No module-level DESCRIPTION found.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4526.17.212NoderlIpPrefList
1.3.6.1.4.1.4526.17.212.1TablerlIpPrefListTablenot-accessiblecurrentThe IP Prefix List table.
1.3.6.1.4.1.4526.17.212.1.1RowrlIpPrefListEntrynot-accessiblecurrentAn entry in the rlIpPrefListTable.
1.3.6.1.4.1.4526.17.212.1.1.1ColumnrlIpPrefListTypenot-accessiblecurrentPrefix List Type.
1.3.6.1.4.1.4526.17.212.1.1.2ColumnrlIpPrefListNamenot-accessiblecurrentPrefix List Name.
1.3.6.1.4.1.4526.17.212.1.1.3ColumnrlIpPrefListEntryIndexnot-accessiblecurrentEntry Index for specific prefix list.
1.3.6.1.4.1.4526.17.212.1.1.4ColumnrlIpPrefListEntryTyperead-writecurrentPrefix list entry type.
1.3.6.1.4.1.4526.17.212.1.1.5ColumnrlIpPrefListInetAddrTyperead-writecurrentThe address type of rlIpPrefListIpAddr.
1.3.6.1.4.1.4526.17.212.1.1.6ColumnrlIpPrefListInetAddrread-writecurrentIP address.
1.3.6.1.4.1.4526.17.212.1.1.7ColumnrlIpPrefListPrefixLengthread-writecurrentThe prefix list can be a number from 0 to 32 for IPv4 address and from 0 to 128 for IPv6 address.
1.3.6.1.4.1.4526.17.212.1.1.8ColumnrlIpPrefListActionread-writecurrentDrop or permit action for a matching condition.
1.3.6.1.4.1.4526.17.212.1.1.9ColumnrlIpPrefListGeLengthread-writecurrentSpecifies the lesser value of a range by applying the ge-length argument to the specified range. ge-length repesents the minimum prefix length to be matched.
1.3.6.1.4.1.4526.17.212.1.1.10ColumnrlIpPrefListLeLengthread-writecurrentSpecifies the greater value of a range by applying the ge-length argument to the specified range. le-length repesents the maximum prefix length to be matched.
1.3.6.1.4.1.4526.17.212.1.1.11ColumnrlIpPrefListDescriptionread-writecurrentPrefix List Name.
1.3.6.1.4.1.4526.17.212.1.1.12ColumnrlIpPrefListHitCountnot-accessiblecurrentMatch counter.
1.3.6.1.4.1.4526.17.212.1.1.13ColumnrlIpPrefListRowStatusread-writecurrentRow status.
1.3.6.1.4.1.4526.17.212.2TablerlIpPrefListInfoTablenot-accessiblecurrentThe IP Prefix List Info table.
1.3.6.1.4.1.4526.17.212.2.1RowrlIpPrefListInfoEntrynot-accessiblecurrentAn entry in the rlIpPrefListInfoTable.
1.3.6.1.4.1.4526.17.212.2.1.1ColumnrlIpPrefListInfoTypenot-accessiblecurrentPrefix List Type.
1.3.6.1.4.1.4526.17.212.2.1.2ColumnrlIpPrefListInfoNamenot-accessiblecurrentPrefix List Name.
1.3.6.1.4.1.4526.17.212.2.1.3ColumnrlIpPrefListInfoEntriesNumberread-onlycurrentNumber of entries for specific prefix list.
1.3.6.1.4.1.4526.17.212.2.1.4ColumnrlIpPrefListInfoRangeEntriesread-onlycurrentNumber of entries with range for specific prefix list.
1.3.6.1.4.1.4526.17.212.2.1.5ColumnrlIpPrefListInfoNextFreeIndexread-onlycurrentNext free index for specific prefix list.
Type Definitions
NameSyntaxStatusDescription
RlIpPrefListActionTypeINTEGER { drop(1), permit(2) }currentPrefix List action type. Drop action prevents packet forwarding. Permit action allows packet forwarding.
RlIpPrefListEntryTypeINTEGER { rule(1), description(2) }currentPrefix List entry type defines data type in the entry. Rule (1) means the entry inludes classification and action. Description (2) means the entry icludes comments only.
RlIpPrefListTypeINTEGER { ipv4(1), ipv6(2) }currentClassification type is used to create prefix list rule. IPv4 type means match IPv4 packets. IPv6 type means match IPv6 packets.