change to device_auth config

totally untested, but old config should be bad too.

also, change devicetype from ios to asa.
This commit is contained in:
nick n
2019-05-27 02:32:43 +02:00
committed by GitHub
parent 065e74df62
commit 04eb4d9801

View File

@@ -1,6 +1,5 @@
package App::Netdisco::SSHCollector::Platform::ASA;
=head1 NAME
App::Netdisco::SSHCollector::Platform::ASA
@@ -14,15 +13,17 @@ C<enable> status after login:
aaa authorization exec LOCAL auto-enable
To use an C<enable> password seaparate from the login password, add an
C<enable_password> under C<sshcollector> in your configuration file:
To use an C<enable> password separate from the login password, add an
C<enable_password> under C<device_auth> tag in your configuration file:
sshcollector:
- ip: '192.0.2.1'
user: oliver
device_auth:
- tag: sshasa
driver: cli
platform: ASA
only: '192.0.2.1'
username: oliver
password: letmein
enable_password: myenablepass
platform: IOS
=cut