1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libnet-telnet-cisco-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libnet-telnet-perl <!nocheck>,
libterm-readkey-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-telnet-cisco-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-telnet-cisco-perl.git
Homepage: https://metacpan.org/release/Net-Telnet-Cisco
Rules-Requires-Root: no
Package: libnet-telnet-cisco-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${perl:Depends},
libnet-telnet-perl
Description: Additional functionality to automate Cisco management
Net::Telnet::Cisco provides additional functionality to
Net::Telnet for dealing with Cisco routers. It provides a new
object that allows for remote management of routers through perl
issuing commands like you were connected directly to the router
(or switch).
.
For most management issues you might want to use the Net::SNMP
module better (it's faster, better error handling and doesn't use
up router virtual terminals) but for those things you can not do
using that module use this one.
|