|
Hi Oliver,
I'm afraid this last prompt is not displayed with the Net::Appliance::Session module.
I just copied and pasted your exemple modifying the host, user, and password.
I also modified the command line so is would display the access-lists
print $s->cmd('show access-list');
So I'm sure it's logging on the router.
the
print $s->last_prompt;
works successfully on net:telnet and net::telnet::cisco though
Regards
|