my $ssh = Net::SSH::Perl->new($GO, debug=>1, protocol=>2); $ssh->login($username, $passwd); ($stdout, $stderr, $exit) = $ssh->cmd("show configuration interfaces at-0/0/1.1");