| version 1.9, 2006/07/14 02:17:29 |
version 1.10, 2006/07/31 23:16:52 |
|
|
| package Net::Telnet::Trango;
|
package Net::Telnet::Trango;
|
| # $RedRiver: Trango.pm,v 1.8 2006/06/29 00:39:52 andrew Exp $
|
# $RedRiver: Trango.pm,v 1.9 2006/07/14 01:17:29 andrew Exp $
|
| use strict;
|
use strict;
|
| use warnings;
|
use warnings;
|
| use base 'Net::Telnet';
|
use base 'Net::Telnet';
|
|
|
|
|
|
| returns the output from the maclist command
|
returns the output from the maclist command
|
|
|
|
| |
=item maclist_reset
|
| |
|
| |
resets the maclist. No useful output.
|
| |
|
| =item eth_list
|
=item eth_list
|
|
|
|
| returns the output from the eth list command
|
returns the output from the eth list command
|
|
|
| sulog => { decode => 'sulog', expect => $success },
|
sulog => { decode => 'sulog', expect => $success },
|
| 'exit' => { no_prompt => 1, cmd_disconnects => 1 },
|
'exit' => { no_prompt => 1, cmd_disconnects => 1 },
|
| reboot => { no_prompt => 1, cmd_disconnects => 1 },
|
reboot => { no_prompt => 1, cmd_disconnects => 1 },
|
| save_sudb => { String => "save sudb", expect => $success },
|
save_sudb => { String => 'save sudb', expect => $success },
|
| syslog => { expect => $success },
|
syslog => { expect => $success },
|
| 'pipe' => { }, # XXX needs a special decode
|
'pipe' => { }, # XXX needs a special decode
|
| maclist => { }, # XXX needs a special decode and a special expect
|
maclist => { }, # XXX needs a special decode and a special expect
|
| eth_link => { String => "eth link", expect => $success },
|
maclist_reset => { String => 'maclist reset', expect => 'done' },
|
| |
eth_link => { String => 'eth link', expect => $success },
|
| # eth r, w and reset???
|
# eth r, w and reset???
|
| #su password???
|
#su password???
|
| #_bootloader
|
#_bootloader
|