in reply to Problem logging onto Cisco Switch using Net::Session::Appliance

Find below CPAN documentation of module Net::Appliance::Session. Looks slightly different to your call of connect.

$s->connect({ username => 'username', password => 'loginpass' });
  • Comment on Re: Problem logging onto Cisco Switch using Net::Session::Appliance
  • Download Code

Replies are listed 'Best First'.
Re^2: Problem logging onto Cisco Switch using Net::Session::Appliance
by smoss74 (Acolyte) on Mar 26, 2013 at 13:12 UTC
    Thanks for the reply, I've tried the different syntax but unfortunately I'm still getting the same result. I'm specifying ios and the prompt is standard # but it's still not working.