in reply to Re^2: Command Timeout for Net::Appliance::Session
in thread Command Timeout for Net::Appliance::Session

How are you making the input_log work?
my $s = Net::Appliance::Session->new({ personality => 'ios', transport => 'SSH', Input_log => 'input.log', Timeout => 15, host => $ip, });
I get nothing from the log

Replies are listed 'Best First'.
Re^4: Command Timeout for Net::Appliance::Session
by Anonymous Monk on Apr 07, 2016 at 20:22 UTC
    Enable debug:
    $session->set_global_log_at('debug');
Re^4: Command Timeout for Net::Appliance::Session
by Anonymous Monk on Mar 17, 2016 at 15:46 UTC
    with the new version you have to $s->set_global_log_at('notice');