NAME

Net::Connector::Huawei::Vrp for HUAWEI NETWORK DEVICES AUTO SSH

SYNOPSIS

# Net::Connector::Huawei::Vrp, UNDER DEVELOPMENT
  该项目使用 Moose 编写相关代码逻辑,当前支持的功能如下:
  1、支持定义enable模式;
  2、支持初阶的错误代码拦截;

  $d = Net::Connector::Huawei::Vrp->new(host => "127.0.0.1")
  # get config by default scripts, you can change with your requirements
  $ret = $d->runningConfig();

  # print the result;
  use DDP;
  print p $ret;

DESCRIPTION

待完善功能描述和模块使用概要

SEE ALSO

Net::Connector, https://github.com/snmpd/net-connector.