tRPOperPrefixListType
TIMETRA-ROUTE-POLICY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.5
Object
column
Enumeration
The type of the prefix length entry.
exact (1) - a route's prefix/length must match the prefix list entry
exactly in order for an entry to be considered a match.
longer (2) - a route's prefix/length must match the defined prefix AND
have a length that is an exact match or longer in order for an entry
to be considered a match.
through (3) - a route's prefix/length must match the defined prefix
AND have a length that is an exact match or longer up to and including
the defined maximum length in order for an entry to be considered a
match.
range (4) - a route's prefix/length must match the defined prefix AND
have a length that is greater than or equal to the length defined by
tRPOperPrefixListBeginLength and less than or equal to the length
defined by tRPOperPrefixListThroughLength in order for an entry to be
considered a match.
to (5) - a route's prefix/length must match the condition from a
start prefix/length to an end prefix/length. The end prefix/length is
indicated in the corresponding entry in the tRPOperPfxListToTable.
addressMask (6) - a route's prefix/length must match the prefix length
of the prefix-list entry and the bitwise logical AND of the route
address and the mask must match the bitwise logical AND from the
prefix-list address and the mask. The address mask must be specified
in a corresponding entry in the tRPOperPfxListAddressMaskTable.
Context
- MIB
- TIMETRA-ROUTE-POLICY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.5- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- tRPOperPrefixListEntry
- Table
- tRPOperPrefixListTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | exact |
2 | longer |
3 | through |
4 | range |
5 | to |
6 | addressMask |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tRPOperPrefixListName The name of the prefix list entry. | column | OctetString | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.1 |
| tRPOperPrefixListIpPrefix The IP prefix of the prefix list entry. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.2 |
| tRPOperPrefixListMask The IP mask length of the prefix list entry. | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.3 |
| tRPOperPrefixListRowStatus RowStatus for this row.
To create or destroy entries in this table, use the
tRPAdminPrefixListTable. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.4 |
| tRPOperPrefixListThroughLength When tRPOperPrefixListType set to through(3), the mask length to use.
Must be larger than tRPOperPrefixListMask. | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.6 |
| tRPOperPrefixListEntryLastChanged obsolete Timestamp of last change to this entry.
tRPOperPrefixListEntryLastChanged is obsoleted in release 5.0.
TIMETRA-SYSTEM-MIB::tmnxConfigModify notification is used ins… | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.7 |
| tRPOperPrefixListBeginLength When tRPOperPrefixListType set to range(4), the mask length to use as
the lower limit for the mask range. Must be larger than
tRPOperPrefixListMask and less than tRPOperPrefixList… | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.1.1.8.1.8 |