[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.39 and 1.57

version 1.39, 2007/02/06 20:41:42 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.38 2007/02/06 16:22:46 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_link> - eth link command  
   =head2 B<eth_link> - eth link command
 Returns the output from the eth link command  
   Returns the output from the eth link command
 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.  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.
 =head2 B<su_info> - gets the su info  
   =head2 B<su_info> - gets the su info
 Returns information about the SU.  
   Returns information about the SU.
 You need to pass in the $suid and it will return the info for that suid.  
   You need to pass in the $suid and it will return the info for that suid.
   $t->su_info($suid);  
     $t->su_info($suid);
 =head2 B<su_testrflink> - tests the RF Link to an su  
   =head2 B<su_testrflink> - tests the RF Link to an su
   $t->su_testrflink($suid|'all');  
     $t->su_testrflink($suid|'all');
 =head2 B<save_ss> - saves the config.    
   =head2 B<save_ss> - saves the config.
 Returns 1 on success, undef on failure.  
   Returns 1 on success, undef on failure.
 =head2 B<opmode> - sets opmode ap y or returns the opmode  
   =head2 B<opmode> - sets opmode ap y or returns the opmode
     $t->opmode([ap y]);  
       $t->opmode([ap y]);
 =cut  
   =cut
 my $success  = 'Success\\.';  
 my %COMMANDS = (  my $success  = 'Success\\.';
     tftpd       => { decode    => 'all',       expect          => $success },  my %COMMANDS = (
     ver         => { decode    => 'all' },      _clear      => { String    => "\n" },
     sysinfo     => { decode    => 'all',       expect          => $success },      tftpd       => { decode    => 'all', expect => $success },
     updateflash => { decode    => 'all',       expect          => $success },      ver         => { decode    => 'all' },
     sulog       => { decode    => 'sulog',     expect          => $success },      sysinfo     => { decode    => 'all', expect => $success },
     'exit'      => { no_prompt => 1,           cmd_disconnects => 1 },      updateflash => { decode    => 'all', expect => $success },
     reboot      => { no_prompt => 1,           cmd_disconnects => 1 },      sulog       => { decode    => 'sulog', expect => $success },
     remarks     => { decode    => 'all',       expect          => $success },      'exit'      => { no_prompt => 1, cmd_disconnects => 1 },
     save_sudb   => { String    => 'save sudb', expect          => $success },      reboot      => { no_prompt => 1, cmd_disconnects => 1 },
     syslog      => { expect    => $success },      remarks     => { decode    => 'all', expect => $success },
     'pipe'      => {},                        # XXX needs a special decode      save_sudb   => { String    => 'save sudb', expect => $success },
     maclist     => { decode => 'maclist' },      syslog      => { expect    => $success },
     maclist_reset => { String => 'maclist reset', expect       => 'done' },      'pipe'  => {},                        # XXX needs a special decode
     eth_link    => { String => 'eth link',     expect          => $success },      maclist => { decode => 'maclist' },
     su_info     =>      maclist_reset => { String => 'maclist reset', expect => 'done' },
       { String => 'su info',  decode => 'all', expect          => $success },      eth_link => { String => 'eth link', expect => $success },
     su_testrflink =>      su_info  => { String => 'su info',  decode => 'all', expect => $success },
       { String => 'su testrflink', decode => 'each', expect    => $success },      su_testrflink =>
     save_ss     => { String => 'save ss',      expect          => $success },          { String => 'su testrflink', decode => 'each', expect => $success },
     opmode      => { decode => 'all',          expect          => $success },      save_ss => { String => 'save ss', expect => $success },
 );      opmode  => { decode => 'all',     expect => $success },
       arq     => { decode => 'all' },
 my %ALIASES = (  );
     bye     => 'exit',  
     restart => 'reboot',  my %ALIASES = (
     Host    => 'host',      bye               => 'exit',
     save_systemseting => 'save_ss',      restart           => 'reboot',
 );      Host              => 'host',
       save_systemseting => 'save_ss',
 my %ACCESS = map { $_ => 1 } qw(  );
   firmware_version  
   host_type  my %ACCESS = map { $_ => 1 } qw(
   is_connected      firmware_version
   logged_in      host_type
   login_banner      is_connected
   Timeout      logged_in
   last_lines      login_banner
   last_vals      Timeout
   last_error      last_lines
   Decode      last_vals
 );      last_error
       Decode
 sub AUTOLOAD {  );
     my $self = shift;  
   sub AUTOLOAD {
     my ($method) = ( our $AUTOLOAD ) =~ /^.*::(\w+)$/      my $self = shift;
       or die "Weird: $AUTOLOAD";  
       my ($method) = ( our $AUTOLOAD ) =~ /^.*::(\w+)$/
     if ( exists $ALIASES{$method} ) {          or die "Weird: $AUTOLOAD";
         $method = $ALIASES{$method};  
         return $self->$method(@_);      if ( exists $ALIASES{$method} ) {
     }          $method = $ALIASES{$method};
           return $self->$method(@_);
     if ( exists $COMMANDS{$method} ) {      }
         my %cmd;  
         foreach my $k ( keys %{ $COMMANDS{$method} } ) {      if ( exists $COMMANDS{$method} ) {
             $cmd{$k} = $COMMANDS{$method}{$k};          my %cmd;
         }          foreach my $k ( keys %{ $COMMANDS{$method} } ) {
         $cmd{'String'} ||= $method;              $cmd{$k} = $COMMANDS{$method}{$k};
         $cmd{'args'} .= $SPACE . shift if ( @_ == 1 );          }
         return $self->cmd( %cmd, @_ );          $cmd{'String'} ||= $method;
     }          $cmd{'args'} .= $SPACE . shift if ( @_ == 1 );
           return $self->cmd( %cmd, @_ );
     if ( exists $ACCESS{$method} ) {      }
         my $prev = $PRIVATE{$method};  
         ( $PRIVATE{$method} ) = @_ if @_;      if ( exists $ACCESS{$method} ) {
         return $prev;          my $prev = $PRIVATE{$method};
     }          ( $PRIVATE{$method} ) = @_ if @_;
           return $prev;
     $method = "SUPER::$method";      }
     return $self->$method(@_);  
 }      $method = "SUPER::$method";
       return $self->$method(@_);
 =pod  }
   
 =head2 B<open> - Open a connection to a Trango AP.  =pod
   
 Calls Net::Telnet::open() then makes sure you get a password prompt so  =head2 B<open> - Open a connection to a Trango AP.
 you are ready to login() and parses the login banner so you can get  
 host_type() and firmware_version()  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
 =cut  host_type() and firmware_version()
   
 sub open {  =cut
     my $self = shift;  
   sub open {
     unless ( $self->SUPER::open(@_) ) {      my $self = shift;
         $self->last_error( "Couldn't connect to " . $self->host . ":  $!" );  
         return;      unless ( $self->SUPER::open(@_) ) {
     }          $self->last_error( "Couldn't connect to " . $self->host . ":  $!" );
           return;
     ## Get to login prompt      }
     unless (  
         $self->waitfor(      ## Get to login prompt
             -match   => '/password: ?$/i',      unless (
             -errmode => "return",          $self->waitfor(
         )              -match   => '/password: ?$/i',
       )              -errmode => "return",
     {          )
         $self->last_error( "problem connecting to host ("          )
               . $self->host . "): "      {
               . $self->lastline );          $self->last_error( "problem connecting to host ("
         return;                  . $self->host . "): "
     }                  . $self->lastline );
           return;
     $self->parse_login_banner( $self->lastline );      }
   
     $self->is_connected(1);      $self->parse_login_banner( $self->lastline );
   
     return $self->is_connected;      $self->is_connected(1);
 }  
       return $self->is_connected;
 =pod  }
   
 =head2 B<login> - Login to the AP.  =pod
   
 Calls open() if not already connected, then sends the password and sets  =head2 B<login> - Login to the AP.
 logged_in() if successful  
   Calls open() if not already connected, then sends the password and sets
 =cut  logged_in() if successful
   
 sub login {  =cut
     my $self = shift;  
   sub login {
     unless ( $self->is_connected ) {      my $self = shift;
         $self->open or return;  
     }      unless ( $self->is_connected ) {
           $self->open or return;
     my $password = shift;      }
   
     $self->print($password);      my $password = shift;
     unless (  
         $self->waitfor(      $self->print($password);
             -match   => $self->prompt,      unless (
             -errmode => "return",          $self->waitfor(
         )              -match   => $self->prompt,
       )              -errmode => "return",
     {          )
         $self->last_error( "login ($self->host) failed: " . $self->lastline );          )
         return;      {
     }          $self->last_error( "login ($self->host) failed: " . $self->lastline );
           return;
     $self->logged_in(1);      }
   
     return $self->logged_in;      $self->logged_in(1);
 }  
       return $self->logged_in;
 =pod  }
   
 =head2 B<parse_login_banner> - Converts the login_banner to something useful.  =pod
   
 Takes a login banner (what you get when you first connect to the Trango)  =head2 B<parse_login_banner> - Converts the login_banner to something useful.
 or reads what is already in login_banner() then parses it and sets  
 host_type() and firmware_version() as well as login_banner()  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
 =cut  host_type() and firmware_version() as well as login_banner()
   
 sub parse_login_banner {  =cut
     my $self = shift;  
   sub parse_login_banner {
     if (@_) {      my $self = shift;
         $self->login_banner(@_);  
     }      if (@_) {
           $self->login_banner(@_);
     my $banner = $self->login_banner;      }
   
     my ( $type, $sep1, $subtype, $sep2, $ver ) =      my $banner = $self->login_banner;
       $banner =~  
       /Welcome to Trango Broadband Wireless (\S+)([\s-]+)(\S+)([\s-]+)(.+)$/i;      my ( $type, $sep1, $subtype, $sep2, $ver )
           = $banner
     $type .= $sep1 . $subtype;          =~ /Welcome to Trango Broadband Wireless,? (\S+)([\s-]+)(\S+)([\s-]+)(.+)$/i;
     $ver = $subtype . $sep2 . $ver;  
       $type .= $sep1 . $subtype;
     $self->login_banner($banner);      $ver = $subtype . $sep2 . $ver;
     $self->host_type($type);  
     $self->firmware_version($ver);      $self->login_banner($banner);
       $self->host_type($type);
     return 1;      $self->firmware_version($ver);
 }  
       return 1;
 =pod  }
   
 =head2 B<su_password> - Set the password on SUs connected to the AP.  =pod
   
 su_password('new_password'[, 'suid']) If no suid is specified,  =head2 B<linktest> - Link test to SU
 the default is "all".  
   linktest('suid'[, 'pkt len, bytes'[, '# of pkts'[, '# of cycles']]]);
   $t->su_password('good_pass', 5);  
   Returns a hash reference to the results of the test
 =cut  
   =cut
 sub su_password {  
     my $self     = shift;  sub linktest {
     my $new_pass = shift || $EMPTY;      my $self = shift;
     my $su       = shift || 'all';      my $suid = shift;
   
     unless ( defined $new_pass ) {      # These numbers are what I found as defaults when running the command
         $self->last_error("No new password");      my $pkt_len = shift || 1600;
       my $pkt_cnt = shift || 500;
         #return;      my $cycles  = shift || 10;
     }  
       my %config = @_;
     return $self->cmd(  
         String => 'su password ' . $su . $SPACE . $new_pass . $SPACE . $new_pass,      # * 2, one for the FromAP, one FromSU.  Then / 1000 to get to ms.
         expect => $success,      # 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.
 }      $config{Timeout} ||= int( ( $pkt_len * $pkt_cnt * $cycles * 2 ) / 1000 );
   
 =pod      my $string = join $SPACE, 'linktest', $suid, $pkt_len, $pkt_cnt, $cycles;
       return $self->cmd(
 =head2 B<su_ipconfig> - Change IP configuration on SUs connected to the AP.          %config,
           String => $string,
 su_ipconfig( 'suid', 'new_ip', 'new_subnet', 'new_gateway' )          decode => 'linktest',
       );
   $t->su_ipconfig( 5, '10.0.1.5', '255.255.255.0', '10.0.1.1' );  
   }
 =cut  
   =pod
 sub su_ipconfig {  
     my $self = shift;  =head2 B<su_password> - Set the password on SUs connected to the AP.
   
     my $suid        = shift;  su_password('new_password'[, 'suid']) If no suid is specified,
     my $new_ip      = shift;  the default is "all".
     my $new_subnet  = shift;  
     my $new_gateway = shift;    $t->su_password('good_pass', 5);
   
     if ( $suid =~ /\D/ ) {  =cut
         $self->last_error("Invalid suid '$suid'");  
         return;  sub su_password {
     }      my $self     = shift;
     unless ($new_ip) {      my $new_pass = shift || $EMPTY;
         $self->last_error("no new_ip passed");      my $su       = shift || 'all';
         return;  
     }      unless ( defined $new_pass ) {
     unless ($new_subnet) {          $self->last_error("No new password");
         $self->last_error("no new_subnet passed");  
         return;          #return;
     }      }
     unless ($new_gateway) {  
         $self->last_error("no new_gateway passed");      return $self->cmd(
         return;          String => 'su password '
     }              . $su
               . $SPACE
     # su ipconfig <suid> <new ip> <new subnet> <new gateway>              . $new_pass
     return $self->cmd(              . $SPACE
         String => 'su ipconfig ' . $suid . $SPACE . $new_ip . $SPACE              . $new_pass,
           . $new_subnet . $SPACE          expect => $success,
           . $new_gateway,      );
         expect => $success,  }
     );  
 }  =pod
   
 =pod  =head2 B<su_ipconfig> - Change IP configuration on SUs connected to the AP.
   
 =head2 B<sudb_view> - Returns the output from the sudb view command  su_ipconfig( 'suid', 'new_ip', 'new_subnet', 'new_gateway' )
   
 returns a reference to an array of hashes each containing these keys    $t->su_ipconfig( 5, '10.0.1.5', '255.255.255.0', '10.0.1.1' );
 'suid', 'type', 'cir', 'mir' and 'mac'  
   =cut
 =cut  
   sub su_ipconfig {
 sub sudb_view {      my $self = shift;
     my $self = shift;  
       my $suid        = shift;
     my $lines = $self->cmd( String => 'sudb view', expect => $success ) || [];      my $new_ip      = shift;
       my $new_subnet  = shift;
     return unless @{$lines};      my $new_gateway = shift;
   
     unless ( $PRIVATE{'Decode'} ) {      if ( $suid =~ /\D/ ) {
         return $lines;          $self->last_error("Invalid suid '$suid'");
     }          return;
       }
     my @sus;      unless ($new_ip) {
     foreach ( @{$lines} ) {          $self->last_error("no new_ip passed");
         next unless $_;          return;
         if (/^\[(\d+)\]\s+(\d+)\s+(\d+)\s+(\d+)\s+([0-9A-Fa-f\s]+)$/) {      }
             my %s = (      unless ($new_subnet) {
                 suid => $1,          $self->last_error("no new_subnet passed");
                 type => $2,          return;
                 cir  => $3,      }
                 mir  => $4,      unless ($new_gateway) {
                 mac  => $5,          $self->last_error("no new_gateway passed");
             );          return;
       }
             $s{'mac'} =~ s/\s//g;  
             $s{'mac'} = uc( $s{'mac'} );      # su ipconfig <suid> <new ip> <new subnet> <new gateway>
       return $self->cmd(
             push @sus, \%s;          String => 'su ipconfig '
         }              . $suid
     }              . $SPACE
               . $new_ip
     return \@sus;              . $SPACE
 }              . $new_subnet
               . $SPACE
 =pod              . $new_gateway,
           expect => $success,
 =head2 B<sudb_add> - Adds an su to the sudb      );
   }
 Takes the following paramaters  
   =pod
     suid : numeric,  
     type : (reg|pr)  =head2 B<sudb_view> - Returns the output from the sudb view command
     cir  : numeric,  
     mir  : numeric,  returns a reference to an array of hashes each containing these keys
     mac  : Almost any format, it will be reformatted,  'suid', 'su2su', 'type', 'cir', 'mir' and 'mac'
   
 and returns true on success or undef otherwise.  =cut
   
   $t->sudb_add($suid, 'reg', $cir, $mir, $mac);  sub sudb_view {
       my $self = shift;
 You should save_sudb() after calling this, or your changes  will be lost  
 when the AP is rebooted.      my $lines = $self->cmd( String => 'sudb view', expect => $success ) || [];
   
 =cut      return unless @{$lines};
   
 sub sudb_add {      unless ( $PRIVATE{'Decode'} ) {
     my $self = shift;          return $lines;
     my $suid = shift;      }
     my $type = shift;  
     my $cir  = shift;      my @sus;
     my $mir  = shift;      foreach ( @{$lines} ) {
     my $mac  = shift;          next unless $_;
           if (/^
     if ( $suid =~ /\D/ ) {              \[(\d+)\]
         $self->last_error("Invalid suid '$suid'");              \s+
         return;              [[:xdigit:]]{2}
     }              ([[:xdigit:]])
               ([[:xdigit:]])
     unless ( lc($type) eq 'reg' || lc($type) eq 'pr' ) {              \s+
         $self->last_error("Invalid type '$type'");              (\d+)
         return;              \s+
     }              ([[:xdigit:]\s]+)
           $/ixms
     if ( $cir =~ /\D/ ) {              )
         $self->last_error("Invalid CIR '$cir'");          {
         return;              my %s = (
     }                  suid  => $1,
                   su2su => $2 ? $2 : undef,
     if ( $mir =~ /\D/ ) {                  type  => $3 == 1 ? 'reg' : $3 == 5 ? 'pri' : $3,
         $self->last_error("Invalid MIR '$mir'");                  cir   => $4,
         return;                  mir   => $5,
     }                  mac   => $6,
               );
     my $new_mac = $mac;  
     $new_mac =~ s/[^0-9A-Fa-f]//;              $s{'mac'} =~ s/\s//gxms;
     unless ( length $new_mac == 12 ) {              $s{'mac'} = uc( $s{'mac'} );
         $self->last_error("Invalid MAC '$mac'");  
         return;              push @sus, \%s;
     }          }
     $new_mac = join $SPACE, $new_mac =~ /../g;      }
   
     my $string =      return \@sus;
       'sudb add ' . $suid . $SPACE . $type . $SPACE . $cir . $SPACE . $mir . $SPACE  }
       . $new_mac;  
   =pod
     return $self->cmd( String => $string, expect => $success );  
 }  =head2 B<sudb_add> - Adds an su to the sudb
   
 =pod  Takes the following paramaters
   
 =head2 B<sudb_delete> - removes an su from the sudb      suid : numeric,
       type : (reg|pr)
 Takes either 'all' or the  suid of the su to delete      cir  : numeric,
 and returns true on success or undef otherwise.      mir  : numeric,
       mac  : Almost any format, it will be reformatted,
   $t->sudb_delete($suid);  
   and returns true on success or undef otherwise.
 You should save_sudb() after calling this, or your changes  will be lost  
 when the AP is rebooted.    $t->sudb_add($suid, 'reg', $cir, $mir, $mac);
   
 =cut  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
 sub sudb_delete {  
     my $self = shift;  =cut
     my $suid = shift;  
   sub sudb_add {
     #if (lc($suid) ne 'all' || $suid =~ /\D/) {      my $self = shift;
     if ( $suid =~ /\D/ ) {      my $suid = shift;
         $self->last_error("Invalid suid '$suid'");      my $type = shift;
         return;      my $cir  = shift;
     }      my $mir  = shift;
       my $mac  = shift;
     return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );  
 }      if ( $suid =~ /\D/ ) {
           $self->last_error("Invalid suid '$suid'");
 =pod          return;
       }
 =head2 B<sudb_modify> - changes the su information in the sudb  
       unless ( lc($type) eq 'reg' || lc($type) eq 'pr' ) {
 Takes either the  suid of the su to change          $self->last_error("Invalid type '$type'");
 as well as what you are changing, either "cir, mir or su2su"          return;
 and returns true on success or undef otherwise.      }
   
 cir and mir also take a value to set the cir/mir to.      if ( $cir =~ /\D/ ) {
           $self->last_error("Invalid CIR '$cir'");
 su2su takes a group id parameter that is in hex.          return;
       }
   $t->sudb_modify($suid, 'cir', 512);  
       if ( $mir =~ /\D/ ) {
 You should save_sudb() after calling this, or your changes  will be lost          $self->last_error("Invalid MIR '$mir'");
 when the AP is rebooted.          return;
       }
 =cut  
       my $new_mac = $mac;
 sub sudb_modify {      $new_mac =~ s/[^0-9A-Fa-f]//g;
     my $self  = shift;      unless ( length $new_mac == 12 ) {
     my $suid  = shift;          $self->last_error("Invalid MAC '$mac'");
     my $opt   = shift;          return;
     my $value = shift;      }
       $new_mac = join $SPACE, $new_mac =~ /../g;
     if ( $suid =~ /\D/ ) {  
         $self->last_error("Invalid suid '$suid'");      my $string
         return;          = 'sudb add '
     }          . $suid
           . $SPACE
     if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {          . $type
         if ( $value =~ /\D/ ) {          . $SPACE
             $self->last_error("Invalid $opt '$value'");          . $cir
             return;          . $SPACE
         }          . $mir
     }          . $SPACE
     elsif ( lc($opt) eq 'su2su' ) {          . $new_mac;
         if ( $value =~ /[^0-9A-Za-f]/ ) {  
             $self->last_error("Invalid MAC '$value'");      return $self->cmd( String => $string, expect => $success );
             return;  }
         }  
     }  =pod
     else {  
         $self->last_error("Invalid option '$opt'");  =head2 B<sudb_delete> - removes an su from the sudb
         return;  
     }  Takes either 'all' or the  suid of the su to delete
   and returns true on success or undef otherwise.
     my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;  
     $t->sudb_delete($suid);
     return $self->cmd( String => $string, expect => $success );  
 }  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
 =pod  
   =cut
 =head2 B<enable_tftpd> - enable the TFTP server  
   sub sudb_delete {
 runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing      my $self = shift;
       my $suid = shift;
 =cut  
       #if (lc($suid) ne 'all' || $suid =~ /\D/) {
 sub enable_tftpd {      if ( $suid =~ /\D/ ) {
     my $self = shift;          $self->last_error("Invalid suid '$suid'");
           return;
     my $vals = $self->tftpd( args => 'on' );      }
   
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {      return $self->cmd( String => 'sudb delete ' . $suid, expect => $success );
         return $vals;  }
     }  
     else {  =pod
         return;  
     }  =head2 B<sudb_modify> - changes the su information in the sudb
 }  
   Takes either the  suid of the su to change
 =pod  as well as what you are changing, either "cir, mir or su2su"
   and returns true on success or undef otherwise.
 =head2 B<disable_tftpd> - disable the TFTP server  
   cir and mir also take a value to set the cir/mir to.
 runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'  
   su2su takes a group id parameter that is in hex.
 =cut  
     $t->sudb_modify($suid, 'cir', 512);
 sub disable_tftpd {  
     my $self = shift;  You should save_sudb() after calling this, or your changes  will be lost
   when the AP is rebooted.
     my $vals = $self->tftpd( args => 'off' );  
   =cut
     if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {  
         return $vals;  sub sudb_modify {
     }      my $self  = shift;
     else {      my $suid  = shift;
         return;      my $opt   = shift;
     }      my $value = shift;
 }  
       if ( $suid =~ /\D/ ) {
 =pod          $self->last_error("Invalid suid '$suid'");
           return;
 =head2 B<cmd> - runs a command on the AP.      }
   
 This does most of the work.  At the heart, it calls Net::Telnet::cmd()      if ( lc($opt) eq 'cir' or lc($opt) eq 'mir' ) {
 but it also does some special stuff for Trango.          if ( $value =~ /\D/ ) {
               $self->last_error("Invalid $opt '$value'");
 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      elsif ( lc($opt) eq 'su2su' ) {
 some of the other commands are called.          if ( $value =~ /[^0-9A-Za-f]/ ) {
               $self->last_error("Invalid MAC '$value'");
 In addition to the Net::Telnet::cmd() options, it also accepts these:              return;
           }
 I<decode>      }
 - if this is true, then it will send the output lines to _decode_lines()      else {
 and then returns the decoded output          $self->last_error("Invalid option '$opt'");
           return;
 I<no_prompt>      }
 - if this is true, it does not wait for a prompt, so you are not stuck  
 waiting for something that will never happen.      my $string = 'sudb modify ' . $suid . $SPACE . $opt . $SPACE . $value;
   
 I<cmd_disconnects>      return $self->cmd( String => $string, expect => $success );
 - if this is true, it then sets logged_in() to false, then it will  }
 close() the connection and set is_connected() to false  
   =pod
 I<expect>  
 - if this is set (usually to 'Success.') it will check for that in the  =head2 B<enable_tftpd> - enable the TFTP server
 last line of output and if it does not, will return undef because the  
 command probably failed  runs C<tftpd(args =E<gt> 'on')> and makes sure that Tftpd is now 'listen'ing
   
 I<args>  =cut
 - a string containing the command line options that are passed to the  
 command  sub enable_tftpd {
       my $self = shift;
     $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );  
       my $vals = $self->tftpd( args => 'on' );
 =cut  
       if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'listen' ) {
 sub cmd {          return $vals;
     my $self = shift;      }
       else {
     my @valid_net_telnet_opts = qw(          return;
       String      }
       Output  }
       Cmd_remove_mode  
       Errmode  =pod
       Input_record_separator  
       Ors  =head2 B<disable_tftpd> - disable the TFTP server
       Output_record_separator  
       Prompt  runs C<tftpd(args =E<gt> 'off')> and makes sure that Tftpd is now 'disabled'
       Rs  
       Timeout  =cut
     );  
   sub disable_tftpd {
     my %cfg;      my $self = shift;
     if ( @_ == 1 ) {  
         $cfg{'String'} = shift;      my $vals = $self->tftpd( args => 'off' );
     }  
     elsif ( @_ > 1 ) {      if ( ref $vals eq 'HASH' && $vals->{'Tftpd'} eq 'disabled' ) {
         %cfg = @_;          return $vals;
     }      }
       else {
     $cfg{'Timeout'} ||= $self->Timeout;          return;
       }
     unless ( $cfg{'String'} ) {  }
         $self->last_error("No command passed");  
         return;  =pod
     }  
   =head2 B<cmd> - runs a command on the AP.
     unless ( $self->is_connected ) {  
         $self->last_error("Not connected");  This does most of the work.  At the heart, it calls Net::Telnet::cmd()
         return;  but it also does some special stuff for Trango.
     }  
   Normally returns the last lines from from the command
     unless ( $self->logged_in ) {  
         $self->last_error("Not logged in");  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.
   
     my %cmd;  In addition to the Net::Telnet::cmd() options, it also accepts these:
     foreach (@valid_net_telnet_opts) {  
         if ( exists $cfg{$_} ) {  I<decode>
             $cmd{$_} = $cfg{$_};  - if this is true, then it will send the output lines to _decode_lines()
         }  and then returns the decoded output
     }  
     if ( $cfg{'args'} ) {  I<no_prompt>
         $cmd{'String'} .= $SPACE . $cfg{'args'};  - if this is true, it does not wait for a prompt, so you are not stuck
     }  waiting for something that will never happen.
   
     my @lines;  I<cmd_disconnects>
     if ( $cfg{'no_prompt'} ) {  - if this is true, it then sets logged_in() to false, then it will
         $self->print( $cmd{'String'} );  close() the connection and set is_connected() to false
         @lines = $self->lastline;  
     }  I<expect>
     else {  - if this is set (usually to 'Success.') it will check for that in the
         @lines = $self->SUPER::cmd(%cmd);  last line of output and if it does not, will return undef because the
     }  command probably failed
   
     $self->last_lines( \@lines );  I<args>
   - a string containing the command line options that are passed to the
     my $vals = 1;  command
     if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {  
         if ( $cfg{'decode'} eq 'each' ) {      $t->cmd( String => 'exit', no_prompt => 1, cmd_disconnects => 1 );
             $vals = _decode_each_line(@lines);  
         }  =cut
         elsif ( $cfg{'decode'} eq 'sulog' ) {  
             $vals = _decode_sulog(@lines);  sub cmd {
         }      my $self = shift;
         elsif ( $cfg{'decode'} eq 'maclist' ) {  
             $vals = _decode_maclist(@lines);      my @valid_net_telnet_opts = qw(
         }          String
         else {          Output
             $vals = _decode_lines(@lines);          Cmd_remove_mode
         }          Errmode
     }          Input_record_separator
           Ors
     $self->last_vals($vals);          Output_record_separator
           Prompt
     my $last = $self->lastline;          Rs
           Timeout
     if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {      );
         if ( $cfg{'cmd_disconnects'} ) {  
             $self->logged_in(0);      my %cfg;
             $self->close;      if ( @_ == 1 ) {
             $self->is_connected(0);          $cfg{'String'} = shift;
         }      }
       elsif ( @_ > 1 ) {
         if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {          %cfg = @_;
             return $vals;      }
         }  
         else {      $cfg{'Timeout'} ||= $self->Timeout;
             return \@lines;  
         }      unless ( $cfg{'String'} ) {
     }          $self->last_error("No command passed");
     else {          return;
         my $err;      }
         if (grep { /\[ERR\]/ } @lines) {  
             $err = _decode_lines(@lines);      unless ( $self->is_connected ) {
         }          $self->last_error("Not connected");
           return;
         if (ref $err eq 'HASH' && $err ->{ERR}) {      }
             $self->last_error($err->{ERR} );  
         } else {      unless ( $self->logged_in ) {
             $self->last_error("Error with command ($cfg{'String'}): $last");          $self->last_error("Not logged in");
         }          return;
         return;      }
     }  
 }      my %cmd;
       foreach (@valid_net_telnet_opts) {
 #=item _decode_lines          if ( exists $cfg{$_} ) {
               $cmd{$_} = $cfg{$_};
 sub _decode_lines {          }
     my @lines = @_;      }
       if ( $cfg{'args'} ) {
     my %conf;          $cmd{'String'} .= $SPACE . $cfg{'args'};
       }
     my $key = $EMPTY;  
     my $val = undef;      #print "Running cmd $cmd{String}\n";
     my @vals;      my @lines;
     my $in_key = 0;      if ( $cfg{'no_prompt'} ) {
     my $in_val = 1;          $self->print( $cmd{'String'} );
           @lines = $self->lastline;
     foreach my $line (@lines) {      }
         next if $line =~ /$success$/;      else {
           @lines = $self->SUPER::cmd(%cmd);
         my @chars = split //, $line;      }
   
         my $last_key = $EMPTY;      $self->last_lines( \@lines );
         foreach my $c (@chars) {  
       my $last   = $self->lastline;
             if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {      my $prompt = $self->prompt;
                 if ( $c eq '[' ) {      $prompt =~ s{^/}{}xms;
                     $in_key = 1;      $prompt =~ s{/[gixms]*$}{}xms;
                     $in_val = 0;      while ( @lines && $last =~ qr($prompt) ) {
                 }          pop @lines;
                 else {          $last = $lines[-1];
                     $in_key = 0;      }
                     $in_val = 1;      $self->last_error($EMPTY);
                 }  
       my $vals = 1;
                 if ($key) {      if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
                     $key =~ s/^\s+//;          if ( $cfg{'decode'} eq 'each' ) {
                     $key =~ s/\s+$//;              $vals = _decode_each_line(@lines);
           }
                     if ($val) {          elsif ( $cfg{'decode'} eq 'sulog' ) {
                         $val =~ s/^\s+//;              $vals = _decode_sulog(@lines);
                         $val =~ s/\s+$//;          }
                     }          elsif ( $cfg{'decode'} eq 'maclist' ) {
               $vals = _decode_maclist(@lines);
                     if ( $key eq 'Checksum' && $last_key ) {              if ( !$vals ) {
                   $self->last_error("Error decoding maclist");
                         # Special case for these bastids.              }
                         my $new = $last_key;          }
                         $new =~ s/\s+\S+$//;          elsif ( $cfg{'decode'} eq 'linktest' ) {
                         $key = $new . $SPACE . $key;              $vals = _decode_linktest(@lines);
                     }              if ( !$vals ) {
                   $self->last_error("Error decoding linktest");
                     $conf{$key} = $val;              }
                     $last_key   = $key;          }
                     $key        = $EMPTY;          else {
                 }              $vals = _decode_lines(@lines);
                 elsif ($val) {          }
                     push @vals, $val;      }
                 }      $self->last_vals($vals);
                 $val = $EMPTY;  
       if ( ( not $cfg{'expect'} ) || $last =~ /$cfg{'expect'}$/ ) {
             }          if ( $cfg{'cmd_disconnects'} ) {
             elsif ( $c eq ']' ) {              $self->logged_in(0);
                 $in_val = 1;              $self->close;
                 $in_key = 0;              $self->is_connected(0);
                 $c      = shift @chars;          }
   
             }          if ( $PRIVATE{'Decode'} && $cfg{'decode'} ) {
             elsif ($in_key) {              return $vals;
                 $key .= $c;          }
           else {
             }              return \@lines;
             elsif ($in_val) {          }
                 $val .= $c;      }
             }      else {
         }          my $err;
     }          if ( grep {/\[ERR\]/} @lines ) {
               $err = _decode_lines(@lines);
     unless ($key) {          }
         push @vals, $val;  
     }          if ( ref $err eq 'HASH' && $err->{ERR} ) {
               $self->last_error( $err->{ERR} );
     if ( @vals == 1 ) {          }
         $val = $vals[0];          else {
     }              $self->last_error("Error with command ($cmd{'String'}): $last");
     elsif (@vals) {          }
         $val = \@vals;          return;
     }      }
     else {  }
         $val = undef;  
     }  #=item _decode_lines
   
     if (%conf) {  sub _decode_lines {
         $conf{_pre} = $val if $val;      my @lines = @_;
         return \%conf;  
     }      my %conf;
     else {  
         return $val;      my $key = $EMPTY;
     }      my $val = undef;
 }      my @vals;
       my $in_key = 0;
 #=item _decode_each_line      my $in_val = 1;
   
 sub _decode_each_line {  LINE: while ( my $line = shift @lines ) {
     my @lines = @_;          next LINE if $line =~ /$success\Z/;
     my @decoded;          next LINE if $line =~ /^ \*+ \s+ \d+ \s+ \*+ \Z/xms;
     foreach my $line (@lines) {  
         my $decoded = _decode_lines($line);          # Special decode for sysinfo on a TrangoLink 45
         push @decoded, $decoded if defined $decoded;          if ( $line =~ /^(.* Channel \s+ Table):\s*(.*)\Z/xms ) {
     }              my $key  = $1;
     return \@decoded;              my $note = $2;
 }  
               my %vals;
 #=item _decode_sulog              while ( $line = shift @lines ) {
                   if ( $line =~ /^\Z/ ) {
 sub _decode_sulog {                      $conf{$key} = \%vals;
     my @lines = @_;                      $conf{$key}{note} = $note;
     my @decoded;                      next LINE;
     my $last_tm;                  }
     foreach my $line (@lines) {  
         my $decoded = _decode_lines($line);                  my $decoded = _decode_lines($line);
                   if ($decoded) {
         if ( defined $decoded ) {                      %vals = ( %vals, %{$decoded} );
             if ( $decoded->{'tm'} ) {                  }
                 $last_tm = $decoded->{'tm'};              }
                 next;          }
             }  
             else {          # Another special decode for the TrangoLink
                 $decoded->{'tm'} = $last_tm;          elsif (
             }              $line =~ /^
             next unless $last_tm;              RF \s Band \s \#
               (\d+) \s+
             push @decoded, $decoded if defined $decoded;              \( ([^\)]+) \) \s*
         }              (.*)$
     }          /xms
     return \@decoded;              )
 }          {
               my $num   = $1;
 #=item _decode_maclist              my $band  = $2;
               my $extra = $3;
 sub _decode_maclist {  
     my @lines = @_;              if ( $extra =~ /\[/ ) {
     my @decoded;                  my $decoded = _decode_lines($extra);
     my $total_entries = 0;                  $conf{'RF Band'}{$num} = $decoded;
     my $current_tm    = 0;              }
     foreach my $line (@lines) {              else {
         $line =~ s/\r?\n$//;                  $conf{'RF Band'}{$num}{$extra} = 1;
         my ( $mac, $loc, $tm ) = $line =~ /              }
             ([0-9a-fA-F ]{17})\s+              next LINE;
             (.*)\s+          }
             tm\s+  
             (\d+)          my @chars = split //, $line;
         /x;  
           my $last_key = $EMPTY;
         if ($mac) {          foreach my $c (@chars) {
             $mac =~ s/\s+//g;  
             $loc =~ s/^\s+//;              if ( $c eq '[' || $c eq "\r" || $c eq "\n" ) {
             $loc =~ s/\s+$//;                  if ( $c eq '[' ) {
                       $in_key = 1;
             my $suid = undef;                      $in_val = 0;
             if ( $loc =~ /suid\s+=\s+(\d+)/ ) {                  }
                 $suid = $1;                  else {
                 $loc  = undef;                      $in_key = 0;
             }                      $in_val = 1;
                   }
             push @decoded,  
               {                  if ($key) {
                 mac  => $mac,                      $key =~ s/^\s+//;
                 loc  => $loc,                      $key =~ s/\s+$//;
                 tm   => $tm,  
                 suid => $suid,                      if ($val) {
               };                          $val =~ s/^\s+//;
         }                          $val =~ s/\s+$//;
         elsif ( $line =~ /(\d+)\s+entries/ ) {                      }
             $total_entries = $1;  
         }                      if ( $key eq 'Checksum' && $last_key ) {
         elsif ( $line =~ /current tm = (\d+)\s+sec/ ) {  
             $current_tm = $1;                          # Special case for these bastids.
         }                          my $new = $last_key;
     }                          $new =~ s/\s+\S+$//;
                           $key = $new . $SPACE . $key;
     map { $_->{'cur_tm'} = $current_tm } @decoded;                      }
   
     if ( scalar @decoded == $total_entries ) {                      $conf{$key} = $val;
         return \@decoded;                      $last_key   = $key;
     }                      $key        = $EMPTY;
     else {                  }
                   elsif ($val) {
         # XXX we should have a way to set last error, not sure why we don't                      push @vals, $val;
         return;                  }
     }                  $val = $EMPTY;
 }  
               }
 1;    # End of Net::Telnet::Trango              elsif ( $c eq ']' ) {
 __END__                  $in_val = 1;
                   $in_key = 0;
 =head1 SEE ALSO                  $c      = shift @chars;
   
 Trango Documentation -              }
 L<http://www.trangobroadband.com/support/product_docs.htm>              elsif ($in_key) {
                   $key .= $c;
 L<Net::Telnet>  
               }
 =head1 TODO              elsif ($in_val) {
                   $val .= $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      }
 into the next version of the script.  
       unless ($key) {
 I also want to be able to parse the different types of output from          push @vals, $val;
 commands like su, sudb all and anything else that would be better      }
 available as a perl datastructure.  
       if ( @vals == 1 ) {
 =head1 AUTHOR          $val = $vals[0];
       }
 Andrew Fresh E<lt>andrew@rraz.netE<gt>      elsif (@vals) {
           $val = \@vals;
 =head1 SUPPORT      }
       else {
 You can find documentation for this module with the perldoc command.          $val = undef;
       }
     perldoc Net::Telnet::Trango  
       if (%conf) {
 You can also look for information at:          $conf{_pre} = $val if $val;
           return \%conf;
 =over 4      }
       else {
 =item * AnnoCPAN: Annotated CPAN documentation          return $val;
       }
 L<http://annocpan.org/dist/Net-Telnet-Trango>  }
   
 =item * CPAN Ratings  #=item _decode_each_line
   
 L<http://cpanratings.perl.org/d/Net-Telnet-Trango>  sub _decode_each_line {
       my @lines = @_;
 =item * RT: CPAN's request tracker      my @decoded;
       foreach my $line (@lines) {
 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Telnet-Trango>          my $decoded = _decode_lines($line);
           push @decoded, $decoded if defined $decoded;
 =item * Search CPAN      }
       return \@decoded;
 L<http://search.cpan.org/dist/Net-Telnet-Trango>  }
   
 =back  #=item _decode_linktest
   
 =head1 COPYRIGHT AND LICENSE  sub _decode_linktest {
       my @lines = @_;
 Copyright (C) 2005,2006,2007 by Andrew Fresh      my %decoded;
       foreach my $line (@lines) {
 This program is free software; you can redistribute it and/or modify it  
 under the same terms as Perl itself.          if ( $line =~ s/^(\d+) \s+ //xms ) {
               my $line_id = $1;
 =cut              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.39  
changed lines
  Added in v.1.57

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