Skip to content

Commit

Permalink
Merge pull request #315 from napalm-automation/ktbyers-patch-1
Browse files Browse the repository at this point in the history
Update Cisco IOS doc
  • Loading branch information
dbarrosop committed Oct 31, 2016
2 parents 856f336 + 44e3ed5 commit 3766055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/support/ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _____________
IOS has no native API to play with, that's the reason why we used the Netmiko library to interact with it.
Having Netmiko installed in your working box is a prerequisite.

netmiko >= 0.3.0
netmiko >= 1.0.0

Full ios driver support requires configuration rollback on error::

Expand Down Expand Up @@ -59,5 +59,5 @@ _______

* During various operations, NAPALM ios driver will turn off the prompting for confirmations (`file prompt quiet`). It should re-enable prompting before exiting the device (`no file prompt quiet`).

* `write mem` is not performed on the device. Consequently, commit() commits the config to running-config, but does not save it to start-config.
* The NAPALM-ios driver supports all Netmiko arguments as either standard arguments (hostname, username, password, timeout) or as optional_args (everything else).

0 comments on commit 3766055

Please sign in to comment.