MIB Viewer

tmnxRouteNHAdminControlApply

OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.90.1.1.3
Access
read-write
Status
current
Sub-identifiers
0
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.
INTEGER { none (1), initialize (2), commit (3) }