Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know how I can use the Net::ssh module to ssh to a cisco router? Once I'm connected will I have to use the expect module or is the ssh mod capable??? - Jasper

2006-07-26 Retitled by GrandFather, as per Monastery guidelines

  • Comment on Use Net::SSH to connect to a cisco router

Replies are listed 'Best First'.
Re: Use Net::SSH to connect to a cisco router
by Cine (Friar) on Jul 16, 2002 at 23:56 UTC
    I have better experience with Net::SSH::Perl, so I suggest you have a look at that.

    T I M T O W T D I
      That's the mod I'm using. Do you know how it can be used to send commands interactively??? thx - Jasper
        Isn't that just reading from STDIN, sending the command to the other end of the line and then printing the result on your screen? Or have I missunderstood your question?

        T I M T O W T D I
    A reply falls below the community's threshold of quality. You may see it by logging in.