NAME

Net::Connector::Cisco::Nxos for CISCO NETWORK DEVICES AUTO SSH

SYNOPSIS

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

  $d = Net::Connector::Cisco::Nxos->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.