config_rollback
Revert the last committed network device configuration change using NAPALM rollback. Use dry run to verify reachability and preview current state without rolling back.
Instructions
[WRITE] Revert the last committed change via NAPALM rollback(). No undo.
Device support varies (rollback depth is platform-dependent).
dry_run=True cannot predict the resulting config without the device, so it opens a session (verifying reachability) and reports a digest of the current running config — the state rollback would replace — without rolling back.
Args: dry_run: If True, verify reachability and state what rollback would attempt. target: Device name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No |