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.
|