Skip to content

Commit

Permalink
- Fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowling committed Jan 4, 2015
1 parent f4ec7d0 commit 2d8cb50
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ credentials and extract the configuration and some running information from
the device. It will attempt to use the protocols SSH, HTTPS, telnet and HTTP
until it gets a successful connection

Usage: cisco_snarf {options} hosts
Options:
-u|--username username
-p|--password password
-e|--enable enable_password
-f|--file hosts_file - Read hostnames from a file
-m|--mechanism - Connection mechanism. Can be specified more than one. Either ssh, https, telnet or http
-P|--prefix - File or directory prefix to use in constructing the output file names
-d : Turn on debugging
Usage: cisco_snarf {options} hosts
Options:
-u|--username username
-p|--password password
-e|--enable enable_password
-f|--file hosts_file - Read hostnames from a file
-m|--mechanism - Connection mechanism. Can be specified more than one. Either ssh, https, telnet or http
-P|--prefix - File or directory prefix to use in constructing the output file names
-d : Turn on debugging


Requires:
python version 2.6
pexpect
ssh client

0 comments on commit 2d8cb50

Please sign in to comment.