You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the cliconfig to load some configuration, e.g.,
>>>driver.cliconfig('ntp server 1.2.3.4')
>>>
To my surprise, this operation did commit the changes on the device. I would have expected to have to explicitly invoke the CommitConfig directive (by issuing another RPC request) to commit.
That's probably the expected / designed behaviour. So my question is: how can you load some configuration (without committing directly), preview the diff, then issue a separate RPC in order to commit (i.e., commit only if the config diff looks good)?
Cheers,
-Mircea
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use the
cliconfig
to load some configuration, e.g.,To my surprise, this operation did commit the changes on the device. I would have expected to have to explicitly invoke the
CommitConfig
directive (by issuing another RPC request) to commit.That's probably the expected / designed behaviour. So my question is: how can you load some configuration (without committing directly), preview the diff, then issue a separate RPC in order to commit (i.e., commit only if the config diff looks good)?
Cheers,
-Mircea
The text was updated successfully, but these errors were encountered: