|
Description:
|
agDiffState OBJECT-TYPE
SYNTAX INTEGER {diff(1), flashdiff(2), idle(3), inprogress(4), complete(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When this object is read the current state is returned.
idle(3) indicates that there is no diff in progess.
complete(5) indicates that the last diff operation is completed.
Setting the value to diff(1), will start a new diff operation
Diff compares the new configuration with the current configuration
and shows the pending configuration changes.
Setting the value to flashdiff(2), will start a new diff operation.
flashdiff compares new configuration with the flash configuration.
To read the configuration changes use the agDiffTable once the
state of this variable returns complete."
|
|
|