Skip to content

Commit

Permalink
Merge pull request #329 from napalm-automation/ktbyers-patch-2
Browse files Browse the repository at this point in the history
Minor document updates for cisco-ios driver
  • Loading branch information
mirceaulinic committed Dec 14, 2016
2 parents 863d250 + 6095417 commit 5fa3ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/support/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _ EOS JunOS IOS-XR FortiOS IBM NXOS I
**get_facts** |yes| |yes| |yes| |yes| |no| |yes| |yes| |yes| |yes|
**get_environment** |yes| |yes| |yes| |yes| |no| |no| |yes| |no| |no|
**get_snmp_information** |yes| |yes| |yes| |no| |no| |yes| |yes| |yes| |no|
**get_ntp_servers** |yes| |yes| |yes| |no| |no| |yes| |no| |yes| |no|
**get_ntp_servers** |yes| |yes| |yes| |no| |no| |yes| |yes| |yes| |no|
**get_ntp_peers** |no| |yes| |yes| |no| |no| |yes| |no| |yes| |no|
**get_ntp_stats** |yes| |yes| |yes| |no| |no| |yes| |yes| |yes| |no|
**get_mac_address_table** |yes| |yes| |yes| |no| |no| |yes| |yes| |yes| |no|
Expand Down Expand Up @@ -96,7 +96,7 @@ _ EOS JunOS IOS-XR FortiOS IBM NXOS I
============================== ===== ===== ====== ======= ====== ====== ===== ========= =========
**load_template** |yes| |yes| |yes| |yes| |yes| |yes| |yes| |yes| |yes|
**ping** |no| |no| |no| |no| |no| |no| |yes| |no| |no|
**traceroute** |yes| |yes| |yes| |no| |no| |yes| |no| |yes| |no|
**traceroute** |yes| |yes| |yes| |no| |no| |yes| |yes| |yes| |no|
============================== ===== ===== ====== ======= ====== ====== ===== ========= =========

Available configuration templates
Expand Down Expand Up @@ -142,7 +142,7 @@ ____________________________________
* :code:`config_lock` (iosxr, junos) - Lock the config during open() (default: True).
* :code:`dest_file_system` (ios) - Destination file system for SCP transfers (default: 'flash:').
* :code:`auto_rollback_on_error` (ios) - Disable automatic rollback (certain versions of IOS support configure replace, but not rollback on error) (default: True).
* :code:`global_delay_factor` (ios) - Allow for additional delay in command execution (default: .5).
* :code:`global_delay_factor` (ios) - Allow for additional delay in command execution (default: 1).
* :code:`nxos_protocol` (nxos) - Protocol to connect with. Only 'https' and 'http' allowed (default: 'http').
* :code:`enable_password` (eos) - Password required to enter privileged exec (enable) (default: '').
* :code:`allow_agent` (ios) - Paramiko argument, enable connecting to the SSH agent (default: 'False').
Expand Down

0 comments on commit 5fa3ddf

Please sign in to comment.