Help for this page

Select Code to Download


  1. or download this
    $ /usr/local/bin/ssh auto_config@management show vlan
    
  2. or download this
    my $out = $ssh->capture({stdin_data => "show vlan\n"});
    print "output: $out"