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