tmnxRouteNHAdminControlApply
TIMETRA-ROUTE-NEXT-HOP-TEMPLATE-MIB ·
.1.3.6.1.4.1.6527.3.1.2.90.1.1.3
Object
scalar
r/w
Enumeration
The value of tmnxRouteNHAdminControlApply specifies the copying of
tmnxRouteNextHopObjs tables from one instance of
tmnxRouteNHTemplateVersion to another. This object reads as
'none(1)' when not editing this table and 'initialize(2)' when
editing it.
When set to 'initialize(2)', the rows in tmnxRouteNextHopObjs tables
with the version index set to 'admin' are set to the values with the
index set to 'oper' in the same tables. Any uncommitted changes are
lost, so setting this value corresponds to both BEGIN-TRANSACTION and
ABORT-TRANSACTION.
When set to 'commit(3)' (END-TRANSACTION), all of the rows in
tmnxRouteNextHopObjs tables with the version set to 'admin' are copied
to the same rows with the index set to 'oper'. Then, the new values
are applied in the system.
In this way, the (expensive) application can be performed at one time,
ensuring a coherent route next-hop configuration.
Context
- MIB
- TIMETRA-ROUTE-NEXT-HOP-TEMPLATE-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.90.1.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tmnxRouteNHAdminControl
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | initialize |
3 | commit |