in reply to Net::Appliance::Session Login Timeout

Have not used this module, but reading the docs, this

timeout => $seconds Configures a global default timeout value, in seconds, for interaction with the remote device. The default is 10 seconds. You can also set timeout on a per-command or per-macro call (see below).

implies that 'all interactions' would include the login. Is it not working that way?

..curious..

...the majority is always wrong, and always the last to know about it...

Insanity: Doing the same thing over and over again and expecting different results...

A solution is nothing more than a clearly stated problem...otherwise, the problem is not a problem, it is a facct

  • Comment on Re: Net::Appliance::Session Login Timeout

Replies are listed 'Best First'.
Re^2: Net::Appliance::Session Login Timeout
by jpk236 (Monk) on Jun 20, 2014 at 11:56 UTC
    From my testing, this timeout value does not control the value when establishing the session. It only controls the value when running commands.

    The timeout value when establishing the session is always 10 seconds no matter what value I supply here.