Send netdisco-users mailing list submissions to
        netdisco-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
        netdisco-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        netdisco-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. TP-Link tp1600g-52ps not being detected (Aaron W. Bayles)
--- Begin Message ---
Happy New Year all!

In my downtime I installed NetDisco via Docker to query a new (to-me)
switch and it's not being detected accurately. This is an older model of
the switch, v2 but was upgraded to the v3 firmware. It is being detected
using SNMP::Info::Layer 2. I've included a -DIQ debut below. I checked that
the tplink MIBs do have the same vendor ID (tplink.mib: tplink OBJECT
IDENTIFIER ::= { enterprises 11863 }) and specific switch model included
(tplink-products.mib: tplink-t1600g-52ps OBJECT IDENTIFIER ::= {
tplinkProducts 38 }). The switch is detected by NetDisco as "Vendor / Model
/ enterprises.11863.5.38". I did disable bulkwalk as my first attempt with
debugging did show numerous timeouts during discovery. Any help would be
greatly appreciated.

Thanks,
Aaron

~ $ bin/netdisco-do discover -d 10.0.0.4 -DIQ
[14012] 2022-01-03 15:06:47  info App::Netdisco version 2.052000 loaded.
SELECT me.version, me.installed
  FROM dbix_class_schema_versions me
WHERE 1 = 0
SELECT me.version
  FROM dbix_class_schema_versions me
ORDER BY installed DESC
  LIMIT '1'
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.0.0.4' AND me.ip = '10.0.0.4'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime, me.contact,
me.name, me.location, me.layers, me.num_ports, me.mac, me.serial,
me.chassis_id, me.model, me.ps1_type, me.ps2_type, me.ps1_status,
me.ps2_status, me.fan, me.slots, me.vendor, me.os, me.os_ver, me.log,
me.snmp_ver, me.snmp_comm, me.snmp_class, me.snmp_engineid, me.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, me.is_pseudo, to_char(
me.creation, 'YYYY-MM-DD HH24:MI' ), to_char( me.last_arpnip, 'YYYY-MM-DD
HH24:MI' ), to_char( me.last_discover, 'YYYY-MM-DD HH24:MI' ), to_char(
me.last_macsuck, 'YYYY-MM-DD HH24:MI' ), extract( epoch
      FROM age( now(  ), me.creation ) ), extract( epoch
      FROM age( now(  ), me.last_arpnip ) ), extract( epoch
      FROM age( now(  ), me.last_discover ) ), extract( epoch
      FROM age( now(  ), me.last_macsuck ) ), replace( age( timestamp
'epoch' + me.uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.0.0.4'
[14012] 2022-01-03 15:06:48  info discover: [10.0.0.4] started at Mon Jan
 3 15:06:48 2022
[14012] 2022-01-03 15:06:49 debug discover: running with timeout 600s
[14012] 2022-01-03 15:06:49 debug => running workers for phase: check
[14012] 2022-01-03 15:06:49 debug -> run worker check/_base_/0
[14012] 2022-01-03 15:06:49 debug Discover is able to run.
[14012] 2022-01-03 15:06:49 debug => running workers for phase: early
[14012] 2022-01-03 15:06:49 debug -> run worker early/properties/100
[14012] 2022-01-03 15:06:49 debug snmp reader cache warm: [10.0.0.4]
SELECT me.ip, me.snmp_comm_rw, me.snmp_auth_tag_read,
me.snmp_auth_tag_write
  FROM community me
WHERE me.ip = '10.0.0.4'
UPDATE community
  SET snmp_auth_tag_read = NULL
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:06:49 debug [10.0.0.4:161] try_connect with ver: 2,
class: SNMP::Info::Layer2, comm: <hidden>
SNMP::Info::_global uptime : DISMAN-EVENT-MIB::sysUpTimeInstance :
.1.3.6.1.2.1.1.3.0
SNMP::Info::_global layers : SNMPv2-MIB::sysServices.0 : .1.3.6.1.2.1.1.7.0
SELECT me.ip, me.snmp_comm_rw, me.snmp_auth_tag_read,
me.snmp_auth_tag_write
  FROM community me
WHERE me.ip = '10.0.0.4'
UPDATE community
  SET snmp_auth_tag_read = 'default_v2_readonly'
WHERE ip = '10.0.0.4'
SNMP::Info::_global description : SNMPv2-MIB::sysDescr.0 :
.1.3.6.1.2.1.1.1.0
SNMP::Info::_global id : SNMPv2-MIB::sysObjectID.0 : .1.3.6.1.2.1.1.2.0
SNMP::Info 3.81
SNMP::Info::device_type() layers:00000011 id:11863 sysDescr:"JetStream
48-Port Gigabit Smart PoE Switch with 4 SFP Slots"
SNMP::Info::_validate_autoload_method(vtp_d_name) Unable to resolve method.
SNMP::Info::_global name : SNMPv2-MIB::sysName.0 : .1.3.6.1.2.1.1.5.0
SNMP::Info::_validate_autoload_method(mac) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ps1_type) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ps2_type) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ps1_status) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ps2_status) Unable to resolve method.
SNMP::Info::_validate_autoload_method(fan) Unable to resolve method.
SNMP::Info::_validate_autoload_method(slots) Unable to resolve method.
SNMP::Info::_validate_autoload_method(os) Unable to resolve method.
SNMP::Info::_validate_autoload_method(os_ver) Unable to resolve method.
SNMP::Info::_load_attr e_parent : ENTITY-MIB::entPhysicalContainedIn :
.1.3.6.1.2.1.47.1.1.1.1.4
SNMP::Info::_load_attr e_class : ENTITY-MIB::entPhysicalClass :
.1.3.6.1.2.1.47.1.1.1.1.5
SNMP::Info::_global serial1 : SNMPv2-SMI::enterprises.9.3.6.3.0 :
.1.3.6.1.4.1.9.3.6.3.0
SNMP::Info::_global(serial1) NOSUCHOBJECT at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin/Discover/Properties.pm
line 49.
SNMP::Info::_global contact : SNMPv2-MIB::sysContact.0 : .1.3.6.1.2.1.1.4.0
SNMP::Info::_global location : SNMPv2-MIB::sysLocation.0 :
.1.3.6.1.2.1.1.6.0
SNMP::Info::_global ports : IF-MIB::ifNumber.0 : .1.3.6.1.2.1.2.1.0
SNMP::Info::_global snmpEngineID : SNMP-FRAMEWORK-MIB::snmpEngineID.0 :
.1.3.6.1.6.3.10.2.1.1.0
SNMP::Info::_global(snmpEngineID) NOSUCHOBJECT at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin/Discover/Properties.pm
line 59.
BEGIN WORK
UPDATE device
  SET last_discover = now(  ), uptime = '13394297'
WHERE ip = '10.0.0.4'
COMMIT
[14012] 2022-01-03 15:06:50 debug -> run worker early/properties/100
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.0.0.4' AND me.ip = '10.0.0.4'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime, me.contact,
me.name, me.location, me.layers, me.num_ports, me.mac, me.serial,
me.chassis_id, me.model, me.ps1_type, me.ps2_type, me.ps1_status,
me.ps2_status, me.fan, me.slots, me.vendor, me.os, me.os_ver, me.log,
me.snmp_ver, me.snmp_comm, me.snmp_class, me.snmp_engineid, me.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, me.is_pseudo, to_char(
me.creation, 'YYYY-MM-DD HH24:MI' ), to_char( me.last_arpnip, 'YYYY-MM-DD
HH24:MI' ), to_char( me.last_discover, 'YYYY-MM-DD HH24:MI' ), to_char(
me.last_macsuck, 'YYYY-MM-DD HH24:MI' ), extract( epoch
      FROM age( now(  ), me.creation ) ), extract( epoch
      FROM age( now(  ), me.last_arpnip ) ), extract( epoch
      FROM age( now(  ), me.last_discover ) ), extract( epoch
      FROM age( now(  ), me.last_macsuck ) ), replace( age( timestamp
'epoch' + me.uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.0.0.4'
[14012] 2022-01-03 15:06:50 debug  [10.0.0.4] device - OK to continue
discover
[14012] 2022-01-03 15:06:50 debug -> run worker early/properties/100
SNMP::Info::_load_attr i_index : IF-MIB::ifIndex : .1.3.6.1.2.1.2.2.1.1
SNMP::Info::_load_attr i_description : IF-MIB::ifDescr :
.1.3.6.1.2.1.2.2.1.2
[14012] 2022-01-03 15:06:53 debug  [10.0.0.4] device - OK to continue
discover
[14012] 2022-01-03 15:06:53 debug -> run worker early/properties/100
SNMP::Info::_load_attr old_ip_index : IP-MIB::ipAdEntIfIndex :
.1.3.6.1.2.1.4.20.1.2
SNMP::Info::_load_attr old_ip_netmask : IP-MIB::ipAdEntNetMask :
.1.3.6.1.2.1.4.20.1.3
[14012] 2022-01-03 15:06:53 debug  [10.0.0.4] device - aliased as 10.0.0.4
SNMP::Info::_validate_autoload_method(ipv6_index) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ipv6_addr) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ipv6_type) Unable to resolve method.
SNMP::Info::_validate_autoload_method(ipv6_addr_prefixlength) Unable to
resolve method.
[14012] 2022-01-03 15:06:53 debug  resolving 1 aliases with max 50
outstanding requests
BEGIN WORK
DELETE FROM device_ip
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:06:53 debug  [10.0.0.4] device - removed 1 aliases
SAVEPOINT savepoint_0
INSERT INTO device_ip( alias, dns, ip, port, subnet )
  VALUES( ?, ?, ?, ?, ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
COMMIT
[14012] 2022-01-03 15:06:53 debug  [10.0.0.4] aliases - added 1 new aliases
[14012] 2022-01-03 15:06:53 debug -> run worker early/properties/100
SNMP::Info::_load_attr i_type : IF-MIB::ifType : .1.3.6.1.2.1.2.2.1.3
SNMP::Info::_validate_autoload_method(i_ignore) Unable to resolve method.
SNMP::Info::_load_attr i_mtu : IF-MIB::ifMtu : .1.3.6.1.2.1.2.2.1.4
SNMP::Info::_load_attr orig_i_speed : IF-MIB::ifSpeed : .1.3.6.1.2.1.2.2.1.5
SNMP::Info::_validate_autoload_method(i_speed_admin) Unable to resolve
method.
SNMP::Info::_load_attr i_mac : IF-MIB::ifPhysAddress : .1.3.6.1.2.1.2.2.1.6
SNMP::Info::_load_attr i_up : IF-MIB::ifOperStatus : .1.3.6.1.2.1.2.2.1.8
SNMP::Info::_load_attr i_up_admin : IF-MIB::ifAdminStatus :
.1.3.6.1.2.1.2.2.1.7
SNMP::Info::_load_attr i_name : IF-MIB::ifName : .1.3.6.1.2.1.31.1.1.1.1
SNMP::Info::_validate_autoload_method(i_duplex) Unable to resolve method.
SNMP::Info::_validate_autoload_method(i_duplex_admin) Unable to resolve
method.
SNMP::Info::_load_attr bp_index : BRIDGE-MIB::dot1dBasePortIfIndex :
.1.3.6.1.2.1.17.1.4.1.2
SNMP::Info::_load_attr stp_p_state : BRIDGE-MIB::dot1dStpPortState :
.1.3.6.1.2.1.17.2.15.1.3
SNMP::Info::_load_attr qb_i_vlan : Q-BRIDGE-MIB::dot1qPvid :
.1.3.6.1.2.1.17.7.1.4.5.1.1
SNMP::Info::_load_attr i_lastchange : IF-MIB::ifLastChange :
.1.3.6.1.2.1.2.2.1.9
SNMP::Info::_validate_autoload_method(agg_ports) Unable to resolve method.
SNMP::Info::_global load_uptime : DISMAN-EVENT-MIB::sysUpTimeInstance :
.1.3.6.1.2.1.1.3.0
SNMP::Info::_global snmpEngineTime : SNMP-FRAMEWORK-MIB::snmpEngineTime.0 :
.1.3.6.1.6.3.10.2.1.3.0
SNMP::Info::_global(snmpEngineTime) NOSUCHOBJECT at
/home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin/Discover/Properties.pm
line 214.
BEGIN WORK
DELETE FROM device_port_power
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.0.0.4'
   )
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] db/ports - removed 0 port
entries from DevicePortPower
DELETE FROM device_port_properties
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.0.0.4'
   )
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] db/ports - removed 53 port
entries from DevicePortProperties
DELETE FROM device_port_ssid
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.0.0.4'
   )
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] db/ports - removed 0 port
entries from DevicePortSsid
DELETE FROM device_port_vlan
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.0.0.4'
   )
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] db/ports - removed 0 port
entries from DevicePortVlan
DELETE FROM device_port_wireless
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.0.0.4'
   )
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] db/ports - removed 0 port
entries from DevicePortWireless
DELETE FROM device_port
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] interfaces - removed 53
interfaces
SAVEPOINT savepoint_0
INSERT INTO device_port( descr, duplex, duplex_admin, ip, is_master,
lastchange, mac, mtu, name, port, pvid, slave_of, speed, speed_admin, stp,
type, up, up_admin, vlan )
  VALUES( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) :
'__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
COMMIT
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] interfaces - added 53 new
interfaces
[14012] 2022-01-03 15:07:04 debug => running workers for phase: main
[14012] 2022-01-03 15:07:04 debug -> run worker main/canonicalip/100
[14012] 2022-01-03 15:07:04 debug -> run worker main/entities/100
SNMP::Info::_load_attr entPhysicalDescr : ENTITY-MIB::entPhysicalDescr :
.1.3.6.1.2.1.47.1.1.1.1.2
BEGIN WORK
DELETE FROM device_module
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] modules - removed 1 chassis
modules
SELECT me.ip, me.index, me.description, me.type, me.parent, me.name,
me.class, me.pos, me.hw_ver, me.fw_ver, me.sw_ver, me.serial, me.model,
me.fru, me.creation, me.last_discover
  FROM device_module me
WHERE me.index = '1' AND me.ip = '10.0.0.4'
INSERT INTO device_module( class, fru, index, ip, last_discover, model,
name, parent, pos, serial, sw_ver )
  VALUES( 'chassis', false, '1', '10.0.0.4', now(  ),
'enterprises.11863.5.38', 'chassis', '0', '-1', '', NULL )
COMMIT
[14012] 2022-01-03 15:07:04 debug  [10.0.0.4] modules - 0 chassis
components (added one pseudo for chassis)
[14012] 2022-01-03 15:07:04 debug -> run worker main/neighbors/100
BEGIN WORK
UPDATE device_port
  SET manual_topo = false
WHERE ip = '10.0.0.4'
DELETE FROM topology
WHERE ( dev1 = '10.0.0.4' AND port1 NOT IN (
        SELECT me.port
          FROM device_port me
        WHERE me.ip = '10.0.0.4'
       ) ) OR ( dev2 = '10.0.0.4' AND port2 NOT IN (
        SELECT me.port
          FROM device_port me
        WHERE me.ip = '10.0.0.4'
       ) )
[14012] 2022-01-03 15:07:05 debug  [10.0.0.4] neigh - removed 0 outdated
manual topology links
[14012] 2022-01-03 15:07:05 debug  [10.0.0.4] neigh - setting manual
topology links
SELECT me.dev1, me.port1, me.dev2, me.port2
  FROM topology me
WHERE dev1 = '10.0.0.4' OR dev2 = '10.0.0.4'
COMMIT
SNMP::Info::_global lldp_sys_cap : LLDP-MIB::lldpLocSysCapEnabled.0 :
.1.0.8802.1.1.2.1.3.6.0
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_pid : LLDP-MIB::lldpRemPortId :
.1.0.8802.1.1.2.1.4.1.1.7
SNMP::Info::_load_attr i_alias : IF-MIB::ifAlias : .1.3.6.1.2.1.31.1.1.1.18
SNMP::Info::_load_attr lldp_lport_desc : LLDP-MIB::lldpLocPortDesc(1) :
.1.0.8802.1.1.2.1.3.7.1.4.1
SNMP::Info::_load_attr lldp_lport_desc : LLDP-MIB::lldpLocPortDesc(1) :
.1.0.8802.1.1.2.1.3.7.1.4.1
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_desc : LLDP-MIB::lldpRemPortDesc :
.1.0.8802.1.1.2.1.4.1.1.8
SNMP::Info::_load_attr lldp_rem_pid_type : LLDP-MIB::lldpRemPortIdSubtype :
.1.0.8802.1.1.2.1.4.1.1.6
SNMP::Info::_load_attr lldp_rem_sysdesc : LLDP-MIB::lldpRemSysDesc :
.1.0.8802.1.1.2.1.4.1.1.10
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_id_type : LLDP-MIB::lldpRemChassisIdSubtype
: .1.0.8802.1.1.2.1.4.1.1.4
SNMP::Info::_load_attr lldp_rem_id : LLDP-MIB::lldpRemChassisId :
.1.0.8802.1.1.2.1.4.1.1.5
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_sysname : LLDP-MIB::lldpRemSysName :
.1.0.8802.1.1.2.1.4.1.1.9
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_cap_spt : LLDP-MIB::lldpRemSysCapSupported
: .1.0.8802.1.1.2.1.4.1.1.11
SELECT me.ip, me.port, me.creation, me.descr, me.up, me.up_admin, me.type,
me.duplex, me.duplex_admin, me.speed, me.speed_admin, me.name, me.mac,
me.mtu, me.stp, me.remote_ip, me.remote_port, me.remote_type, me.remote_id,
me.is_master, me.slave_of, me.manual_topo, me.is_uplink, me.vlan, me.pvid,
me.lastchange
  FROM device_port me
WHERE me.ip = '10.0.0.4'
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rman_addr : LLDP-MIB::lldpRemManAddrIfSubtype :
.1.0.8802.1.1.2.1.4.2.1.3
[14012] 2022-01-03 15:07:07 debug  [10.0.0.4] neigh - processed 0 neighbors
[14012] 2022-01-03 15:07:07 debug -> run worker main/neighbors/100
SNMP::Info::_load_attr docs_if_cmts_cm_status_inet_address :
DOCS-IF-MIB::docsIfCmtsCmStatusInetAddress : .1.3.6.1.2.1.10.127.1.3.3.1.21
[14012] 2022-01-03 15:07:07 debug  [10.0.0.4] neigh - no modems (probably
not a DOCSIS device)
[14012] 2022-01-03 15:07:07 debug -> run worker main/neighbors/100
[14012] 2022-01-03 15:07:07 debug -> run worker main/portpower/100
SNMP::Info::_load_attr peth_power_watts :
POWER-ETHERNET-MIB::pethMainPsePower : .1.3.6.1.2.1.105.1.3.1.1.2
SNMP::Info::_load_attr peth_power_status :
POWER-ETHERNET-MIB::pethMainPseOperStatus : .1.3.6.1.2.1.105.1.3.1.1.3
[14012] 2022-01-03 15:07:08 debug  [10.0.0.4] power - 0 power modules
[14012] 2022-01-03 15:07:08 debug -> run worker main/portproperties/100
SNMP::Info::_validate_autoload_method(i_err_disable_cause) Unable to
resolve method.
SNMP::Info::_validate_autoload_method(i_faststart_enabled) Unable to
resolve method.
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_lport_desc : LLDP-MIB::lldpLocPortDesc(1) :
.1.0.8802.1.1.2.1.3.7.1.4.1
SNMP::Info::_load_attr lldp_lport_desc : LLDP-MIB::lldpLocPortDesc(1) :
.1.0.8802.1.1.2.1.3.7.1.4.1
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasCDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasSONMP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasFDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasEDP) Unable to resolve method.
SNMP::Info::_validate_autoload_method(hasAMAP) Unable to resolve method.
SNMP::Info::_load_attr lldp_rem_media_cap_spt :
LLDP-EXT-MED-MIB::lldpXMedRemCapSupported :
.1.0.8802.1.1.2.1.5.4795.1.3.1.1.1
SNMP::Info::_load_attr lldp_rem_vendor :
LLDP-EXT-MED-MIB::lldpXMedRemMfgName : .1.0.8802.1.1.2.1.5.4795.1.3.3.1.5
SNMP::Info::_load_attr lldp_rem_model :
LLDP-EXT-MED-MIB::lldpXMedRemModelName : .1.0.8802.1.1.2.1.5.4795.1.3.3.1.6
SNMP::Info::_load_attr lldp_rem_sw_rev :
LLDP-EXT-MED-MIB::lldpXMedRemSoftwareRev :
.1.0.8802.1.1.2.1.5.4795.1.3.3.1.3
SNMP::Info::_load_attr lldp_rem_serial :
LLDP-EXT-MED-MIB::lldpXMedRemSerialNum : .1.0.8802.1.1.2.1.5.4795.1.3.3.1.4
BEGIN WORK
DELETE FROM device_port_properties
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] properties - removed 0 ports
with properties
SAVEPOINT savepoint_0
INSERT INTO device_port_properties( ifindex, ip, port, raw_speed )
  VALUES( ?, ?, ?, ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
COMMIT
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] properties - added 53 new
port properties
[14012] 2022-01-03 15:07:09 debug -> run worker main/vlans/100
SNMP::Info::_load_attr v_name : Q-BRIDGE-MIB::dot1qVlanStaticName :
.1.3.6.1.2.1.17.7.1.4.3.1.1
SNMP::Info::_load_attr v_name : Q-BRIDGE-MIB::dot1qVlanStaticName :
.1.3.6.1.2.1.17.7.1.4.3.1.1
SNMP::Info::_load_attr qb_i_vlan : Q-BRIDGE-MIB::dot1qPvid :
.1.3.6.1.2.1.17.7.1.4.5.1.1
SNMP::Info::_validate_autoload_method(i_vlan_type) Unable to resolve method.
SNMP::Info::_load_attr qb_cv_egress :
Q-BRIDGE-MIB::dot1qVlanCurrentEgressPorts : .1.3.6.1.2.1.17.7.1.4.2.1.4
SNMP::Info::_load_attr qb_v_egress :
Q-BRIDGE-MIB::dot1qVlanStaticEgressPorts : .1.3.6.1.2.1.17.7.1.4.3.1.2
SNMP::Info::_load_attr qb_cv_untagged :
Q-BRIDGE-MIB::dot1qVlanCurrentUntaggedPorts : .1.3.6.1.2.1.17.7.1.4.2.1.5
SNMP::Info::_load_attr qb_v_untagged :
Q-BRIDGE-MIB::dot1qVlanStaticUntaggedPorts : .1.3.6.1.2.1.17.7.1.4.3.1.4
BEGIN WORK
DELETE FROM device_port_vlan
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] vlans - removed 0 port VLANs
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] vlans - added 0 new port VLANs
COMMIT
BEGIN WORK
DELETE FROM device_vlan
WHERE ip = '10.0.0.4'
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] vlans - removed 0 device VLANs
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] vlans - added 0 new device
VLANs
COMMIT
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] vlans - discovered for ports
and device
[14012] 2022-01-03 15:07:09 debug -> run worker main/wireless/100
SNMP::Info::_validate_autoload_method(i_ssidlist) Unable to resolve method.
[14012] 2022-01-03 15:07:09 debug -> run worker main/withnodes/0
[14012] 2022-01-03 15:07:09 debug Queued macsuck and arpnip for 10.0.0.4.
[14012] 2022-01-03 15:07:09 debug => running workers for phase: late
[14012] 2022-01-03 15:07:09 debug -> run worker late/hooks/0
[14012] 2022-01-03 15:07:09 debug  [10.0.0.4] hooks - 0 queued
[14012] 2022-01-03 15:07:09  info discover: finished at Mon Jan  3 15:07:09
2022
[14012] 2022-01-03 15:07:09  info discover: status done: Ended discover for
10.0.0.4

--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to