NETGEAR-RADLAN-ippreflist-MIB
26 objects
No module-level DESCRIPTION found.
Imported Objects
| INET-ADDRESS-MIB | InetAddress InetAddressPrefixLength InetAddressType InetVersion InetZoneIndex |
| NETGEAR-RADLAN-MIB | rnd |
| SNMPv2-SMI | IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | DateAndTime DisplayString RowStatus TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4526.17.212 | NoderlIpPrefList | |||
| 1.3.6.1.4.1.4526.17.212.1 | TablerlIpPrefListTable | not-accessible | current | The IP Prefix List table. |
| 1.3.6.1.4.1.4526.17.212.1.1 | RowrlIpPrefListEntry | not-accessible | current | An entry in the rlIpPrefListTable. |
| 1.3.6.1.4.1.4526.17.212.1.1.1 | ColumnrlIpPrefListType | not-accessible | current | Prefix List Type. |
| 1.3.6.1.4.1.4526.17.212.1.1.2 | ColumnrlIpPrefListName | not-accessible | current | Prefix List Name. |
| 1.3.6.1.4.1.4526.17.212.1.1.3 | ColumnrlIpPrefListEntryIndex | not-accessible | current | Entry Index for specific prefix list. |
| 1.3.6.1.4.1.4526.17.212.1.1.4 | ColumnrlIpPrefListEntryType | read-write | current | Prefix list entry type. |
| 1.3.6.1.4.1.4526.17.212.1.1.5 | ColumnrlIpPrefListInetAddrType | read-write | current | The address type of rlIpPrefListIpAddr. |
| 1.3.6.1.4.1.4526.17.212.1.1.6 | ColumnrlIpPrefListInetAddr | read-write | current | IP address. |
| 1.3.6.1.4.1.4526.17.212.1.1.7 | ColumnrlIpPrefListPrefixLength | read-write | current | The 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.8 | ColumnrlIpPrefListAction | read-write | current | Drop or permit action for a matching condition. |
| 1.3.6.1.4.1.4526.17.212.1.1.9 | ColumnrlIpPrefListGeLength | read-write | current | Specifies 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.10 | ColumnrlIpPrefListLeLength | read-write | current | Specifies 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.11 | ColumnrlIpPrefListDescription | read-write | current | Prefix List Name. |
| 1.3.6.1.4.1.4526.17.212.1.1.12 | ColumnrlIpPrefListHitCount | not-accessible | current | Match counter. |
| 1.3.6.1.4.1.4526.17.212.1.1.13 | ColumnrlIpPrefListRowStatus | read-write | current | Row status. |
| 1.3.6.1.4.1.4526.17.212.2 | TablerlIpPrefListInfoTable | not-accessible | current | The IP Prefix List Info table. |
| 1.3.6.1.4.1.4526.17.212.2.1 | RowrlIpPrefListInfoEntry | not-accessible | current | An entry in the rlIpPrefListInfoTable. |
| 1.3.6.1.4.1.4526.17.212.2.1.1 | ColumnrlIpPrefListInfoType | not-accessible | current | Prefix List Type. |
| 1.3.6.1.4.1.4526.17.212.2.1.2 | ColumnrlIpPrefListInfoName | not-accessible | current | Prefix List Name. |
| 1.3.6.1.4.1.4526.17.212.2.1.3 | ColumnrlIpPrefListInfoEntriesNumber | read-only | current | Number of entries for specific prefix list. |
| 1.3.6.1.4.1.4526.17.212.2.1.4 | ColumnrlIpPrefListInfoRangeEntries | read-only | current | Number of entries with range for specific prefix list. |
| 1.3.6.1.4.1.4526.17.212.2.1.5 | ColumnrlIpPrefListInfoNextFreeIndex | read-only | current | Next free index for specific prefix list. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RlIpPrefListActionType | INTEGER { drop(1), permit(2) } | current | Prefix List action type. Drop action prevents packet forwarding. Permit action allows packet forwarding. |
| RlIpPrefListEntryType | INTEGER { rule(1), description(2) } | current | Prefix 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. |
| RlIpPrefListType | INTEGER { ipv4(1), ipv6(2) } | current | Classification type is used to create prefix list rule. IPv4 type means match IPv4 packets. IPv6 type means match IPv6 packets. |