tRPAdminPrefixListRowStatus
TIMETRA-ROUTE-POLICY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.4
Object
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
created in the tRPOperPrefixListTable.
To destroy a row, set this object to destroy(6). When
tRPAdminControlApply is set to commit(3) the row will actually be
removed from the tRPOperPrefixListTable.
Context
- MIB
- TIMETRA-ROUTE-POLICY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tRPAdminPrefixListEntry
- Table
- tRPAdminPrefixListTable
- Siblings
- 6
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
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 |
| tRPAdminPrefixListType 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.
… | column | Enumeration | .1.3.6.1.4.1.6527.3.1.2.17.2.2.4.1.5 |
| 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 |