NAME

SNMP::Info::Layer2::TPLink - SNMP Interface to TP-Link Layer2 devices

SYNOPSIS

my $tp = new SNMP::Info(
                     AutoSpecify => 1,
                     Debug       => 1,
                     DestHost    => 'tplink-switch',
                     Community   => 'public',
                     Version     => 2
                   )
   or die "Can't connect to DestHost.\n";

DESCRIPTION

Subclass for TP-Link Layer2 devices. Inherits from SNMP::Info::Layer2 and exposes TP-Link specific globals when available.

METHODS

fw_port =item hasAMAP =item hasCDP =item hasEDP =item hasFDP =item hasLLDP =item hasSONMP =item i_duplex =item i_name =item i_vlan_membership_untagged =item lldp_if =item lldp_ip =item lldp_port =item lldp_rman_addr =item mac =item make_port_index =item model =item munge_power =item os =item os_ver =item peth_port_admin =item peth_port_class =item peth_port_ifindex =item peth_port_power =item peth_port_status =item peth_power_status =item peth_power_watts =item qb_fw_port =item serial =item vendor

AUTHOR

Dmitry Sergienko <dmitry.sergienko@gmail.com>

based on work by the Netdisco Developer Team