--- Begin Message ---
Hi Daniel
Please can you describe what is missing in Netdisco that you expect to see?
I can see in the logs that 30 interfaces were added, but possibly no VLANs.
Is that it, or something else?
Also you have the option to share a snapshot of the device with me as here:
https://github.com/netdisco/netdisco/wiki/Snapshot
but I'm a bit busy right now so may take a while to get around to it. Will
be most useful to know what you want to see.
thanks and regards,
Oliver.
On Mon, 12 Sept 2022 at 09:34, Meier, Daniel via netdisco-users <
netdisco-users@lists.sourceforge.net> wrote:
> Dear Netdisco Users
>
>
>
> Hope that someone with experience can assist me.
>
>
>
> First Meraki switch in the network and trouble to get data from it. Latest
> version of netdisco on use (App 2.55.1, SNMP::Info 3.89, DB Schema 75,
> PostresSQL 12.00.12, Perl 5.30.0, Ubuntu 20.04)
>
>
>
> I’m able to connect with snmpv2 and get the sysuptime from the meraki
> switch with snmpcheck.exe from prtg.
>
>
>
> When using SHOW_COMMUNITY=1 ~/bin/netdisco-do discover -d 10.75.138.51
> –DIQ I got the following output.
>
>
>
> I don't like this line at all: Device doesn't implement sysServices but
> did return sysDescr. Might give unexpected results.
>
>
>
> netdisco@CHJUVM012:/root$ SHOW_COMMUNITY=1 ~/bin/netdisco-do discover -d
> 10.75.138.51 -DIQ
>
> [197773] 2022-09-12 07:22:54 info App::Netdisco version 2.055001 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.75.138.51' AND me.ip = '10.75.138.51'
>
> 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.75.138.51'
>
> [197773] 2022-09-12 07:22:55 info discover: [10.75.138.51] started at Mon
> Sep 12 09:22:55 2022
>
> [197773] 2022-09-12 07:22:55 debug discover: running with timeout 600s
>
> [197773] 2022-09-12 07:22:55 debug => running workers for phase: check
>
> [197773] 2022-09-12 07:22:55 debug -> run worker check/_base_/0
>
> [197773] 2022-09-12 07:22:55 debug Discover is able to run.
>
> [197773] 2022-09-12 07:22:55 debug => running workers for phase: early
>
> [197773] 2022-09-12 07:22:55 debug -> run worker early/properties/100
>
> [197773] 2022-09-12 07:22:55 debug snmp reader cache warm: [10.75.138.51]
>
> SELECT me.ip, me.snmp_comm_rw, me.snmp_auth_tag_read,
> me.snmp_auth_tag_write
>
> FROM community me
>
> WHERE me.ip = '10.75.138.51'
>
> UPDATE community
>
> SET snmp_auth_tag_read = NULL
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:55 debug [10.75.138.51:161] try_connect with
> ver: 2, class: SNMP::Info, comm: infodeletedbyme….
>
> 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
>
> SNMP::Info::_global(layers) NOSUCHOBJECT at
> /home/netdisco/perl5/lib/perl5/App/Netdisco/Transport/SNMP.pm line 263.
>
> SNMP::Info::_global description : SNMPv2-MIB::sysDescr.0 :
> .1.3.6.1.2.1.1.1.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.75.138.51'
>
> UPDATE community
>
> SET snmp_auth_tag_read = 'Meraki Switches'
>
> WHERE ip = '10.75.138.51'
>
> Device doesn't implement sysServices but did return sysDescr. Might give
> unexpected results.
>
> at /home/netdisco/perl5/lib/perl5/App/Netdisco/Transport/SNMP.pm line 241.
>
> SNMP::Info::_global id : SNMPv2-MIB::sysObjectID.0 : .1.3.6.1.2.1.1.2.0
>
> SNMP::Info 3.89
>
> SNMP::Info::device_type() layers:00000000 id:29671 sysDescr:"Meraki
> MS210-24P Cloud Managed PoE Switch"
>
> 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(vendor) 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::_validate_autoload_method(model) Unable to resolve method.
>
> SNMP::Info::_validate_autoload_method(serial) Unable to resolve method.
>
> SNMP::Info::_validate_autoload_method(serial1) Unable to resolve method.
>
> SNMP::Info::_global contact : SNMPv2-MIB::sysContact.0 : .1.3.6.1.2.1.1.4.0
>
> SNMP::Info::_global(contact) NOSUCHOBJECT at
> /home/netdisco/perl5/lib/perl5/App/Netdisco/Worker/Plugin/Discover/Properties.pm
> line 54.
>
> 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 = '42620235'
>
> WHERE ip = '10.75.138.51'
>
> COMMIT
>
> [197773] 2022-09-12 07:22:57 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.75.138.51' AND me.ip = '10.75.138.51'
>
> 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.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] device - OK to continue
> discover
>
> [197773] 2022-09-12 07:22:57 debug -> run worker early/properties/100
>
> SNMP::Info::_load_attr interfaces : IF-MIB::ifIndex : .1.3.6.1.2.1.2.2.1.1
>
> 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.has_subinterfaces, me.is_master, me.slave_of, me.manual_topo,
> me.is_uplink, me.vlan, me.pvid, me.lastchange, properties.ip,
> properties.port, properties.error_disable_cause,
> properties.remote_is_discoverable, properties.remote_is_wap,
> properties.remote_is_phone, properties.remote_vendor,
> properties.remote_model, properties.remote_os_ver,
> properties.remote_serial, properties.remote_dns, properties.raw_speed,
> properties.faststart, properties.ifindex
>
> FROM device_port me
>
> LEFT JOIN device_port_properties properties
>
> ON properties.ip = me.ip AND properties.port = me.port
>
> WHERE me.ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] device - OK to continue
> discover
>
> [197773] 2022-09-12 07:22:57 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 new_ip_index : IP-MIB::ipAddressIfIndex :
> .1.3.6.1.2.1.4.34.1.3
>
> SNMP::Info::_load_attr new_ip_type : IP-MIB::ipAddressType :
> .1.3.6.1.2.1.4.34.1.4
>
> SNMP::Info::_load_attr old_ip_netmask : IP-MIB::ipAdEntNetMask :
> .1.3.6.1.2.1.4.20.1.3
>
> SNMP::Info::_load_attr new_ip_prefix : IP-MIB::ipAddressPrefix :
> .1.3.6.1.2.1.4.34.1.5
>
> SNMP::Info::_load_attr new_ip_type : IP-MIB::ipAddressType :
> .1.3.6.1.2.1.4.34.1.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.
>
> [197773] 2022-09-12 07:22:57 debug resolving 0 aliases with max 50
> outstanding requests
>
> BEGIN WORK
>
> DELETE FROM device_ip
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] device - removed 1
> aliases
>
> SAVEPOINT savepoint_0
>
> INSERT INTO device_ip( alias, dns, ip )
>
> VALUES( ?, ?, ? ) : '__BULK_INSERT__'
>
> RELEASE SAVEPOINT savepoint_0
>
> COMMIT
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] aliases - added 1 new
> aliases
>
> [197773] 2022-09-12 07:22:57 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_description : IF-MIB::ifDescr :
> .1.3.6.1.2.1.2.2.1.2
>
> 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::_load_attr i_speed_high : IF-MIB::ifHighSpeed :
> .1.3.6.1.2.1.31.1.1.1.15
>
> 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::_validate_autoload_method(i_stp_state) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(i_vlan) Unable to resolve method.
>
> 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::_validate_autoload_method(i_subinterfaces) 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 215.
>
> BEGIN WORK
>
> DELETE FROM device_port_power
>
> WHERE ip IN (
>
> SELECT me.ip
>
> FROM device_port me
>
> WHERE me.ip = '10.75.138.51'
>
> )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] 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.75.138.51'
>
> )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] db/ports - removed 30
> port entries from DevicePortProperties
>
> DELETE FROM device_port_ssid
>
> WHERE ip IN (
>
> SELECT me.ip
>
> FROM device_port me
>
> WHERE me.ip = '10.75.138.51'
>
> )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] 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.75.138.51'
>
> )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] 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.75.138.51'
>
> )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] db/ports - removed 0
> port entries from DevicePortWireless
>
> DELETE FROM device_port
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] interfaces - removed 30
> interfaces
>
> SAVEPOINT savepoint_0
>
> INSERT INTO device_port( descr, duplex, duplex_admin, has_subinterfaces,
> 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
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] interfaces - added 30
> new interfaces
>
> [197773] 2022-09-12 07:22:57 debug => running workers for phase: main
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/canonicalip/100
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/entities/100
>
> SNMP::Info::_validate_autoload_method(e_index) Unable to resolve method.
>
> BEGIN WORK
>
> DELETE FROM device_module
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] 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.75.138.51'
>
> INSERT INTO device_module( class, fru, index, ip, last_discover, model,
> name, parent, pos, serial, sw_ver )
>
> VALUES( 'chassis', false, '1', '10.75.138.51', now( ), '', 'chassis',
> '0', '-1', '', NULL )
>
> COMMIT
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] modules - 0 chassis
> components (added one pseudo for chassis)
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/neighbors/100
>
> BEGIN WORK
>
> UPDATE device_port
>
> SET manual_topo = false
>
> WHERE ip = '10.75.138.51'
>
> DELETE FROM topology
>
> WHERE ( dev1 = '10.75.138.51' AND port1 NOT IN (
>
> SELECT me.port
>
> FROM device_port me
>
> WHERE me.ip = '10.75.138.51'
>
> ) ) OR ( dev2 = '10.75.138.51' AND port2 NOT IN (
>
> SELECT me.port
>
> FROM device_port me
>
> WHERE me.ip = '10.75.138.51'
>
> ) )
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] neigh - removed 0
> outdated manual topology links
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] neigh - setting manual
> topology links
>
> SELECT me.dev1, me.port1, me.dev2, me.port2
>
> FROM topology me
>
> WHERE dev1 = '10.75.138.51' OR dev2 = '10.75.138.51'
>
> COMMIT
>
> SNMP::Info::_validate_autoload_method(hasLLDP) 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.
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] neigh - neighbor
> protocols are not enabled
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] neigh - processed 0
> neighbors
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/neighbors/100
>
> SNMP::Info::_validate_autoload_method(docs_if_cmts_cm_status_inet_address)
> Unable to resolve method.
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] neigh - no modems
> (probably not a DOCSIS device)
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/neighbors/100
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/portpower/100
>
> SNMP::Info::_validate_autoload_method(peth_power_watts) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(peth_power_status) Unable to resolve
> method.
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] power - 0 power modules
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/portproperties/100
>
> 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.has_subinterfaces, 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.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] resolving 0 remote_ips
> with max 50 outstanding requests
>
> 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(hasLLDP) 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::_validate_autoload_method(hasLLDP) 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::_validate_autoload_method(hasLLDP) 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::_validate_autoload_method(lldp_media_cap) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(lldp_rem_vendor) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(lldp_rem_model) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(lldp_rem_sw_rev) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(lldp_rem_serial) Unable to resolve
> method.
>
> BEGIN WORK
>
> DELETE FROM device_port_properties
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] 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
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] properties - added 30
> new port properties
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/vlans/100
>
> SNMP::Info::_validate_autoload_method(v_name) Unable to resolve method.
>
> SNMP::Info::_validate_autoload_method(v_index) Unable to resolve method.
>
> 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.has_subinterfaces, 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.75.138.51'
>
> SNMP::Info::_validate_autoload_method(i_vlan) Unable to resolve method.
>
> SNMP::Info::_validate_autoload_method(i_vlan_type) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(i_vlan_membership) Unable to resolve
> method.
>
> SNMP::Info::_validate_autoload_method(i_vlan_membership_untagged) Unable
> to resolve method.
>
> BEGIN WORK
>
> DELETE FROM device_port_vlan
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] vlans - removed 0 port
> VLANs
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] vlans - added 0 new
> port VLANs
>
> COMMIT
>
> BEGIN WORK
>
> DELETE FROM device_vlan
>
> WHERE ip = '10.75.138.51'
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] vlans - removed 0
> device VLANs
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] vlans - added 0 new
> device VLANs
>
> COMMIT
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] vlans - discovered for
> ports and device
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/wireless/100
>
> SNMP::Info::_validate_autoload_method(i_ssidlist) Unable to resolve method.
>
> [197773] 2022-09-12 07:22:57 debug -> run worker main/withnodes/0
>
> [197773] 2022-09-12 07:22:57 debug Queued macsuck and arpnip for
> 10.75.138.51.
>
> [197773] 2022-09-12 07:22:57 debug => running workers for phase: late
>
> [197773] 2022-09-12 07:22:57 debug -> run worker late/hooks/0
>
> [197773] 2022-09-12 07:22:57 debug [10.75.138.51] hooks - 0 queued
>
> [197773] 2022-09-12 07:22:57 info discover: finished at Mon Sep 12
> 09:22:57 2022
>
> [197773] 2022-09-12 07:22:57 info discover: status done: Ended discover
> for 10.75.138.51
>
> netdisco@CHJUVM012:/root$
>
>
>
>
>
> Any ideas, tips or hints?
>
>
>
> Regards
>
>
>
> *Daniel Meier*
>
> System- and Network Specialist
>
>
>
> JURA Management AG
>
> c/o Aarekies Aarau-Olten AG
>
> Im Lostorf 3 ▪ 5033 Buchs/AG
>
> T +41 62 832 38 65 ▪ M +41 79 176 85 98
>
> juramaterials.ch <http://www.juramaterials.ch/> ▪
> daniel.me...@juramaterials.ch
>
>
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://sourceforge.net/p/netdisco/mailman/netdisco-users/
>
--- End Message ---