Hi Oliver,
I'm so sorry I missed that. However I did hit one bug, PIXOS7's phrasebook
is missing the err_string setting which stops it from working. I've fixed
mine by copying from PIXOS, I guess it's fair to bet it'll be the same.
Mind you it is cisco..
With PIXOS7's phrasebook I get:
Type help or '?' for a list of available commands.
Show quoted textpix> terminal pager lines 0
^
ERROR: % Invalid input detected at '^' marker.
Show quoted textpix> Command response matched device error string at
/usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Transport.pm line 48
I've SSH'd on manually to double check what the options are:
Show quoted textpix> term?
ERROR: % Unrecognized command
Show quoted textpix> pa?
ERROR: % Unrecognized command
Terminal only becomes an available command once I move up to enable
privileges, at which point the terminal command the PIXOS7 phrasebook tries
to execute will work happily.
Paul
On Sun, Dec 5, 2010 at 9:52 AM, Oliver Gorwits via RT <
bug-Net-Appliance-Session@rt.cpan.org> wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=63359 >
>
> Hi Paul,
>
> Sorry for the delay replying.
>
> On Fri Nov 26 16:42:00 2010,
http://www.google.com/profiles/paulgraydonwrote:
> > Lovely quirk of PIX/ASA devices, they seem to have changed the command
> > 'terminal length 0', in fact terminal itself has gone unless you're at
> > privileged level. From what I can tell so far to achieve the same thing
> > it's now 'terminal pager 0', once privileged.
> > The pix is running Cisco PIX Security Appliance Software Version 8.0(4)
>
> Can you let me know which phrasebook you were using when it crashed out?
>
> The default phrasebook is based on IOS but there are overrides for PIXOS7
> amongst others
> which alter the pager command. Invoke the phrasebook like so:
>
> my $s = Net::Appliance::Session->new(
> Host => 'hostname.example',
> Platform => 'PIXOS7',
> );
>
> --
> regards,
> oliver.
>