The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Net::Telnet::Cisco"

Net::Telnet::Cisco - interact with a Cisco router River stage one • 2 direct dependents • 3 total dependents

Net::Telnet::Cisco provides additional functionality to Net::Telnet for dealing with Cisco routers. cmd() parses router-generated error messages - the kind that begin with a '%' - and stows them in $obj->errmsg(), so that errmode can be used to perfo...

VINSWORLD/Net-Telnet-Cisco-1.12 - 08 Jun 2021 20:21:37 UTC - Search in distribution

Net::Telnet::Cisco::IOS - Manage Cisco IOS Devices River stage zero No dependents

Net::Telnet::Cisco::IOS (NTCI) is an extension of Joshua Kereos's Net::Telnet::Cisco module and provides an easy way to manage and monitor Cisco IOS devices. I'll mention this a lot, but make sure you read up on Net::Telnet::Cisco for a lot of inform...

KRAKEN/Net-Telnet-Cisco-IOS-0.6beta - 08 Mar 2006 00:36:27 UTC - Search in distribution

Net::Telnet::Wrapper::Device::Cisco::IOS River stage one • 1 direct dependent • 1 total dependent

Cisco::IOS device class template. This defines the default prompts for this device type. Do not call this module directly....

MWALLRAF/Net-Telnet-Wrapper-0.1 - 11 Jul 2007 17:54:58 UTC - Search in distribution

RAS::AS5200 - PERL Interface to Cisco AS5200 Access Router River stage zero No dependents

At this time, the following methods are implemented: creating an object with new Use the new() method to create a new object. Example: use RAS::AS5200; $foo = new RAS::AS5200( hostname => 'dialup1.example.com', login => '!root', password => 'mysecret...

STIGMATA/RAS-AS5200-1.04 - 09 Jun 2000 22:27:34 UTC - Search in distribution

TL1::Toolkit - Utility functions for interacting with TL1 equipment River stage zero No dependents

This Perl module is intended to hide the difficult TL1 syntax from the user. It executes TL1 commands and returns the results in Perl data structures. For example, if you work with different types and/or vendors of devices the TL1 syntax might be dif...

RVDP/TL1-Toolkit-0.02 - 13 Jul 2009 12:19:18 UTC - Search in distribution

Net::SSH2::Cisco - interact with a Cisco router via SSH River stage zero No dependents

Net::SSH2::Cisco provides additional functionality to Net::SSH2 for dealing with Cisco routers in much the same way Net::Telnet::Cisco enhances Net::Telnet. In fact, this module borrows heavily from both of those excellent modules. This module is bas...

VINSWORLD/Net-SSH2-Cisco-0.04 - 11 Sep 2017 10:42:47 UTC - Search in distribution

RAS::PortMaster - PERL Interface to Livingston PortMaster 2 River stage zero No dependents

At this time, the following methods are implemented: creating an object with new Call the new method while supplying the "hostname", "login", and "password" hash, and you'll get an object reference returned. Example: use RAS::PortMaster; $foo = new R...

STIGMATA/RAS-PortMaster-1.16 - 07 Jul 2003 21:50:22 UTC - Search in distribution

Net::CLI::Interact - Toolkit for CLI Automation River stage one • 1 direct dependent • 1 total dependent

Automating command line interface (CLI) interactions is not a new idea, but can be tricky to implement. This module aims to provide a simple and manageable interface to CLI interactions, supporting: * SSH, Telnet and Serial-Line connections * Unix an...

ABRAXXA/Net-CLI-Interact-2.400002 - 07 Sep 2023 12:09:03 UTC - Search in distribution

Net::Appliance::Session - Run command-line sessions to network appliances River stage one • 1 direct dependent • 1 total dependent

Use this module to establish an interactive command-line session with a network appliance. There is special support for moving into "privileged" mode and "configure" mode, along with the ability to send commands to the connected device and retrieve r...

OLIVER/Net-Appliance-Session-4.300005 - 19 Apr 2019 21:25:38 UTC - Search in distribution

Bundle::Cisco::Conf - A bundle to install the Cisco::Conf module. River stage zero No dependents

This bundle includes all that's needed to run the Cisco::Conf module....

JWIED/Cisco-Conf-0.10 - 29 Mar 2000 20:54:16 UTC - Search in distribution

Cisco::Accounting - Cisco and IPCAD ip accounting parser and aggregator River stage zero No dependents

The Cisco::Accounting module parses and aggregates the output of 'show ip accounting' data on Cisco routers and also on hosts running IPCAD. Every time the 'show ip accounting' output is parsed for a specific host the information is being aggregated ...

MWALLRAF/Cisco-Accounting-1.01 - 19 Aug 2007 19:20:47 UTC - Search in distribution

Net::Autoconfig::Device - Perl extension for provisioning or reconfiguring network devices. River stage zero No dependents

Net::Autoconfig uses the concept of devices. Each device contains all relevent information internally. By default, the device type/model/vendor is discovered automatically. If there is a specific module for that paticular vendor/model, then that modu...

KEVIN/Net-Autoconfig-v1.13.2 - 19 May 2009 23:57:27 UTC - Search in distribution

Net::Telnet::Netscreen - interact with a Netscreen firewall River stage zero No dependents

Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see Net::Telnet and Net::Telnet::Cisco documentatio...

MRAMBERG/Net-Telnet-Netscreen-1.2 - 08 Apr 2008 21:03:49 UTC - Search in distribution

Control::CLI::Extreme - Interact with CLI of Extreme Networking products over any of Telnet, SSH or Serial port River stage zero No dependents

Control::CLI::Extreme is a sub-class of Control::CLI allowing CLI interaction customized for Extreme (including ex-Avaya/ex Nortel Enterprise) Networking products over any of Telnet, SSH or Serial port. It is a drop in replacement for the Control::CL...

LSTEVENS/Control-CLI-Extreme-1.12 - 17 Mar 2024 21:02:10 UTC - Search in distribution

Control::CLI::AvayaData - Interact with CLI of Avaya Networking products over any of Telnet, SSH or Serial port River stage zero No dependents

Control::CLI::AvayaData is a sub-class of Control::CLI allowing CLI interaction customized for Avaya (ex Nortel Enterprise) Networking products over any of Telnet, SSH or Serial port. This class supports all of Avaya Virtual Services Platform (VSP), ...

LSTEVENS/Control-CLI-AvayaData-2.05 - 02 Sep 2018 15:17:27 UTC - Search in distribution

POE::Component::Client::Telnet - A POE component that provides non-blocking access to Net::Telnet and other subclasses of Net::Telnet. River stage one • 1 direct dependent • 1 total dependent

POE::Component::Client::Telnet is a POE component that provides a non-blocking wrapper around Net::Telnet, or any other module based on Net::Telnet. Consult the Net::Telnet documentation for more details....

XANTUS/POE-Component-Client-Telnet-0.06 - 30 Jul 2006 08:08:50 UTC - Search in distribution
16 results (0.061 seconds)