NAME

PDK::Device::Cisco::Ios - A Perl module for interacting with Cisco IOS devices

SYNOPSIS

use PDK::Device::Cisco::Ios;
my $device = PDK::Device::Cisco::Ios->new();
# Additional functionality can be added as needed.

DESCRIPTION

The PDK::Device::Cisco::Ios module is designed to handle operations specific to Cisco IOS devices. It extends the base functionality of the PDK::Device::Cisco class and provides a framework that can be expanded to include more specific features as needed.

INHERITANCE

This module inherits from the PDK::Device::Cisco class, which provides basic functionality for interacting with Cisco devices. The Ios subclass is intended to manage specific behaviors related to Cisco's IOS operating system.

METHODS

Currently, this module does not introduce any new methods, but serves as a framework for future extensions specific to IOS devices. All methods inherited from PDK::Device::Cisco can be used.

AUTHOR

WENWU YAN <968828@gmail.com>

LICENSE AND COPYRIGHT

Copyright (C) 2024 WENWU YAN

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.