Net-Appliance-Session - Re: Login Method

Posted on Wed Oct 1 18:54:24 2008 by oliver in response to 8899 (See the whole thread of 8)
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