NAME
App::Manoc::Manifold::Telnet::IOS - A minimal frontend for CISCO IOS devices still using telnet
VERSION
version 2.99.2
DESCRIPTION
Use this manifold for legacy IOS based devices still accessed via telnet.
At the moment only configuration
and arp_table
attributes are supported.
CONSUMED ROLES
App::Manoc::ManifoldRole::Base
App::Manoc::ManifoldRole::NetDevice
App::Manoc::ManifoldRole::FetchConfig
App::Manoc::Logger::Role
ATTRIBUTES
session
Net::Telnet::Cisco session
username
login user name
password
first level password
enable_password
second level password
close
Close telnet session.
METHODS
connect
Connect and login in enable mode
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.