in reply to Interesting Dilemma

Are you logging in first? The Net::Telnet::Cisco documentation has a 'login' statement between your object creation and the point where you're executing your first command.

Replies are listed 'Best First'.
Re: Re: Interesting Dilemma
by reyjrar (Hermit) on Nov 29, 2000 at 01:45 UTC
    that choked for me if I tried to $router->login() or if I $router->('', '') or if I $router->login(undef, undef).. I'll go back and try it one more time though..

    UPDATE: Yeah, the $router->login(); works, but yields the same inconsistancies as doing it with two $router->cmd()'s

    not sure what that means..
    -brad..