I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-10-01 15:54:24-07 by oliver in response to 8899
Re: Login Method

Hi there,

I've had to take some time away through being very busy at work, but I still plan to add some features to the module to make this task easier.

What I have in mind is the following:

my $first_router = Net::Appliance::Session->new(...) $first_router->connect(...) my $second_router = Net::Appliance::Session->new( Transport => 'Proxy', Via => $first_router, ); $second_router->connect(...)

So this way the module can keep track of what the priv level of each device is, and if you have totally different devices (Juniper, HP, Cisco, PIX, etc) each session is also separate.

I'm glad you got something working in the meantime, though, well done.

cheers,
oliver.

Direct Responses: 8908 | Write a response