There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

PDK::Connector::H3c - H3C网络设备连接器模块

VERSION

版本 0.01

SYNOPSIS

use PDK::Connector::H3c;

my $connector = PDK::Connector::H3c->new(
    host     => '192.168.1.1',
    username => 'admin',
    password => 'password',
);

my $result = $connector->login;
if ($result->{success}) {
    my $config = $connector->getConfig;
    # 处理配置...
}

DESCRIPTION

H3C网络设备连接器模块,提供与H3C交换机、路由器等设备的连接和配置管理功能。

METHODS

enable

进入特权模式。

waitfor

等待设备响应,处理各种交互提示。

execCommands

执行多个命令。

getConfig

获取设备配置。

AUTHOR

您的姓名 <968828@gmail.com>

LICENSE

此库是自由软件,您可以根据与Perl本身相同的条款对其进行再分发和/或修改。

1 POD Error

The following errors were encountered while parsing the POD:

Around line 193:

Non-ASCII character seen before =encoding in 'H3C网络设备连接器模块'. Assuming UTF-8