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
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | exact |
2 | longer |
3 | through |
4 | range |
5 | to |
6 | addressMask |