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

version 1.38, 2007/02/06 16:22:46 version 1.58, 2009/07/13 17:33:45
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.57 2009/07/09 21:50:03 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.04';
   
 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/ ) {              (\d+)
         $self->last_error("Invalid CIR '$cir'");              \s+
         return;              ([[:xdigit:]\s]+)
     }          $/ixms
               )
     if ( $mir =~ /\D/ ) {          {
         $self->last_error("Invalid MIR '$mir'");              my %s = (
         return;                  suid  => $1,
     }                  su2su => $2 ? $2 : undef,
                   type  => $3 == 1 ? 'reg' : $3 == 5 ? 'pri' : $3,
     my $new_mac = $mac;                  cir   => $4,
     $new_mac =~ s/[^0-9A-Fa-f]//;                  mir   => $5,
     unless ( length $new_mac == 12 ) {                  mac   => $6,
         $self->last_error("Invalid MAC '$mac'");              );
         return;  
     }              $s{'mac'} =~ s/\s//gxms;
     $new_mac = join $SPACE, $new_mac =~ /../g;              $s{'mac'} = uc( $s{'mac'} );
   
     my $string =              push @sus, \%s;
       'sudb add ' . $suid . $SPACE . $type . $SPACE . $cir . $SPACE . $mir . $SPACE          }
       . $new_mac;      }
   
     return $self->cmd( String => $string, expect => $success );      return \@sus;
 }  }
   
 =pod  =pod
   
 =head2 B<sudb_delete> - removes an su from the sudb  =head2 B<sudb_add> - Adds an su to the sudb
   
 Takes either 'all' or the  suid of the su to delete  Takes the following paramaters
 and returns true on success or undef otherwise.  
       suid : numeric,
   $t->sudb_delete($suid);      type : (reg|pr)
       cir  : numeric,
 You should save_sudb() after calling this, or your changes  will be lost      mir  : numeric,
 when the AP is rebooted.      mac  : Almost any format, it will be reformatted,
   
 =cut  and returns true on success or undef otherwise.
   
 sub sudb_delete {    $t->sudb_add($suid, 'reg', $cir, $mir, $mac);
     my $self = shift;  
     my $suid = shift;  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
     #if (lc($suid) ne 'all' || $suid =~ /\D/) {  
     if ( $suid =~ /\D/ ) {  =cut
         $self->last_error("Invalid suid '$suid'");  
         return;  sub sudb_add {
     }      my $self = shift;
       my $suid = shift;
     return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );      my $type = shift;
 }      my $cir  = shift;
       my $mir  = shift;
 =pod      my $mac  = shift;
   
 =head2 B<sudb_modify> - changes the su information in the sudb      if ( $suid =~ /\D/ ) {
           $self->last_error("Invalid suid '$suid'");
 Takes either the  suid of the su to change          return;
 as well as what you are changing, either "cir, mir or su2su"      }
 and returns true on success or undef otherwise.  
       unless ( lc($type) eq 'reg' || lc($type) eq 'pr' ) {
 cir and mir also take a value to set the cir/mir to.          $self->last_error("Invalid type '$type'");
           return;
 su2su takes a group id parameter that is in hex.      }
   
   $t->sudb_modify($suid, 'cir', 512);      if ( $cir =~ /\D/ ) {
           $self->last_error("Invalid CIR '$cir'");
 You should save_sudb() after calling this, or your changes  will be lost          return;
 when the AP is rebooted.      }
   
 =cut      if ( $mir =~ /\D/ ) {
           $self->last_error("Invalid MIR '$mir'");
 sub sudb_modify {          return;
     my $self  = shift;      }
     my $suid  = shift;  
     my $opt   = shift;      my $new_mac = $mac;
     my $value = shift;      $new_mac =~ s/[^0-9A-Fa-f]//g;
       unless ( length $new_mac == 12 ) {
     if ( $suid =~ /\D/ ) {          $self->last_error("Invalid MAC '$mac'");
         $self->last_error("Invalid suid '$suid'");          return;
         return;      }
     }      $new_mac = join $SPACE, $new_mac =~ /../g;
   
     if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {      my $string
         if ( $value =~ /\D/ ) {          = 'sudb add '
             $self->last_error("Invalid $opt '$value'");          . $suid
             return;          . $SPACE
         }          . $type
     }          . $SPACE
     elsif ( lc($opt) eq 'su2su' ) {          . $cir
         if ( $value =~ /[^0-9A-Za-f]/ ) {          . $SPACE
             $self->last_error("Invalid MAC '$value'");          . $mir
             return;          . $SPACE
         }          . $new_mac;
     }  
     else {      return $self->cmd( String => $string, expect => $success );
         $self->last_error("Invalid option '$opt'");  }
         return;  
     }  =pod
   
     my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;  =head2 B<sudb_delete> - removes an su from the sudb
   
     return $self->cmd( String => $string, expect => $success );  Takes either 'all' or the  suid of the su to delete
 }  and returns true on success or undef otherwise.
   
 =pod    $t->sudb_delete($suid);
   
 =head2 B<enable_tftpd> - enable the TFTP server  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
 runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing  
   =cut
 =cut  
   sub sudb_delete {
 sub enable_tftpd {      my $self = shift;
     my $self = shift;      my $suid = shift;
   
     my $vals = $self->tftpd( args => 'on' );      #if (lc($suid) ne 'all' || $suid =~ /\D/) {
       if ( $suid =~ /\D/ ) {
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {          $self->last_error("Invalid suid '$suid'");
         return $vals;          return;
     }      }
     else {  
         return;      return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );
     }  }
 }  
   =pod
 =pod  
   =head2 B<sudb_modify> - changes the su information in the sudb
 =head2 B<disable_tftpd> - disable the TFTP server  
   Takes either the  suid of the su to change
 runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'  as well as what you are changing, either "cir, mir or su2su"
   and returns true on success or undef otherwise.
 =cut  
   cir and mir also take a value to set the cir/mir to.
 sub disable_tftpd {  
     my $self = shift;  su2su takes a group id parameter that is in hex.
   
     my $vals = $self->tftpd( args => 'off' );    $t->sudb_modify($suid, 'cir', 512);
   
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {  You should save_sudb() after calling this, or your changes  will be lost
         return $vals;  when the AP is rebooted.
     }  
     else {  =cut
         return;  
     }  sub sudb_modify {
 }      my $self  = shift;
       my $suid  = shift;
 =pod      my $opt   = shift;
       my $value = shift;
 =head2 B<cmd> - runs a command on the AP.  
       if ( $suid =~ /\D/ ) {
 This does most of the work.  At the heart, it calls Net::Telnet::cmd()          $self->last_error("Invalid suid '$suid'");
 but it also does some special stuff for Trango.          return;
       }
 Normally returns the last lines from from the command  
       if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {
 If you are using this, rather than one of the "easy" methods above,          if ( $value =~ /\D/ ) {
 you probably want to read through the source of this module to see how              $self->last_error("Invalid $opt '$value'");
 some of the other commands are called.              return;
           }
 In addition to the Net::Telnet::cmd() options, it also accepts these:      }
       elsif ( lc($opt) eq 'su2su' ) {
 I<decode>          if ( $value =~ /[^0-9A-Za-f]/ ) {
 - if this is true, then it will send the output lines to _decode_lines()              $self->last_error("Invalid MAC '$value'");
 and then returns the decoded output              return;
           }
 I<no_prompt>      }
 - if this is true, it does not wait for a prompt, so you are not stuck      else {
 waiting for something that will never happen.          $self->last_error("Invalid option '$opt'");
           return;
 I<cmd_disconnects>      }
 - if this is true, it then sets logged_in() to false, then it will  
 close() the connection and set is_connected() to false      my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;
   
 I<expect>      return $self->cmd( String => $string, expect => $success );
 - 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  
 command probably failed  =pod
   
 I<args>  =head2 B<enable_tftpd> - enable the TFTP server
 - a string containing the command line options that are passed to the  
 command  runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing
   
     $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );  =cut
   
 =cut  sub enable_tftpd {
       my $self = shift;
 sub cmd {  
     my $self = shift;      my $vals = $self->tftpd( args => 'on' );
   
     my @valid_net_telnet_opts = qw(      if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {
       String          return $vals;
       Output      }
       Cmd_remove_mode      else {
       Errmode          return;
       Input_record_separator      }
       Ors  }
       Output_record_separator  
       Prompt  =pod
       Rs  
       Timeout  =head2 B<disable_tftpd> - disable the TFTP server
     );  
   runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'
     my %cfg;  
     if ( @_ == 1 ) {  =cut
         $cfg{'String'} = shift;  
     }  sub disable_tftpd {
     elsif ( @_ > 1 ) {      my $self = shift;
         %cfg = @_;  
     }      my $vals = $self->tftpd( args => 'off' );
   
     $cfg{'Timeout'} ||= $self->Timeout;      if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {
           return $vals;
     unless ( $cfg{'String'} ) {      }
         $self->last_error("No command passed");      else {
         return;          return;
     }      }
   }
     unless ( $self->is_connected ) {  
         $self->last_error("Not connected");  =pod
         return;  
     }  =head2 B<cmd> - runs a command on the AP.
   
     unless ( $self->logged_in ) {  This does most of the work.  At the heart, it calls Net::Telnet::cmd()
         $self->last_error("Not logged in");  but it also does some special stuff for Trango.
         return;  
     }  Normally returns the last lines from from the command
   
     my %cmd;  If you are using this, rather than one of the "easy" methods above,
     foreach (@valid_net_telnet_opts) {  you probably want to read through the source of this module to see how
         if ( exists $cfg{$_} ) {  some of the other commands are called.
             $cmd{$_} = $cfg{$_};  
         }  In addition to the Net::Telnet::cmd() options, it also accepts these:
     }  
     if ( $cfg{'args'} ) {  I<decode>
         $cmd{'String'} .= $SPACE . $cfg{'args'};  - if this is true, then it will send the output lines to _decode_lines()
     }  and then returns the decoded output
   
     my @lines;  I<no_prompt>
     if ( $cfg{'no_prompt'} ) {  - if this is true, it does not wait for a prompt, so you are not stuck
         $self->print( $cmd{'String'} );  waiting for something that will never happen.
         @lines = $self->lastline;  
     }  I<cmd_disconnects>
     else {  - if this is true, it then sets logged_in() to false, then it will
         @lines = $self->SUPER::cmd(%cmd);  close() the connection and set is_connected() to false
     }  
   I<expect>
     $self->last_lines( \@lines );  - 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
     my $vals = 1;  command probably failed
     if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {  
         if ( $cfg{'decode'} eq 'each' ) {  I<args>
             $vals = _decode_each_line(@lines);  - a string containing the command line options that are passed to the
         }  command
         elsif ( $cfg{'decode'} eq 'sulog' ) {  
             $vals = _decode_sulog(@lines);      $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );
         }  
         elsif ( $cfg{'decode'} eq 'maclist' ) {  =cut
             $vals = _decode_maclist(@lines);  
         }  sub cmd {
         else {      my $self = shift;
             $vals = _decode_lines(@lines);  
         }      my @valid_net_telnet_opts = qw(
     }          String
           Output
     $self->last_vals($vals);          Cmd_remove_mode
           Errmode
     my $last = $self->lastline;          Input_record_separator
           Ors
     if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {          Output_record_separator
         if ( $cfg{'cmd_disconnects'} ) {          Prompt
             $self->logged_in(0);          Rs
             $self->close;          Timeout
             $self->is_connected(0);      );
         }  
       my %cfg;
         if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {      if ( @_ == 1 ) {
             return $vals;          $cfg{'String'} = shift;
         }      }
         else {      elsif ( @_ > 1 ) {
             return \@lines;          %cfg = @_;
         }      }
     }  
     else {      $cfg{'Timeout'} ||= $self->Timeout;
         my $err;  
         if (grep { /\[ERR\]/ } @lines) {      unless ( $cfg{'String'} ) {
             $err = _decode_lines(@lines);          $self->last_error("No command passed");
         }          return;
       }
         if (ref $err eq 'HASH' && $err ->{ERR}) {  
             $self->last_error($err->{ERR} );      unless ( $self->is_connected ) {
         } else {          $self->last_error("Not connected");
             $self->last_error("Error with command ($cfg{'String'}): $last");          return;
         }      }
         return;  
     }      unless ( $self->logged_in ) {
 }          $self->last_error("Not logged in");
           return;
 #=item _decode_lines      }
   
 sub _decode_lines {      my %cmd;
     my @lines = @_;      foreach (@valid_net_telnet_opts) {
           if ( exists $cfg{$_} ) {
     my %conf;              $cmd{$_} = $cfg{$_};
           }
     my $key = $EMPTY;      }
     my $val = undef;      if ( $cfg{'args'} ) {
     my @vals;          $cmd{'String'} .= $SPACE . $cfg{'args'};
     my $in_key = 0;      }
     my $in_val = 1;  
       #print "Running cmd $cmd{String}\n";
     foreach my $line (@lines) {      my @lines;
         next if $line =~ /$success$/;      if ( $cfg{'no_prompt'} ) {
           $self->print( $cmd{'String'} );
         my @chars = split //, $line;          @lines = $self->lastline;
       }
         my $last_key = $EMPTY;      else {
         foreach my $c (@chars) {          @lines = $self->SUPER::cmd(%cmd);
       }
             if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {  
                 if ( $c eq '[' ) {      $self->last_lines( \@lines );
                     $in_key = 1;  
                     $in_val = 0;      my $last   = $self->lastline;
                 }      my $prompt = $self->prompt;
                 else {      $prompt =~ s{^/}{}xms;
                     $in_key = 0;      $prompt =~ s{/[gixms]*$}{}xms;
                     $in_val = 1;      while ( @lines && $last =~ qr($prompt) ) {
                 }          pop @lines;
           $last = $lines[-1];
                 if ($key) {      }
                     $key =~ s/^\s+//;      $self->last_error($EMPTY);
                     $key =~ s/\s+$//;  
       my $vals = 1;
                     if ($val) {      if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
                         $val =~ s/^\s+//;          if ( $cfg{'decode'} eq 'each' ) {
                         $val =~ s/\s+$//;              $vals = _decode_each_line(@lines);
                     }          }
           elsif ( $cfg{'decode'} eq 'sulog' ) {
                     if ( $key eq 'Checksum' && $last_key ) {              $vals = _decode_sulog(@lines);
           }
                         # Special case for these bastids.          elsif ( $cfg{'decode'} eq 'maclist' ) {
                         my $new = $last_key;              $vals = _decode_maclist(@lines);
                         $new =~ s/\s+\S+$//;              if ( !$vals ) {
                         $key = $new . $SPACE . $key;                  $self->last_error("Error decoding maclist");
                     }              }
           }
                     $conf{$key} = $val;          elsif ( $cfg{'decode'} eq 'linktest' ) {
                     $last_key   = $key;              $vals = _decode_linktest(@lines);
                     $key        = $EMPTY;              if ( !$vals ) {
                 }                  $self->last_error("Error decoding linktest");
                 elsif ($val) {              }
                     push @vals, $val;          }
                 }          else {
                 $val = $EMPTY;              $vals = _decode_lines(@lines);
           }
             }      }
             elsif ( $c eq ']' ) {      $self->last_vals($vals);
                 $in_val = 1;  
                 $in_key = 0;      if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {
                 $c      = shift @chars;          if ( $cfg{'cmd_disconnects'} ) {
               $self->logged_in(0);
             }              $self->close;
             elsif ($in_key) {              $self->is_connected(0);
                 $key .= $c;          }
   
             }          if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
             elsif ($in_val) {              return $vals;
                 $val .= $c;          }
             }          else {
         }              return \@lines;
     }          }
       }
     unless ($key) {      else {
         push @vals, $val;          my $err;
     }          if ( grep {/\[ERR\]/} @lines ) {
               $err = _decode_lines(@lines);
     if ( @vals == 1 ) {          }
         $val = $vals[0];  
     }          if ( ref $err eq 'HASH' && $err->{ERR} ) {
     elsif (@vals) {              $self->last_error( $err->{ERR} );
         $val = \@vals;          }
     }          else {
     else {              $self->last_error("Error with command ($cmd{'String'}): $last");
         $val = undef;          }
     }          return;
       }
     if (%conf) {  }
         $conf{_pre} = $val if $val;  
         return \%conf;  #=item _decode_lines
     }  
     else {  sub _decode_lines {
         return $val;      my @lines = @_;
     }  
 }      my %conf;
   
 #=item _decode_each_line      my $key = $EMPTY;
       my $val = undef;
 sub _decode_each_line {      my @vals;
     my @lines = @_;      my $in_key = 0;
     my @decoded;      my $in_val = 1;
     foreach my $line (@lines) {  
         my $decoded = _decode_lines($line);  LINE: while ( my $line = shift @lines ) {
         push @decoded, $decoded if defined $decoded;          next LINE if $line =~ /$success\Z/;
     }          next LINE if $line =~ /^ \*+ \s+ \d+ \s+ \*+ \Z/xms;
     return \@decoded;  
 }          # Special decode for sysinfo on a TrangoLink 45
           if ( $line =~ /^(.* Channel \s+ Table):\s*(.*)\Z/xms ) {
 #=item _decode_sulog              my $key  = $1;
               my $note = $2;
 sub _decode_sulog {  
     my @lines = @_;              my %vals;
     my @decoded;              while ( $line = shift @lines ) {
     my $last_tm;                  if ( $line =~ /^\Z/ ) {
     foreach my $line (@lines) {                      $conf{$key} = \%vals;
         my $decoded = _decode_lines($line);                      $conf{$key}{note} = $note;
                       next LINE;
         if ( defined $decoded ) {                  }
             if ( $decoded->{'tm'} ) {  
                 $last_tm = $decoded->{'tm'};                  my $decoded = _decode_lines($line);
                 next;                  if ($decoded) {
             }                      %vals = ( %vals, %{$decoded} );
             else {                  }
                 $decoded->{'tm'} = $last_tm;              }
             }          }
             next unless $last_tm;  
           # Another special decode for the TrangoLink
             push @decoded, $decoded if defined $decoded;          elsif (
         }              $line =~ /^
     }              RF \s Band \s \#
     return \@decoded;              (\d+) \s+
 }              \( ([^\)]+) \) \s*
               (.*)$
 #=item _decode_maclist          /xms
               )
 sub _decode_maclist {          {
     my @lines = @_;              my $num   = $1;
     my @decoded;              my $band  = $2;
     my $total_entries = 0;              my $extra = $3;
     my $current_tm    = 0;  
     foreach my $line (@lines) {              if ( $extra =~ /\[/ ) {
         $line =~ s/\r?\n$//;                  my $decoded = _decode_lines($extra);
         my ( $mac, $loc, $tm ) = $line =~ /                  $conf{'RF Band'}{$num} = $decoded;
             ([0-9a-fA-F ]{17})\s+              }
             (.*)\s+              else {
             tm\s+                  $conf{'RF Band'}{$num}{$extra} = 1;
             (\d+)              }
         /x;              next LINE;
           }
         if ($mac) {  
             $mac =~ s/\s+//g;          my @chars = split //, $line;
             $loc =~ s/^\s+//;  
             $loc =~ s/\s+$//;          my $last_key = $EMPTY;
           foreach my $c (@chars) {
             my $suid = undef;  
             if ( $loc =~ /suid\s+=\s+(\d+)/ ) {              if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {
                 $suid = $1;                  if ( $c eq '[' ) {
                 $loc  = undef;                      $in_key = 1;
             }                      $in_val = 0;
                   }
             push @decoded,                  else {
               {                      $in_key = 0;
                 mac  => $mac,                      $in_val = 1;
                 loc  => $loc,                  }
                 tm   => $tm,  
                 suid => $suid,                  if ($key) {
               };                      $key =~ s/^\s+//;
         }                      $key =~ s/\s+$//;
         elsif ( $line =~ /(\d+)\s+entries/ ) {  
             $total_entries = $1;                      if ($val) {
         }                          $val =~ s/^\s+//;
         elsif ( $line =~ /current tm = (\d+)\s+sec/ ) {                          $val =~ s/\s+$//;
             $current_tm = $1;                      }
         }  
     }                      if ( $key eq 'Checksum' && $last_key ) {
   
     map { $_->{'cur_tm'} = $current_tm } @decoded;                          # Special case for these bastids.
                           my $new = $last_key;
     if ( scalar @decoded == $total_entries ) {                          $new =~ s/\s+\S+$//;
         return \@decoded;                          $key = $new . $SPACE . $key;
     }                      }
     else {  
                       $conf{$key} = $val;
         # XXX we should have a way to set last error, not sure why we don't                      $last_key   = $key;
         return;                      $key        = $EMPTY;
     }                  }
 }                  elsif ($val) {
                       push @vals, $val;
 1;    # End of Net::Telnet::Trango                  }
 __END__                  $val = $EMPTY;
   
 =head1 SEE ALSO              }
               elsif ( $c eq ']' ) {
 Trango Documentation -                  $in_val = 1;
 L<http://www.trangobroadband.com/support/product_docs.htm>                  $in_key = 0;
                   $c      = shift @chars;
 L<Net::Telnet>  
               }
 =head1 TODO              elsif ($in_key) {
                   $key .= $c;
 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              elsif ($in_val) {
 into the next version of the script.                  $val .= $c;
               }
 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.  
       unless ($key) {
 =head1 AUTHOR          push @vals, $val;
       }
 Andrew Fresh E<lt>andrew@rraz.netE<gt>  
       if ( @vals == 1 ) {
 =head1 SUPPORT          $val = $vals[0];
       }
 You can find documentation for this module with the perldoc command.      elsif (@vals) {
           $val = \@vals;
     perldoc Net::Telnet::Trango      }
       else {
 You can also look for information at:          $val = undef;
       }
 =over 4  
       if (%conf) {
 =item * AnnoCPAN: Annotated CPAN documentation          $conf{_pre} = $val if $val;
           return \%conf;
 L<http://annocpan.org/dist/Net-Telnet-Trango>      }
       else {
 =item * CPAN Ratings          return $val;
       }
 L<http://cpanratings.perl.org/d/Net-Telnet-Trango>  }
   
 =item * RT: CPAN's request tracker  #=item _decode_each_line
   
 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Telnet-Trango>  sub _decode_each_line {
       my @lines = @_;
 =item * Search CPAN      my @decoded;
       foreach my $line (@lines) {
 L<http://search.cpan.org/dist/Net-Telnet-Trango>          my $decoded = _decode_lines($line);
           push @decoded, $decoded if defined $decoded;
 =back      }
       return \@decoded;
 =head1 COPYRIGHT AND LICENSE  }
   
 Copyright (C) 2005,2006,2007 by Andrew Fresh  #=item _decode_linktest
   
 This program is free software; you can redistribute it and/or modify it  sub _decode_linktest {
 under the same terms as Perl itself.      my @lines = @_;
       my %decoded;
 =cut      foreach my $line (@lines) {
   
           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.58

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