Subject: | Login with User Name / Password on PIXOS uses "enable" instead of "login" |
Pretty straightforward. If I create an object like this:
$conn->connect(Name => $Locations{$lo}{firewall}{'user name'},
Password =>
$Locations{$lo}{firewall}{'password'}) or
die "FATAL - username / password invalid for
firewall at location $lo.\n";
then use the begin_privileged method with two parameters like this:
$conn->begin_privileged($UserName, $Password);
I get the following session:
Type help or '?' for a list of available commands.
Show quoted text
firewall> enable
Password: **************
Invalid password
Password:
It should be using the "login" command instead of the "enable" command.