tRPAdminPrefixListType
TIMETRA-ROUTE-POLICY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.17.2.2.4.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
tRPAdminPrefixListBeginLength and less than or equal to the length
defined by tRPAdminPrefixListThroughLength 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 tRPAdminPfxListToTable.
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 tRPAdminPfxListAddressMaskTable.
Context
- MIB
- TIMETRA-ROUTE-POLICY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.5- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- tRPAdminPrefixListEntry
- Table
- tRPAdminPrefixListTable
- Siblings
- 6
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 |
|---|---|---|---|
| tRPAdminPrefixListName The name of the prefix list entry. | column | OctetString | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.1 |
| tRPAdminPrefixListIpPrefix The IP prefix of the prefix list entry. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.2 |
| tRPAdminPrefixListMask The IP mask length of the prefix list entry. | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.3 |
| tRPAdminPrefixListRowStatus RowStatus for this row.
To create a row, set this object to createAndGo or createAndWait. When
tRPAdminControlApply is set to commit(3), the row will actually be
cr… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.4 |
| tRPAdminPrefixListThroughLength When tRPAdminPrefixListType set to through(3), the mask length to use.
Must be larger than tRPAdminPrefixListMask. | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.6 |
| tRPAdminPrefixListBeginLength When tRPAdminPrefixListType set to range(4), the mask length to use as
the lower limit for the mask range. Must be larger than
tRPAdminPrefixListMask and less than tRPAdminPrefixL… | column | TIMETRA-TC-MIBIpAddressPrefixLength | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.8 |