[BACK]Return to Trango.pm CVS log [TXT][DIR] Up to [local] / trango / Net-Telnet-Trango / lib / Net / Telnet

Diff for /trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm between version 1.38 and 1.57

version 1.38, 2007/02/06 16:22:46 version 1.57, 2009/07/09 22:50:03
Line 1 
Line 1 
 package Net::Telnet::Trango;  package Net::Telnet::Trango;
   
 # $RedRiver: Trango.pm,v 1.37 2007/02/05 23:09:59 andrew Exp $  # $RedRiver: Trango.pm,v 1.56 2009/07/08 17:16:41 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
 use base 'Net::Telnet';  use base 'Net::Telnet';
   
 =pod  =pod
   
 =head1 NAME  =head1 NAME
   
 Net::Telnet::Trango  Net::Telnet::Trango
 - Perl extension for accessing the Trango telnet interface  - Perl extension for accessing the Trango telnet interface
   
 =head1 SYNOPSIS  =head1 SYNOPSIS
   
   use Net::Telnet::Trango;    use Net::Telnet::Trango;
   my $t = new Net::Telnet::Trango ( Timeout => 5 );    my $t = new Net::Telnet::Trango ( Timeout => 5 );
   
   $t->open( Host => $fox ) or die "Error connecting: $!";    $t->open( Host => $ap ) or die "Error connecting: $!";
   
   $t->login('password') or die "Couldn't log in: $!";    $t->login('password') or die "Couldn't log in: $!";
   
   # Do whatever    # Do whatever
   
   $t->exit;    $t->exit;
   $t->close;    $t->close;
   
 =head1 DESCRIPTION  =head1 DESCRIPTION
   
 Perl access to the telnet interface on Trango Foxes, SUs and APs.  Perl access to the telnet interface on Trango APs and SUs.
   
 Another handy feature is that it will parse the output from certain  A handy feature is that it will parse the output from certain commands that is
 commands that is in the format "[key1] value1 [key2] value2" and put  in the format "[key1] value1 [key2] value2" and put those in a hashref that is
 those in a hashref that is returned.  This makes using the output from  returned.  This makes using the output from things like sysinfo very easy to
 things like sysinfo very easy to do.  do.
   
 =head2 EXPORT  =head2 EXPORT
   
 None  None
   
 =head1 METHODS  =head1 METHODS
   
 =cut  =cut
   
 our $VERSION = '0.01';  our $VERSION = '0.03';
   
 my $EMPTY = q{};  my $EMPTY = q{};
 my $SPACE = q{ };  my $SPACE = q{ };
   
 my %PRIVATE = (  my %PRIVATE = (
     is_connected => 0,      is_connected => 0,
     logged_in    => 0,      logged_in    => 0,
 );  );
   
 =pod  =pod
   
 =head2 B<new> - Creates a new Net::Telnet::Trango object.  =head2 B<new> - Creates a new Net::Telnet::Trango object.
   
     new([Options from Net::Telnet,]      new([Options from Net::Telnet,]
         [Decode => 0,]);          [Decode => 0,]);
   
 Same as new from L<Net::Telnet> but sets the default Trango Prompt:  Same as new from L<Net::Telnet> but sets the default Trango Prompt:
 '/#> *$/'  '/[\$#]>\s*\Z/'
   
 It also takes an optional parameter 'Decode'.  If not defined it  It also takes an optional parameter 'Decode'.  If not defined it
 defaults to 1, if it is set to 0, it will not decode the output and  defaults to 1, if it is set to 0, it will not decode the output and
 instead return a reference to an array of the lines that were returned  instead return a reference to an array of the lines that were returned
 from the command.  from the command.
   
 =cut  =cut
   
 sub new {  sub new {
     my $class = shift;      my $class = shift;
   
     my %args;      my %args;
     if ( @_ == 1 ) {      if ( @_ == 1 ) {
         $args{'Host'} = shift;          $args{'Host'} = shift;
     }      }
     else {      else {
         %args = @_;          %args = @_;
     }      }
   
     $args{'Prompt'} ||= '/#> *$/';      $args{'Prompt'} ||= '/[\$#]>\s*\r?\n?$/';
   
     foreach my $key ( keys %args ) {      foreach my $key ( keys %args ) {
         $PRIVATE{$key} = $args{$key};          $PRIVATE{$key} = $args{$key};
     }      }
     $PRIVATE{'Decode'} = 1 unless defined $PRIVATE{'Decode'};      $PRIVATE{'Decode'} = 1 unless defined $PRIVATE{'Decode'};
     delete $args{'Decode'};      delete $args{'Decode'};
   
     my $self = $class->SUPER::new(%args);      my $self = $class->SUPER::new(%args);
     bless $self if ref $self;      bless $self if ref $self;
   
     return $self;      return $self;
 }  }
   
 #  _password <new password> <new password>  #  _password <new password> <new password>
 #  ? [command]  #  ? [command]
 #  apsearch <secs> <ch#> <h|v> [<ch#> <h|v>]...  #  apsearch <secs> <ch#> <h|v> [<ch#> <h|v>]...
 #  arp -bcast <on|off>  #  arp -bcast <on|off>
 #  bcastscant <all|suid> <ch#> <h|v> [<ch#> <h|v> ...  #  bcastscant <all|suid> <ch#> <h|v> [<ch#> <h|v> ...
 #  bye  #  bye
 #  cf2cf ap [default|<size>]  #  cf2cf ap [default|<size>]
 #  date  #  date
 #  date <month> <day> <year>  #  date <month> <day> <year>
 #  freq scantable  #  freq scantable
 #  freq channeltable  #  freq channeltable
 #  freq writescan [<ch#> <h|v>]  #  freq writescan [<ch#> <h|v>]
 #  freq writechannel [<ch#> <freq>] ...  #  freq writechannel [<ch#> <freq>] ...
 #  freq <ch #> <h|v>  #  freq <ch #> <h|v>
 #  help [command]  #  help [command]
 #  heater [<on temp> <off temp>]  #  heater [<on temp> <off temp>]
 #  ipconfig [<new ip> <new subnet mask> <new gateway>]  #  ipconfig [<new ip> <new subnet mask> <new gateway>]
 #  log [<# of entries, 1..179>]  #  linktest <suid> [<pkt len, bytes> [<# of pkts> [<# of cycle>]]]
 #  log <sum> <# of entries, 1..179>  #  log [<# of entries, 1..179>]
 #  logout  #  log <sum> <# of entries, 1..179>
 #  opmode [ap [y]]  #  logout
 #  password  #  opmode [ap [y]]
 #  ping <ip addr>  #  password
 #  polar <h|v>  #  ping <ip addr>
 #  power <setism|setunii> <max|min|<dBm>>  #  polar <h|v>
 #  reboot  #  power <setism|setunii> <max|min|<dBm>>
 #  restart  #  reboot
 #  remarks [<str>]  #  restart
 #  rfrxthreshold [<ism|unii> <-90|-85|-80|-75|-70|-65>]  #  remarks [<str>]
 #  rfrxth [<ism|unii> <-90|-85|-80|-75|-70|-65>]  #  rfrxthreshold [<ism|unii> <-90|-85|-80|-75|-70|-65>]
 #  sysinfo  #  rfrxth [<ism|unii> <-90|-85|-80|-75|-70|-65>]
 #  set suid <id>  #  sysinfo
 #  set apid <id>  #  set suid <id>
 #  set baseid <id>  #  set apid <id>
 #  set defaultopmode [<ap|su> <min,0..10>]  #  set baseid <id>
 #  set defaultopmode off  #  set defaultopmode [<ap|su> <min,0..10>]
 #  set snmpcomm [<read | write | trap (id or setall)> <str>]  #  set defaultopmode off
 #  set mir [on|off]  #  set snmpcomm [<read | write | trap (id or setall)> <str>]
 #  set mir threshold <kbps>  #  set mir [on|off]
 #  set rssitarget [<ism|unii> <dBm>]  #  set mir threshold <kbps>
 #  set serviceradius [<ism | unii> <miles>]  #  set rssitarget [<ism|unii> <dBm>]
 #  ssrssi <ch #> <h|v>  #  set serviceradius [<ism | unii> <miles>]
 #  su [<suid>|all]  #  ssrssi <ch #> <h|v>
 #  su changechannel <all|suid> <ch#> <h|v>  #  su [<suid>|all]
 #  su ipconfig <suid> <new ip> <new subnet> <new gateway>  #  su changechannel <all|suid> <ch#> <h|v>
 #  su [live|poweroff|priority]  #  su ipconfig <suid> <new ip> <new subnet> <new gateway>
 #  su <ping|info|status> <suid>  #  su [live|poweroff|priority]
 #  su powerleveling <all|suid>  #  su <ping|info|status> <suid>
 #  su reboot <all|suid>  #  su powerleveling <all|suid>
 #  su restart <all|suid>  #  su reboot <all|suid>
 #  su testrflink <all|suid> [r]  #  su restart <all|suid>
 #  su testrflink <setlen> [64..1600]  #  su testrflink <all|suid> [r]
 #  su testrflink <aptx> [20..100]  #  su testrflink <setlen> [64..1600]
 #  su sw <suid|all> <sw #> <on|off>  #  su testrflink <aptx> [20..100]
 #  sudb [dload | view]  #  su sw <suid|all> <sw #> <on|off>
 #  sudb add <suid> pr <cir,kbps> <mir,kbps> <device id,hex>  #  sudb [dload | view]
 #  sudb add <suid> reg <cir,kbps> <mir,kbps> <device id,hex>  #  sudb add <suid> pr <cir,kbps> <mir,kbps> <device id,hex>
 #  sudb delete <all|<suid>>  #  sudb add <suid> reg <cir,kbps> <mir,kbps> <device id,hex>
 #  sudb modify <suid> <cir|mir> <kbps>  #  sudb delete <all|<suid>>
 #  sudb modify <suid> <su2su> <group id,hex>  #  sudb modify <suid> <cir|mir> <kbps>
 #  sudb view  #  sudb modify <suid> <su2su> <group id,hex>
 #  sulog [lastmins | sampleperiod <1..60>]  #  sudb view
 #  sulog [<# of entry,1..18>]  #  sulog [lastmins | sampleperiod <1..60>]
 #  survey <ism|unii> <time, sec> <h|v>  #  sulog [<# of entry,1..18>]
 #  sw [<sw #> <on|off>]  #  survey <ism|unii> <time, sec> <h|v>
 #  temp  #  sw [<sw #> <on|off>]
 #  tftpd [on|off]  #  temp
 #  time  #  tftpd [on|off]
 #  time <hour> <min> <sec>  #  time
 #  save <mainimage|fpgaimage> <current chksum> <new chksum>  #  time <hour> <min> <sec>
 #  save <systemsetting|sudb>  #  save <mainimage|fpgaimage> <current chksum> <new chksum>
 #  updateflash <mainimage|fpgaimage> <current chksum> <new chksum>  #  save <systemsetting|sudb>
 #  updateflash <systemsetting|sudb>  #  updateflash <mainimage|fpgaimage> <current chksum> <new chksum>
   #  updateflash <systemsetting|sudb>
 =pod  
   =pod
 =head1 ACCESSORS  
   =head1 ACCESSORS
 These are usually only set internally.  
   These are usually only set internally.
 =head2 B<firmware_version> - returns the firmware version  
   =head2 B<firmware_version> - returns the firmware version
 Returns the firmware version if available, otherwise undef.  
   Returns the firmware version if available, otherwise undef.
 It should be available after a successful open().  
   It should be available after a successful open().
 =head2 B<host_type> - return the type of host you are connected to.  
   =head2 B<host_type> - return the type of host you are connected to.
 returns the type of host from the login banner for example M5830S or M5300S.    
   returns the type of host from the login banner for example M5830S or M5300S.
 Should be available after a successful open().  
   Should be available after a successful open().
 =head2 B<is_connected> - Status of the connection to host.  
   =head2 B<is_connected> - Status of the connection to host.
 returns 1 when connected, undef otherwise.  
   returns 1 when connected, undef otherwise.
 =head2 B<logged_in> - Status of being logged in to the host.  
   =head2 B<logged_in> - Status of being logged in to the host.
 returns 1 after a successful login(), 0 if it failed and undef if  
 login() was never called.  returns 1 after a successful login(), 0 if it failed and undef if
   login() was never called.
 =head2 B<login_banner> - The banner when first connecting to the host.  
   =head2 B<login_banner> - The banner when first connecting to the host.
 returns the banner that is displayed when first connected at login.    
 Only set after a successful open().  returns the banner that is displayed when first connected at login.
   Only set after a successful open().
 =head2 B<last_lines> - The last lines of output from the last cmd().  
   =head2 B<last_lines> - The last lines of output from the last cmd().
 returns, as an array ref, the output from the last cmd() that was run.  
   returns, as an array ref, the output from the last cmd() that was run.
 =head2 B<last_error> - A text output of the last error that was encountered.  
   =head2 B<last_error> - A text output of the last error that was encountered.
 returns the last error reported.  Probably contains the last entry in  
 last_lines.  returns the last error reported.  Probably contains the last entry in
   last_lines.
 =head1 ALIASES  
   =head1 ALIASES
 =head2 B<bye> - alias of exit()  
   =head2 B<bye> - alias of exit()
 Does the same as exit()  
   Does the same as exit()
 =head2 B<restart> - alias of reboot()  
   =head2 B<restart> - alias of reboot()
 Does the same as reboot()  
   Does the same as reboot()
 =head2 B<save_systemsetting> - alias of save_ss()  
   =head2 B<save_systemsetting> - alias of save_ss()
 Does the same as save_ss()  
   Does the same as save_ss()
 =head1 COMMANDS  
   =head1 COMMANDS
 Most of these are just shortcuts to C<cmd(String =E<gt> METHOD)>,  
 as such they accept the same options as C<cmd()>.    Most of these are just shortcuts to C<cmd(String =E<gt> METHOD)>,
 Specifically they take a named paramater "args", for example:  as such they accept the same options as C<cmd()>.
 C<tftpd(args =E<gt> 'on')> would enable tftpd  Specifically they take a named paramater "args", for example:
   C<tftpd(args =E<gt> 'on')> would enable tftpd
 =head2 B<tftpd> - The output from the tftpd command  
   =head2 B<tftpd> - The output from the tftpd command
 Returns a hash ref of the decoded output from the  
 command.  Returns a hash ref of the decoded output from the
   command.
 Also see enable_tftpd() and disable_tftpd() as those check that it was  
 successfully changed.  Also see enable_tftpd() and disable_tftpd() as those check that it was
   successfully changed.
 =head2 B<ver> - The output from the ver command  
   =head2 B<ver> - The output from the ver command
 Returns a hash ref of the decoded output from the  
 command.  Returns a hash ref of the decoded output from the
   command.
 =head2 B<sysinfo> - The output from the sysinfo command  
   =head2 B<sysinfo> - The output from the sysinfo command
 Returns a hash ref of the decoded output from the  
 command.  Returns a hash ref of the decoded output from the
   command.
 =head2 B<exit> - Exits the connection  
   =head2 B<exit> - Exits the connection
 exits the command session with the Trango and closes  
 the connection  exits the command session with the Trango and closes
   the connection
 =head2 B<reboot> - Sends a reboot command  
   =head2 B<reboot> - Sends a reboot command
 reboots the Trango and closes the connection  
   reboots the Trango and closes the connection
 =head2 B<remarks> - Set or retrieve the remarks.  
   =head2 B<remarks> - Set or retrieve the remarks.
 Takes an optional argument, which sets the remarks.    
 If there is no argument, returns the current remarks.  Takes an optional argument, which sets the remarks.
   If there is no argument, returns the current remarks.
   my $old_remarks = $t->remarks();  
   $t->remarks($new_remarks);    my $old_remarks = $t->remarks();
     $t->remarks($new_remarks);
 =head2 B<sulog> - The output from the sulog command  
   =head2 B<sulog> - The output from the sulog command
 Returns an array ref of hashes containing each log  
 line.  Returns an array ref of hashes containing each log
   line.
 =head2 B<save_sudb> - saves the sudb  
   =head2 B<save_sudb> - saves the sudb
 Returns true on success, undef on failure  
   Returns true on success, undef on failure
 =head2 B<syslog> - The output from the sulog command  
   =head2 B<syslog> - The output from the sulog command
 Returns a hashref of the output from the syslog command  
   Returns a hashref of the output from the syslog command
 =head2 B<pipe> - the pipe command  
   =head2 B<pipe> - the pipe command
 Returns the output from the pipe command  
   Returns the output from the pipe command
 =head2 B<maclist> - retrieves the maclist  
   =head2 B<maclist> - retrieves the maclist
 Returns the output from the maclist command  
   Returns the output from the maclist command
 =head2 B<maclist_reset> - resets the maclist.    
   =head2 B<maclist_reset> - resets the maclist.
 No useful output.  
   No useful output.
 =head2 B<eth_list> - eth list command  
   =head2 B<eth_link> - eth link command
 Returns the output from the eth list command  
   Returns the output from the eth link command
   
 =head2 B<su_info> - gets the su info  This command seems to cause some weird issues.  It often will cause the
   command after it to appear to fail.  I am not sure why.
 Returns information about the SU.  
   =head2 B<su_info> - gets the su info
 You need to pass in the $suid and it will return the info for that suid.  
   Returns information about the SU.
   $t->su_info($suid);  
   You need to pass in the $suid and it will return the info for that suid.
 =head2 B<su_testrflink> - tests the RF Link to an su  
     $t->su_info($suid);
   $t->su_testrflink($suid|'all');  
   =head2 B<su_testrflink> - tests the RF Link to an su
 =head2 B<save_ss> - saves the config.    
     $t->su_testrflink($suid|'all');
 Returns 1 on success, undef on failure.  
   =head2 B<save_ss> - saves the config.
 =head2 B<opmode> - sets opmode ap y or returns the opmode  
   Returns 1 on success, undef on failure.
     $t->opmode([ap y]);  
   =head2 B<opmode> - sets opmode ap y or returns the opmode
 =cut  
       $t->opmode([ap y]);
 my $success  = 'Success\\.';  
 my %COMMANDS = (  =cut
     tftpd       => { decode    => 'all',       expect          => $success },  
     ver         => { decode    => 'all' },  my $success  = 'Success\\.';
     sysinfo     => { decode    => 'all',       expect          => $success },  my %COMMANDS = (
     updateflash => { decode    => 'all',       expect          => $success },      _clear      => { String    => "\n" },
     sulog       => { decode    => 'sulog',     expect          => $success },      tftpd       => { decode    => 'all', expect => $success },
     'exit'      => { no_prompt => 1,           cmd_disconnects => 1 },      ver         => { decode    => 'all' },
     reboot      => { no_prompt => 1,           cmd_disconnects => 1 },      sysinfo     => { decode    => 'all', expect => $success },
     remarks     => { decode    => 'all',       expect          => $success },      updateflash => { decode    => 'all', expect => $success },
     save_sudb   => { String    => 'save sudb', expect          => $success },      sulog       => { decode    => 'sulog', expect => $success },
     syslog      => { expect    => $success },      'exit'      => { no_prompt => 1, cmd_disconnects => 1 },
     'pipe'      => {},                        # XXX needs a special decode      reboot      => { no_prompt => 1, cmd_disconnects => 1 },
     maclist     => { decode => 'maclist' },      remarks     => { decode    => 'all', expect => $success },
     maclist_reset => { String => 'maclist reset', expect       => 'done' },      save_sudb   => { String    => 'save sudb', expect => $success },
     eth_link    => { String => 'eth link',     expect          => $success },      syslog      => { expect    => $success },
     su_info     =>      'pipe'  => {},                        # XXX needs a special decode
       { String => 'su info',  decode => 'all', expect          => $success },      maclist => { decode => 'maclist' },
     su_testrflink =>      maclist_reset => { String => 'maclist reset', expect => 'done' },
       { String => 'su testrflink', decode => 'each', expect    => $success },      eth_link => { String => 'eth link', expect => $success },
     save_ss     => { String => 'save ss',      expect          => $success },      su_info  => { String => 'su info',  decode => 'all', expect => $success },
     opmode      => { decode => 'all',          expect          => $success },      su_testrflink =>
 );          { String => 'su testrflink', decode => 'each', expect => $success },
       save_ss => { String => 'save ss', expect => $success },
 my %ALIASES = (      opmode  => { decode => 'all',     expect => $success },
     bye     => 'exit',      arq     => { decode => 'all' },
     restart => 'reboot',  );
     Host    => 'host',  
     save_systemseting => 'save_ss',  my %ALIASES = (
 );      bye               => 'exit',
       restart           => 'reboot',
 my %ACCESS = map { $_ => 1 } qw(      Host              => 'host',
   firmware_version      save_systemseting => 'save_ss',
   host_type  );
   is_connected  
   logged_in  my %ACCESS = map { $_ => 1 } qw(
   login_banner      firmware_version
   Timeout      host_type
   last_lines      is_connected
   last_vals      logged_in
   last_error      login_banner
   Decode      Timeout
 );      last_lines
       last_vals
 sub AUTOLOAD {      last_error
     my $self = shift;      Decode
   );
     my ($method) = ( our $AUTOLOAD ) =~ /^.*::(\w+)$/  
       or die "Weird: $AUTOLOAD";  sub AUTOLOAD {
       my $self = shift;
     if ( exists $ALIASES{$method} ) {  
         $method = $ALIASES{$method};      my ($method) = ( our $AUTOLOAD ) =~ /^.*::(\w+)$/
         return $self->$method(@_);          or die "Weird: $AUTOLOAD";
     }  
       if ( exists $ALIASES{$method} ) {
     if ( exists $COMMANDS{$method} ) {          $method = $ALIASES{$method};
         my %cmd;          return $self->$method(@_);
         foreach my $k ( keys %{ $COMMANDS{$method} } ) {      }
             $cmd{$k} = $COMMANDS{$method}{$k};  
         }      if ( exists $COMMANDS{$method} ) {
         $cmd{'String'} ||= $method;          my %cmd;
         $cmd{'args'} .= $SPACE . shift if ( @_ == 1 );          foreach my $k ( keys %{ $COMMANDS{$method} } ) {
         return $self->cmd( %cmd, @_ );              $cmd{$k} = $COMMANDS{$method}{$k};
     }          }
           $cmd{'String'} ||= $method;
     if ( exists $ACCESS{$method} ) {          $cmd{'args'} .= $SPACE . shift if ( @_ == 1 );
         my $prev = $PRIVATE{$method};          return $self->cmd( %cmd, @_ );
         ( $PRIVATE{$method} ) = @_ if @_;      }
         return $prev;  
     }      if ( exists $ACCESS{$method} ) {
           my $prev = $PRIVATE{$method};
     $method = "SUPER::$method";          ( $PRIVATE{$method} ) = @_ if @_;
     return $self->$method(@_);          return $prev;
 }      }
   
 =pod      $method = "SUPER::$method";
       return $self->$method(@_);
 =head2 B<open> - Open a connection to a Trango AP.  }
   
 Calls Net::Telnet::open() then makes sure you get a password prompt so  =pod
 you are ready to login() and parses the login banner so you can get  
 host_type() and firmware_version()  =head2 B<open> - Open a connection to a Trango AP.
   
 =cut  Calls Net::Telnet::open() then makes sure you get a password prompt so
   you are ready to login() and parses the login banner so you can get
 sub open {  host_type() and firmware_version()
     my $self = shift;  
   =cut
     unless ( $self->SUPER::open(@_) ) {  
         $self->last_error( "Couldn't connect to " . $self->host . ":  $!" );  sub open {
         return;      my $self = shift;
     }  
       unless ( $self->SUPER::open(@_) ) {
     ## Get to login prompt          $self->last_error( "Couldn't connect to " . $self->host . ":  $!" );
     unless (          return;
         $self->waitfor(      }
             -match   => '/password: ?$/i',  
             -errmode => "return",      ## Get to login prompt
         )      unless (
       )          $self->waitfor(
     {              -match   => '/password: ?$/i',
         $self->last_error( "problem connecting to host ("              -errmode => "return",
               . $self->host . "): "          )
               . $self->lastline );          )
         return;      {
     }          $self->last_error( "problem connecting to host ("
                   . $self->host . "): "
     $self->parse_login_banner( $self->lastline );                  . $self->lastline );
           return;
     $self->is_connected(1);      }
   
     return $self->is_connected;      $self->parse_login_banner( $self->lastline );
 }  
       $self->is_connected(1);
 =pod  
       return $self->is_connected;
 =head2 B<login> - Login to the AP.  }
   
 Calls open() if not already connected, then sends the password and sets  =pod
 logged_in() if successful  
   =head2 B<login> - Login to the AP.
 =cut  
   Calls open() if not already connected, then sends the password and sets
 sub login {  logged_in() if successful
     my $self = shift;  
   =cut
     unless ( $self->is_connected ) {  
         $self->open or return;  sub login {
     }      my $self = shift;
   
     my $password = shift;      unless ( $self->is_connected ) {
           $self->open or return;
     $self->print($password);      }
     unless (  
         $self->waitfor(      my $password = shift;
             -match   => $self->prompt,  
             -errmode => "return",      $self->print($password);
         )      unless (
       )          $self->waitfor(
     {              -match   => $self->prompt,
         $self->last_error( "login ($self->host) failed: " . $self->lastline );              -errmode => "return",
         return;          )
     }          )
       {
     $self->logged_in(1);          $self->last_error( "login ($self->host) failed: " . $self->lastline );
           return;
     return $self->logged_in;      }
 }  
       $self->logged_in(1);
 =pod  
       return $self->logged_in;
 =head2 B<parse_login_banner> - Converts the login_banner to something useful.  }
   
 Takes a login banner (what you get when you first connect to the Trango)  =pod
 or reads what is already in login_banner() then parses it and sets  
 host_type() and firmware_version() as well as login_banner()  =head2 B<parse_login_banner> - Converts the login_banner to something useful.
   
 =cut  Takes a login banner (what you get when you first connect to the Trango)
   or reads what is already in login_banner() then parses it and sets
 sub parse_login_banner {  host_type() and firmware_version() as well as login_banner()
     my $self = shift;  
   =cut
     if (@_) {  
         $self->login_banner(@_);  sub parse_login_banner {
     }      my $self = shift;
   
     my $banner = $self->login_banner;      if (@_) {
           $self->login_banner(@_);
     my ( $type, $sep1, $subtype, $sep2, $ver ) =      }
       $banner =~  
       /Welcome to Trango Broadband Wireless (\S+)([\s-]+)(\S+)([\s-]+)(.+)$/i;      my $banner = $self->login_banner;
   
     $type .= $sep1 . $subtype;      my ( $type, $sep1, $subtype, $sep2, $ver )
     $ver = $subtype . $sep2 . $ver;          = $banner
           =~ /Welcome to Trango Broadband Wireless,? (\S+)([\s-]+)(\S+)([\s-]+)(.+)$/i;
     $self->login_banner($banner);  
     $self->host_type($type);      $type .= $sep1 . $subtype;
     $self->firmware_version($ver);      $ver = $subtype . $sep2 . $ver;
   
     return 1;      $self->login_banner($banner);
 }      $self->host_type($type);
       $self->firmware_version($ver);
 =pod  
       return 1;
 =head2 B<su_password> - Set the password on SUs connected to the AP.  }
   
 su_password('new_password'[, 'suid']) If no suid is specified,  =pod
 the default is "all".  
   =head2 B<linktest> - Link test to SU
   $t->su_password('good_pass', 5);  
   linktest('suid'[, 'pkt len, bytes'[, '# of pkts'[, '# of cycles']]]);
 =cut  
   Returns a hash reference to the results of the test
 sub su_password {  
     my $self     = shift;  =cut
     my $new_pass = shift || $EMPTY;  
     my $su       = shift || 'all';  sub linktest {
       my $self = shift;
     unless ( defined $new_pass ) {      my $suid = shift;
         $self->last_error("No new password");  
       # These numbers are what I found as defaults when running the command
         #return;      my $pkt_len = shift || 1600;
     }      my $pkt_cnt = shift || 500;
       my $cycles  = shift || 10;
     return $self->cmd(  
         String => 'su password ' . $su . $SPACE . $new_pass . $SPACE . $new_pass,      my %config = @_;
         expect => $success,  
     );      # * 2, one for the FromAP, one FromSU.  Then / 1000 to get to ms.
 }      # XXX This might need to be changed, this makes the default timeout the
       # same as $pkt_len, and that might not be enough at slower speeds.
 =pod      $config{Timeout} ||= int( ( $pkt_len * $pkt_cnt * $cycles * 2 ) / 1000 );
   
 =head2 B<su_ipconfig> - Change IP configuration on SUs connected to the AP.      my $string = join $SPACE, 'linktest', $suid, $pkt_len, $pkt_cnt, $cycles;
       return $self->cmd(
 su_ipconfig( 'suid', 'new_ip', 'new_subnet', 'new_gateway' )          %config,
           String => $string,
   $t->su_ipconfig( 5, '10.0.1.5', '255.255.255.0', '10.0.1.1' );          decode => 'linktest',
       );
 =cut  
   }
 sub su_ipconfig {  
     my $self = shift;  =pod
   
     my $suid        = shift;  =head2 B<su_password> - Set the password on SUs connected to the AP.
     my $new_ip      = shift;  
     my $new_subnet  = shift;  su_password('new_password'[, 'suid']) If no suid is specified,
     my $new_gateway = shift;  the default is "all".
   
     if ( $suid =~ /\D/ ) {    $t->su_password('good_pass', 5);
         $self->last_error("Invalid suid '$suid'");  
         return;  =cut
     }  
     unless ($new_ip) {  sub su_password {
         $self->last_error("no new_ip passed");      my $self     = shift;
         return;      my $new_pass = shift || $EMPTY;
     }      my $su       = shift || 'all';
     unless ($new_subnet) {  
         $self->last_error("no new_subnet passed");      unless ( defined $new_pass ) {
         return;          $self->last_error("No new password");
     }  
     unless ($new_gateway) {          #return;
         $self->last_error("no new_gateway passed");      }
         return;  
     }      return $self->cmd(
           String => 'su password '
     # su ipconfig <suid> <new ip> <new subnet> <new gateway>              . $su
     return $self->cmd(              . $SPACE
         String => 'su ipconfig ' . $suid . $SPACE . $new_ip . $SPACE              . $new_pass
           . $new_subnet . $SPACE              . $SPACE
           . $new_gateway,              . $new_pass,
         expect => $success,          expect => $success,
     );      );
 }  }
   
 =pod  =pod
   
 =head2 B<sudb_view> - Returns the output from the sudb view command  =head2 B<su_ipconfig> - Change IP configuration on SUs connected to the AP.
   
 returns a reference to an array of hashes each containing these keys  su_ipconfig( 'suid', 'new_ip', 'new_subnet', 'new_gateway' )
 'suid', 'type', 'cir', 'mir' and 'mac'  
     $t->su_ipconfig( 5, '10.0.1.5', '255.255.255.0', '10.0.1.1' );
 =cut  
   =cut
 sub sudb_view {  
     my $self = shift;  sub su_ipconfig {
       my $self = shift;
     my $lines = $self->cmd( String => 'sudb view', expect => $success ) || [];  
       my $suid        = shift;
     return unless @{$lines};      my $new_ip      = shift;
       my $new_subnet  = shift;
     unless ( $PRIVATE{'Decode'} ) {      my $new_gateway = shift;
         return $lines;  
     }      if ( $suid =~ /\D/ ) {
           $self->last_error("Invalid suid '$suid'");
     my @sus;          return;
     foreach ( @{$lines} ) {      }
         next unless $_;      unless ($new_ip) {
         if (/^\[(\d+)\]\s+(\d+)\s+(\d+)\s+(\d+)\s+([0-9A-Fa-f\s]+)$/) {          $self->last_error("no new_ip passed");
             my %s = (          return;
                 suid => $1,      }
                 type => $2,      unless ($new_subnet) {
                 cir  => $3,          $self->last_error("no new_subnet passed");
                 mir  => $4,          return;
                 mac  => $5,      }
             );      unless ($new_gateway) {
           $self->last_error("no new_gateway passed");
             $s{'mac'} =~ s/\s//g;          return;
             $s{'mac'} = uc( $s{'mac'} );      }
   
             push @sus, \%s;      # su ipconfig <suid> <new ip> <new subnet> <new gateway>
         }      return $self->cmd(
     }          String => 'su ipconfig '
               . $suid
     return \@sus;              . $SPACE
 }              . $new_ip
               . $SPACE
 =pod              . $new_subnet
               . $SPACE
 =head2 B<sudb_add> - Adds an su to the sudb              . $new_gateway,
           expect => $success,
 Takes the following paramaters      );
   }
     suid : numeric,  
     type : (reg|pr)  =pod
     cir  : numeric,  
     mir  : numeric,  =head2 B<sudb_view> - Returns the output from the sudb view command
     mac  : Almost any format, it will be reformatted,  
   returns a reference to an array of hashes each containing these keys
 and returns true on success or undef otherwise.  'suid', 'su2su', 'type', 'cir', 'mir' and 'mac'
   
   $t->sudb_add($suid, 'reg', $cir, $mir, $mac);  =cut
   
 You should save_sudb() after calling this, or your changes  will be lost  sub sudb_view {
 when the AP is rebooted.      my $self = shift;
   
 =cut      my $lines = $self->cmd( String => 'sudb view', expect => $success ) || [];
   
 sub sudb_add {      return unless @{$lines};
     my $self = shift;  
     my $suid = shift;      unless ( $PRIVATE{'Decode'} ) {
     my $type = shift;          return $lines;
     my $cir  = shift;      }
     my $mir  = shift;  
     my $mac  = shift;      my @sus;
       foreach ( @{$lines} ) {
     if ( $suid =~ /\D/ ) {          next unless $_;
         $self->last_error("Invalid suid '$suid'");          if (/^
         return;              \[(\d+)\]
     }              \s+
               [[:xdigit:]]{2}
     unless ( lc($type) eq 'reg' || lc($type) eq 'pr' ) {              ([[:xdigit:]])
         $self->last_error("Invalid type '$type'");              ([[:xdigit:]])
         return;              \s+
     }              (\d+)
               \s+
     if ( $cir =~ /\D/ ) {              ([[:xdigit:]\s]+)
         $self->last_error("Invalid CIR '$cir'");          $/ixms
         return;              )
     }          {
               my %s = (
     if ( $mir =~ /\D/ ) {                  suid  => $1,
         $self->last_error("Invalid MIR '$mir'");                  su2su => $2 ? $2 : undef,
         return;                  type  => $3 == 1 ? 'reg' : $3 == 5 ? 'pri' : $3,
     }                  cir   => $4,
                   mir   => $5,
     my $new_mac = $mac;                  mac   => $6,
     $new_mac =~ s/[^0-9A-Fa-f]//;              );
     unless ( length $new_mac == 12 ) {  
         $self->last_error("Invalid MAC '$mac'");              $s{'mac'} =~ s/\s//gxms;
         return;              $s{'mac'} = uc( $s{'mac'} );
     }  
     $new_mac = join $SPACE, $new_mac =~ /../g;              push @sus, \%s;
           }
     my $string =      }
       'sudb add ' . $suid . $SPACE . $type . $SPACE . $cir . $SPACE . $mir . $SPACE  
       . $new_mac;      return \@sus;
   }
     return $self->cmd( String => $string, expect => $success );  
 }  =pod
   
 =pod  =head2 B<sudb_add> - Adds an su to the sudb
   
 =head2 B<sudb_delete> - removes an su from the sudb  Takes the following paramaters
   
 Takes either 'all' or the  suid of the su to delete      suid : numeric,
 and returns true on success or undef otherwise.      type : (reg|pr)
       cir  : numeric,
   $t->sudb_delete($suid);      mir  : numeric,
       mac  : Almost any format, it will be reformatted,
 You should save_sudb() after calling this, or your changes  will be lost  
 when the AP is rebooted.  and returns true on success or undef otherwise.
   
 =cut    $t->sudb_add($suid, 'reg', $cir, $mir, $mac);
   
 sub sudb_delete {  You should save_sudb() after calling this, or your changes  will be lost
     my $self = shift;  when the AP is rebooted.
     my $suid = shift;  
   =cut
     #if (lc($suid) ne 'all' || $suid =~ /\D/) {  
     if ( $suid =~ /\D/ ) {  sub sudb_add {
         $self->last_error("Invalid suid '$suid'");      my $self = shift;
         return;      my $suid = shift;
     }      my $type = shift;
       my $cir  = shift;
     return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );      my $mir  = shift;
 }      my $mac  = shift;
   
 =pod      if ( $suid =~ /\D/ ) {
           $self->last_error("Invalid suid '$suid'");
 =head2 B<sudb_modify> - changes the su information in the sudb          return;
       }
 Takes either the  suid of the su to change  
 as well as what you are changing, either "cir, mir or su2su"      unless ( lc($type) eq 'reg' || lc($type) eq 'pr' ) {
 and returns true on success or undef otherwise.          $self->last_error("Invalid type '$type'");
           return;
 cir and mir also take a value to set the cir/mir to.      }
   
 su2su takes a group id parameter that is in hex.      if ( $cir =~ /\D/ ) {
           $self->last_error("Invalid CIR '$cir'");
   $t->sudb_modify($suid, 'cir', 512);          return;
       }
 You should save_sudb() after calling this, or your changes  will be lost  
 when the AP is rebooted.      if ( $mir =~ /\D/ ) {
           $self->last_error("Invalid MIR '$mir'");
 =cut          return;
       }
 sub sudb_modify {  
     my $self  = shift;      my $new_mac = $mac;
     my $suid  = shift;      $new_mac =~ s/[^0-9A-Fa-f]//g;
     my $opt   = shift;      unless ( length $new_mac == 12 ) {
     my $value = shift;          $self->last_error("Invalid MAC '$mac'");
           return;
     if ( $suid =~ /\D/ ) {      }
         $self->last_error("Invalid suid '$suid'");      $new_mac = join $SPACE, $new_mac =~ /../g;
         return;  
     }      my $string
           = 'sudb add '
     if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {          . $suid
         if ( $value =~ /\D/ ) {          . $SPACE
             $self->last_error("Invalid $opt '$value'");          . $type
             return;          . $SPACE
         }          . $cir
     }          . $SPACE
     elsif ( lc($opt) eq 'su2su' ) {          . $mir
         if ( $value =~ /[^0-9A-Za-f]/ ) {          . $SPACE
             $self->last_error("Invalid MAC '$value'");          . $new_mac;
             return;  
         }      return $self->cmd( String => $string, expect => $success );
     }  }
     else {  
         $self->last_error("Invalid option '$opt'");  =pod
         return;  
     }  =head2 B<sudb_delete> - removes an su from the sudb
   
     my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;  Takes either 'all' or the  suid of the su to delete
   and returns true on success or undef otherwise.
     return $self->cmd( String => $string, expect => $success );  
 }    $t->sudb_delete($suid);
   
 =pod  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
 =head2 B<enable_tftpd> - enable the TFTP server  
   =cut
 runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing  
   sub sudb_delete {
 =cut      my $self = shift;
       my $suid = shift;
 sub enable_tftpd {  
     my $self = shift;      #if (lc($suid) ne 'all' || $suid =~ /\D/) {
       if ( $suid =~ /\D/ ) {
     my $vals = $self->tftpd( args => 'on' );          $self->last_error("Invalid suid '$suid'");
           return;
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {      }
         return $vals;  
     }      return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );
     else {  }
         return;  
     }  =pod
 }  
   =head2 B<sudb_modify> - changes the su information in the sudb
 =pod  
   Takes either the  suid of the su to change
 =head2 B<disable_tftpd> - disable the TFTP server  as well as what you are changing, either "cir, mir or su2su"
   and returns true on success or undef otherwise.
 runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'  
   cir and mir also take a value to set the cir/mir to.
 =cut  
   su2su takes a group id parameter that is in hex.
 sub disable_tftpd {  
     my $self = shift;    $t->sudb_modify($suid, 'cir', 512);
   
     my $vals = $self->tftpd( args => 'off' );  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {  
         return $vals;  =cut
     }  
     else {  sub sudb_modify {
         return;      my $self  = shift;
     }      my $suid  = shift;
 }      my $opt   = shift;
       my $value = shift;
 =pod  
       if ( $suid =~ /\D/ ) {
 =head2 B<cmd> - runs a command on the AP.          $self->last_error("Invalid suid '$suid'");
           return;
 This does most of the work.  At the heart, it calls Net::Telnet::cmd()      }
 but it also does some special stuff for Trango.  
       if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {
 Normally returns the last lines from from the command          if ( $value =~ /\D/ ) {
               $self->last_error("Invalid $opt '$value'");
 If you are using this, rather than one of the "easy" methods above,              return;
 you probably want to read through the source of this module to see how          }
 some of the other commands are called.      }
       elsif ( lc($opt) eq 'su2su' ) {
 In addition to the Net::Telnet::cmd() options, it also accepts these:          if ( $value =~ /[^0-9A-Za-f]/ ) {
               $self->last_error("Invalid MAC '$value'");
 I<decode>              return;
 - if this is true, then it will send the output lines to _decode_lines()          }
 and then returns the decoded output      }
       else {
 I<no_prompt>          $self->last_error("Invalid option '$opt'");
 - if this is true, it does not wait for a prompt, so you are not stuck          return;
 waiting for something that will never happen.      }
   
 I<cmd_disconnects>      my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;
 - if this is true, it then sets logged_in() to false, then it will  
 close() the connection and set is_connected() to false      return $self->cmd( String => $string, expect => $success );
   }
 I<expect>  
 - if this is set (usually to 'Success.') it will check for that in the  =pod
 last line of output and if it does not, will return undef because the  
 command probably failed  =head2 B<enable_tftpd> - enable the TFTP server
   
 I<args>  runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing
 - a string containing the command line options that are passed to the  
 command  =cut
   
     $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );  sub enable_tftpd {
       my $self = shift;
 =cut  
       my $vals = $self->tftpd( args => 'on' );
 sub cmd {  
     my $self = shift;      if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {
           return $vals;
     my @valid_net_telnet_opts = qw(      }
       String      else {
       Output          return;
       Cmd_remove_mode      }
       Errmode  }
       Input_record_separator  
       Ors  =pod
       Output_record_separator  
       Prompt  =head2 B<disable_tftpd> - disable the TFTP server
       Rs  
       Timeout  runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'
     );  
   =cut
     my %cfg;  
     if ( @_ == 1 ) {  sub disable_tftpd {
         $cfg{'String'} = shift;      my $self = shift;
     }  
     elsif ( @_ > 1 ) {      my $vals = $self->tftpd( args => 'off' );
         %cfg = @_;  
     }      if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {
           return $vals;
     $cfg{'Timeout'} ||= $self->Timeout;      }
       else {
     unless ( $cfg{'String'} ) {          return;
         $self->last_error("No command passed");      }
         return;  }
     }  
   =pod
     unless ( $self->is_connected ) {  
         $self->last_error("Not connected");  =head2 B<cmd> - runs a command on the AP.
         return;  
     }  This does most of the work.  At the heart, it calls Net::Telnet::cmd()
   but it also does some special stuff for Trango.
     unless ( $self->logged_in ) {  
         $self->last_error("Not logged in");  Normally returns the last lines from from the command
         return;  
     }  If you are using this, rather than one of the "easy" methods above,
   you probably want to read through the source of this module to see how
     my %cmd;  some of the other commands are called.
     foreach (@valid_net_telnet_opts) {  
         if ( exists $cfg{$_} ) {  In addition to the Net::Telnet::cmd() options, it also accepts these:
             $cmd{$_} = $cfg{$_};  
         }  I<decode>
     }  - if this is true, then it will send the output lines to _decode_lines()
     if ( $cfg{'args'} ) {  and then returns the decoded output
         $cmd{'String'} .= $SPACE . $cfg{'args'};  
     }  I<no_prompt>
   - if this is true, it does not wait for a prompt, so you are not stuck
     my @lines;  waiting for something that will never happen.
     if ( $cfg{'no_prompt'} ) {  
         $self->print( $cmd{'String'} );  I<cmd_disconnects>
         @lines = $self->lastline;  - if this is true, it then sets logged_in() to false, then it will
     }  close() the connection and set is_connected() to false
     else {  
         @lines = $self->SUPER::cmd(%cmd);  I<expect>
     }  - if this is set (usually to 'Success.') it will check for that in the
   last line of output and if it does not, will return undef because the
     $self->last_lines( \@lines );  command probably failed
   
     my $vals = 1;  I<args>
     if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {  - a string containing the command line options that are passed to the
         if ( $cfg{'decode'} eq 'each' ) {  command
             $vals = _decode_each_line(@lines);  
         }      $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );
         elsif ( $cfg{'decode'} eq 'sulog' ) {  
             $vals = _decode_sulog(@lines);  =cut
         }  
         elsif ( $cfg{'decode'} eq 'maclist' ) {  sub cmd {
             $vals = _decode_maclist(@lines);      my $self = shift;
         }  
         else {      my @valid_net_telnet_opts = qw(
             $vals = _decode_lines(@lines);          String
         }          Output
     }          Cmd_remove_mode
           Errmode
     $self->last_vals($vals);          Input_record_separator
           Ors
     my $last = $self->lastline;          Output_record_separator
           Prompt
     if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {          Rs
         if ( $cfg{'cmd_disconnects'} ) {          Timeout
             $self->logged_in(0);      );
             $self->close;  
             $self->is_connected(0);      my %cfg;
         }      if ( @_ == 1 ) {
           $cfg{'String'} = shift;
         if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {      }
             return $vals;      elsif ( @_ > 1 ) {
         }          %cfg = @_;
         else {      }
             return \@lines;  
         }      $cfg{'Timeout'} ||= $self->Timeout;
     }  
     else {      unless ( $cfg{'String'} ) {
         my $err;          $self->last_error("No command passed");
         if (grep { /\[ERR\]/ } @lines) {          return;
             $err = _decode_lines(@lines);      }
         }  
       unless ( $self->is_connected ) {
         if (ref $err eq 'HASH' && $err ->{ERR}) {          $self->last_error("Not connected");
             $self->last_error($err->{ERR} );          return;
         } else {      }
             $self->last_error("Error with command ($cfg{'String'}): $last");  
         }      unless ( $self->logged_in ) {
         return;          $self->last_error("Not logged in");
     }          return;
 }      }
   
 #=item _decode_lines      my %cmd;
       foreach (@valid_net_telnet_opts) {
 sub _decode_lines {          if ( exists $cfg{$_} ) {
     my @lines = @_;              $cmd{$_} = $cfg{$_};
           }
     my %conf;      }
       if ( $cfg{'args'} ) {
     my $key = $EMPTY;          $cmd{'String'} .= $SPACE . $cfg{'args'};
     my $val = undef;      }
     my @vals;  
     my $in_key = 0;      #print "Running cmd $cmd{String}\n";
     my $in_val = 1;      my @lines;
       if ( $cfg{'no_prompt'} ) {
     foreach my $line (@lines) {          $self->print( $cmd{'String'} );
         next if $line =~ /$success$/;          @lines = $self->lastline;
       }
         my @chars = split //, $line;      else {
           @lines = $self->SUPER::cmd(%cmd);
         my $last_key = $EMPTY;      }
         foreach my $c (@chars) {  
       $self->last_lines( \@lines );
             if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {  
                 if ( $c eq '[' ) {      my $last   = $self->lastline;
                     $in_key = 1;      my $prompt = $self->prompt;
                     $in_val = 0;      $prompt =~ s{^/}{}xms;
                 }      $prompt =~ s{/[gixms]*$}{}xms;
                 else {      while ( @lines && $last =~ qr($prompt) ) {
                     $in_key = 0;          pop @lines;
                     $in_val = 1;          $last = $lines[-1];
                 }      }
       $self->last_error($EMPTY);
                 if ($key) {  
                     $key =~ s/^\s+//;      my $vals = 1;
                     $key =~ s/\s+$//;      if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
           if ( $cfg{'decode'} eq 'each' ) {
                     if ($val) {              $vals = _decode_each_line(@lines);
                         $val =~ s/^\s+//;          }
                         $val =~ s/\s+$//;          elsif ( $cfg{'decode'} eq 'sulog' ) {
                     }              $vals = _decode_sulog(@lines);
           }
                     if ( $key eq 'Checksum' && $last_key ) {          elsif ( $cfg{'decode'} eq 'maclist' ) {
               $vals = _decode_maclist(@lines);
                         # Special case for these bastids.              if ( !$vals ) {
                         my $new = $last_key;                  $self->last_error("Error decoding maclist");
                         $new =~ s/\s+\S+$//;              }
                         $key = $new . $SPACE . $key;          }
                     }          elsif ( $cfg{'decode'} eq 'linktest' ) {
               $vals = _decode_linktest(@lines);
                     $conf{$key} = $val;              if ( !$vals ) {
                     $last_key   = $key;                  $self->last_error("Error decoding linktest");
                     $key        = $EMPTY;              }
                 }          }
                 elsif ($val) {          else {
                     push @vals, $val;              $vals = _decode_lines(@lines);
                 }          }
                 $val = $EMPTY;      }
       $self->last_vals($vals);
             }  
             elsif ( $c eq ']' ) {      if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {
                 $in_val = 1;          if ( $cfg{'cmd_disconnects'} ) {
                 $in_key = 0;              $self->logged_in(0);
                 $c      = shift @chars;              $self->close;
               $self->is_connected(0);
             }          }
             elsif ($in_key) {  
                 $key .= $c;          if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
               return $vals;
             }          }
             elsif ($in_val) {          else {
                 $val .= $c;              return \@lines;
             }          }
         }      }
     }      else {
           my $err;
     unless ($key) {          if ( grep {/\[ERR\]/} @lines ) {
         push @vals, $val;              $err = _decode_lines(@lines);
     }          }
   
     if ( @vals == 1 ) {          if ( ref $err eq 'HASH' && $err->{ERR} ) {
         $val = $vals[0];              $self->last_error( $err->{ERR} );
     }          }
     elsif (@vals) {          else {
         $val = \@vals;              $self->last_error("Error with command ($cmd{'String'}): $last");
     }          }
     else {          return;
         $val = undef;      }
     }  }
   
     if (%conf) {  #=item _decode_lines
         $conf{_pre} = $val if $val;  
         return \%conf;  sub _decode_lines {
     }      my @lines = @_;
     else {  
         return $val;      my %conf;
     }  
 }      my $key = $EMPTY;
       my $val = undef;
 #=item _decode_each_line      my @vals;
       my $in_key = 0;
 sub _decode_each_line {      my $in_val = 1;
     my @lines = @_;  
     my @decoded;  LINE: while ( my $line = shift @lines ) {
     foreach my $line (@lines) {          next LINE if $line =~ /$success\Z/;
         my $decoded = _decode_lines($line);          next LINE if $line =~ /^ \*+ \s+ \d+ \s+ \*+ \Z/xms;
         push @decoded, $decoded if defined $decoded;  
     }          # Special decode for sysinfo on a TrangoLink 45
     return \@decoded;          if ( $line =~ /^(.* Channel \s+ Table):\s*(.*)\Z/xms ) {
 }              my $key  = $1;
               my $note = $2;
 #=item _decode_sulog  
               my %vals;
 sub _decode_sulog {              while ( $line = shift @lines ) {
     my @lines = @_;                  if ( $line =~ /^\Z/ ) {
     my @decoded;                      $conf{$key} = \%vals;
     my $last_tm;                      $conf{$key}{note} = $note;
     foreach my $line (@lines) {                      next LINE;
         my $decoded = _decode_lines($line);                  }
   
         if ( defined $decoded ) {                  my $decoded = _decode_lines($line);
             if ( $decoded->{'tm'} ) {                  if ($decoded) {
                 $last_tm = $decoded->{'tm'};                      %vals = ( %vals, %{$decoded} );
                 next;                  }
             }              }
             else {          }
                 $decoded->{'tm'} = $last_tm;  
             }          # Another special decode for the TrangoLink
             next unless $last_tm;          elsif (
               $line =~ /^
             push @decoded, $decoded if defined $decoded;              RF \s Band \s \#
         }              (\d+) \s+
     }              \( ([^\)]+) \) \s*
     return \@decoded;              (.*)$
 }          /xms
               )
 #=item _decode_maclist          {
               my $num   = $1;
 sub _decode_maclist {              my $band  = $2;
     my @lines = @_;              my $extra = $3;
     my @decoded;  
     my $total_entries = 0;              if ( $extra =~ /\[/ ) {
     my $current_tm    = 0;                  my $decoded = _decode_lines($extra);
     foreach my $line (@lines) {                  $conf{'RF Band'}{$num} = $decoded;
         $line =~ s/\r?\n$//;              }
         my ( $mac, $loc, $tm ) = $line =~ /              else {
             ([0-9a-fA-F ]{17})\s+                  $conf{'RF Band'}{$num}{$extra} = 1;
             (.*)\s+              }
             tm\s+              next LINE;
             (\d+)          }
         /x;  
           my @chars = split //, $line;
         if ($mac) {  
             $mac =~ s/\s+//g;          my $last_key = $EMPTY;
             $loc =~ s/^\s+//;          foreach my $c (@chars) {
             $loc =~ s/\s+$//;  
               if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {
             my $suid = undef;                  if ( $c eq '[' ) {
             if ( $loc =~ /suid\s+=\s+(\d+)/ ) {                      $in_key = 1;
                 $suid = $1;                      $in_val = 0;
                 $loc  = undef;                  }
             }                  else {
                       $in_key = 0;
             push @decoded,                      $in_val = 1;
               {                  }
                 mac  => $mac,  
                 loc  => $loc,                  if ($key) {
                 tm   => $tm,                      $key =~ s/^\s+//;
                 suid => $suid,                      $key =~ s/\s+$//;
               };  
         }                      if ($val) {
         elsif ( $line =~ /(\d+)\s+entries/ ) {                          $val =~ s/^\s+//;
             $total_entries = $1;                          $val =~ s/\s+$//;
         }                      }
         elsif ( $line =~ /current tm = (\d+)\s+sec/ ) {  
             $current_tm = $1;                      if ( $key eq 'Checksum' && $last_key ) {
         }  
     }                          # Special case for these bastids.
                           my $new = $last_key;
     map { $_->{'cur_tm'} = $current_tm } @decoded;                          $new =~ s/\s+\S+$//;
                           $key = $new . $SPACE . $key;
     if ( scalar @decoded == $total_entries ) {                      }
         return \@decoded;  
     }                      $conf{$key} = $val;
     else {                      $last_key   = $key;
                       $key        = $EMPTY;
         # XXX we should have a way to set last error, not sure why we don't                  }
         return;                  elsif ($val) {
     }                      push @vals, $val;
 }                  }
                   $val = $EMPTY;
 1;    # End of Net::Telnet::Trango  
 __END__              }
               elsif ( $c eq ']' ) {
 =head1 SEE ALSO                  $in_val = 1;
                   $in_key = 0;
 Trango Documentation -                  $c      = shift @chars;
 L<http://www.trangobroadband.com/support/product_docs.htm>  
               }
 L<Net::Telnet>              elsif ($in_key) {
                   $key .= $c;
 =head1 TODO  
               }
 There are still a lot of commands that are not accessed directly.  If              elsif ($in_val) {
 you call them (as cmd("command + args") or whatever) and it works,                  $val .= $c;
 please send me examples that work and I will try to get it incorporated              }
 into the next version of the script.          }
       }
 I also want to be able to parse the different types of output from  
 commands like su, sudb all and anything else that would be better      unless ($key) {
 available as a perl datastructure.          push @vals, $val;
       }
 =head1 AUTHOR  
       if ( @vals == 1 ) {
 Andrew Fresh E<lt>andrew@rraz.netE<gt>          $val = $vals[0];
       }
 =head1 SUPPORT      elsif (@vals) {
           $val = \@vals;
 You can find documentation for this module with the perldoc command.      }
       else {
     perldoc Net::Telnet::Trango          $val = undef;
       }
 You can also look for information at:  
       if (%conf) {
 =over 4          $conf{_pre} = $val if $val;
           return \%conf;
 =item * AnnoCPAN: Annotated CPAN documentation      }
       else {
 L<http://annocpan.org/dist/Net-Telnet-Trango>          return $val;
       }
 =item * CPAN Ratings  }
   
 L<http://cpanratings.perl.org/d/Net-Telnet-Trango>  #=item _decode_each_line
   
 =item * RT: CPAN's request tracker  sub _decode_each_line {
       my @lines = @_;
 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Telnet-Trango>      my @decoded;
       foreach my $line (@lines) {
 =item * Search CPAN          my $decoded = _decode_lines($line);
           push @decoded, $decoded if defined $decoded;
 L<http://search.cpan.org/dist/Net-Telnet-Trango>      }
       return \@decoded;
 =back  }
   
 =head1 COPYRIGHT AND LICENSE  #=item _decode_linktest
   
 Copyright (C) 2005,2006,2007 by Andrew Fresh  sub _decode_linktest {
       my @lines = @_;
 This program is free software; you can redistribute it and/or modify it      my %decoded;
 under the same terms as Perl itself.      foreach my $line (@lines) {
   
 =cut          if ( $line =~ s/^(\d+) \s+ //xms ) {
               my $line_id = $1;
               my ( $tm, $rt );
               if ( $line =~ s/\s+ (\d+ \s+ \w+) \s* $//xms ) {
                   $rt = $1;
               }
               if ( $line =~ s/\s+ (\d+ \s+ \w+) \s* $//xms ) {
                   $tm = $1;
               }
   
               my $d = _decode_lines( $line . "\n" );
               $decoded{tests}[$line_id]         = $d;
               $decoded{tests}[$line_id]{'time'} = $tm;
               $decoded{tests}[$line_id]{rate}   = $rt;
           }
   
           else {
               my $d = _decode_lines( $line . "\n" );
               if ($d) {
                   while ( my ( $k, $v ) = each %{$d} ) {
                       $decoded{$k} = $v;
                   }
               }
           }
   
       }
       return \%decoded;
   }
   
   #=item _decode_sulog
   
   sub _decode_sulog {
       my @lines = @_;
       my @decoded;
       my $last_tm;
       foreach my $line (@lines) {
           my $decoded = _decode_lines($line);
   
           if ( defined $decoded ) {
               if ( $decoded->{'tm'} ) {
                   $last_tm = $decoded->{'tm'};
                   next;
               }
               else {
                   $decoded->{'tm'} = $last_tm;
               }
               next unless $last_tm;
   
               push @decoded, $decoded if defined $decoded;
           }
       }
       return \@decoded;
   }
   
   #=item _decode_maclist
   
   sub _decode_maclist {
       my @lines = @_;
       my @decoded;
       my $total_entries = 0;
       my $current_tm    = 0;
       foreach my $line (@lines) {
           $line =~ s/\r?\n$//;
           my ( $mac, $loc, $tm ) = $line =~ /
               ([0-9a-fA-F ]{17})\s+
               (.*)\s+
               tm\s+
               (\d+)
           /x;
   
           if ($mac) {
               $mac =~ s/\s+//g;
               $loc =~ s/^\s+//;
               $loc =~ s/\s+$//;
   
               my $suid = undef;
               if ( $loc =~ /suid\s+=\s+(\d+)/ ) {
                   $suid = $1;
                   $loc  = undef;
               }
   
               push @decoded,
                   {
                   mac  => $mac,
                   loc  => $loc,
                   tm   => $tm,
                   suid => $suid,
                   };
           }
           elsif ( $line =~ /(\d+)\s+entries/ ) {
               $total_entries = $1;
           }
           elsif ( $line =~ /current tm = (\d+)\s+sec/ ) {
               $current_tm = $1;
           }
       }
   
       map { $_->{'cur_tm'} = $current_tm } @decoded;
   
       if ( scalar @decoded == $total_entries ) {
           return \@decoded;
       }
       else {
           return;
       }
   }
   
   1;    # End of Net::Telnet::Trango
   __END__
   
   =head1 SEE ALSO
   
   Trango Documentation -
   L<http://www.trangobroadband.com/support/product_docs.htm>
   
   L<Net::Telnet>
   
   =head1 TODO
   
   There are still a lot of commands that are not accessed directly.  If
   you call them (as cmd("command + args") or whatever) and it works,
   please send me examples that work and I will try to get it incorporated
   into the next version of the script.
   
   I also want to be able to parse the different types of output from
   commands like su, sudb all and anything else that would be better
   available as a perl datastructure.
   
   =head1 AUTHOR
   
   Andrew Fresh E<lt>andrew@rraz.netE<gt>
   
   =head1 SUPPORT
   
   You can find documentation for this module with the perldoc command.
   
       perldoc Net::Telnet::Trango
   
   You can also look for information at:
   
   =over 4
   
   =item * AnnoCPAN: Annotated CPAN documentation
   
   L<http://annocpan.org/dist/Net-Telnet-Trango>
   
   =item * CPAN Ratings
   
   L<http://cpanratings.perl.org/d/Net-Telnet-Trango>
   
   =item * RT: CPAN's request tracker
   
   L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Telnet-Trango>
   
   =item * Search CPAN
   
   L<http://search.cpan.org/dist/Net-Telnet-Trango>
   
   =back
   
   =head1 COPYRIGHT AND LICENSE
   
   Copyright (C) 2005,2006,2007 by Andrew Fresh
   
   This program is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.
   
   =cut

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.57

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>