Send netdisco-users mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

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

   1. Re: ND2 Worker configuration and Server Performance problems
      (Oliver Gorwits)
   2. Changing default GUI behavior (Andy Ruhl)
   3. Re: Changing default GUI behavior (Andy Ruhl)
   4. Re: Changing default GUI behavior (Oliver Gorwits)
   5. Re: Changing default GUI behavior (Andy Ruhl)
   6. Re: Changing default GUI behavior (Oliver Gorwits)
   7. Re: ND2 Worker configuration and Server Performance       problems
      (Tobias Gerlach)
--- Begin Message ---
Hi Tobias,

Thanks for the data, which helps.

What I notice for the jobs below, is that the pollers are spending a very long time on a small number of devices, and during these very long runs (several hours) the memory use increases.

Now, it could be that there's something slowing the pollers down, and they would otherwise be able to run more quickly. However one common cause of this is strange SNMP agent behaviour on the devices.

What you might want to do as a test is to stop the daemon, then run the same discover job (e.g. on 10.133.107.200) from the command line using ~netdisco/bin/netdisco-do. I wonder if it also takes a long time, and lots of memory? If it does, you can also try running with some debug (-DIQ) to see what SNMP and SQL operations are taking the time.

On 2015-04-28 15:26, Tobias Gerlach wrote:
5031 5025 2438332 2645204 \_ netdisco-daemon: worker #6 poller:
working on #16816057: discover 10.133.107.200
 5468  5025 1183408 3424368      \_ netdisco-daemon: worker #16
poller: working on #16816066: discover 10.133.114.200
6019 5025 1043060 1363348 \_ netdisco-daemon: worker #4 poller:
working on #16818678: discover 10.133.56.200
 6035  5025 859484 1234180      \_ netdisco-daemon: worker #5 poller:
working on #16817690: discover 10.133.118.200
6125 5025 776832 1749912 \_ netdisco-daemon: worker #17 poller:
working on #16820315: discover 10.133.57.200
 6132  5025 701612 1155568      \_ netdisco-daemon: worker #7 poller:
working on #16818747: discover 10.133.135.201

regards,
oliver.



--- End Message ---
--- Begin Message ---
Is there a way to make the web GUI default to showing all ports when you
click the "ports" tab for a device? The default now is to show the first 10
ports and then click through pages. Then you go to the dropdown to do "show
all" to get all of them. I'd like it to default to All instead of 10.

Thanks!

Andy

--- End Message ---
--- Begin Message ---
Never Mind. I found it after pulling my head out.

In deployment.yml, I set this:

table_showrecordsmenu:
  - ['-1', 10, 25, 50, 100]
  - ['All', 10, 25, 50, 100]

This is the default in the config.yml:

table_showrecordsmenu:
  - [10, 25, 50, 100, '-1']
  - [10, 25, 50, 100, 'All']

I'm not sure if it's correct to set '-1' first though. What does that do?

Andy

--- End Message ---
--- Begin Message ---
Hi Andy,

Indeed you found the right settings, and here are the docs:

https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#table_pagesize
https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#table_showrecordsmenu

On 2015-04-29 15:58, Andy Ruhl wrote:
table_showrecordsmenu:
  - ['-1', 10, 25, 50, 100]
  - ['All', 10, 25, 50, 100]

I'm not sure if it's correct to set '-1' first though. What does that
do?

The first list are values passed in the page parameter, and the second list are what's shown to the user in the interface. So "-1" is an instruction to the code to display all records.

It's interesting that by changing only this you were able to alter the default. I'd have expected you to need to change the table_pagesize setting. Oh well :).

regards,
oliver.



--- End Message ---
--- Begin Message ---
It's not working as expected. All I did is change the order of choices in
the dropdown.

I'll read the docs tomorrow and try to figure it out.

Andy

--- End Message ---
--- Begin Message ---
Hi Andy,

On 2015-04-29 23:42, Andy Ruhl wrote:
It's not working as expected. All I did is change the order of choices
in the dropdown.

Ah okay, yes that's what I was expecting. The config item to set is table_pagesize:

https://metacpan.org/pod/distribution/App-Netdisco/lib/App/Netdisco/Manual/Configuration.pod#table_pagesize

regards,
oliver.



--- End Message ---
--- Begin Message ---
Hi Oliver,

as you suggested I stopped the netdisco-daemon and run the same
discover job for that particular device 10.133.107.200 from the
command line.

After about 4 hours I stopped the job because the switch still wasn't
fully discovered. It hangs hours in collecting the LLDP information
from the device (at the positions "Looping on: ..." in the debug log).
I'm wondering that ND is not aborting collecting that information
after a specified timeout and continues with collection rest of the
MIB information. Between each "Looping on: ..." entry about an hour
nothing happend and ND was waiting to get the requested information
from the device.

I also logged the process and memory at the start and close before I
stopped the discovery job. RSS and VSZ are increasing during that time
by a factor of 5 respectively 3.
Is it a normal behaviour?

close after start:
server:~ # ps axf -o pid,pgid,rss,vsz,command | grep netdisco-do | grep -v grep
 8930  8930 146780 280996  |                               \_ perl
/usr/local/netdisco/bin/netdisco-do -D -I -Q discover -d
10.133.107.200

after 4h:
server:~ # ps axf -o pid,pgid,rss,vsz,command | grep netdisco-do | grep -v grep
 8930  8930 734940 869192  |                               \_ perl
/usr/local/netdisco/bin/netdisco-do -D -I -Q discover -d
10.133.107.200


The debug output looks as follows:

netdisco@server:~> netdisco-do -D -I -Q discover -d 10.133.107.200
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.133.107.200' AND me.ip = '10.133.107.200'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime,
me.contact, me.name, me.location, me.layers, me.ports, me.mac,
me.serial, 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.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, to_char( last
           _arpnip, 'YYYY-MM-DD HH24:MI' ), to_char( last_discover,
'YYYY-MM-DD HH24:MI' ), to_char( last_macsuck, 'YYYY-MM-DD HH24:MI' ),
extract( epoch
      FROM age( now(  ), last_arpnip ) ), extract( epoch
      FROM age( now(  ), last_discover ) ), extract( epoch
      FROM age( now(  ), last_macsuck ) ), replace( age( timestamp
'epoch' + uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.133.107.200'
[8930] 2015-04-30 06:43:38  info discover: started at Thu Apr 30 08:43:38 2015
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.133.107.200' AND me.ip = '10.133.107.200'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime,
me.contact, me.name, me.location, me.layers, me.ports, me.mac,
me.serial, 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.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, to_char( last
           _arpnip, 'YYYY-MM-DD HH24:MI' ), to_char( last_discover,
'YYYY-MM-DD HH24:MI' ), to_char( last_macsuck, 'YYYY-MM-DD HH24:MI' ),
extract( epoch
      FROM age( now(  ), last_arpnip ) ), extract( epoch
      FROM age( now(  ), last_discover ) ), extract( epoch
      FROM age( now(  ), last_macsuck ) ), replace( age( timestamp
'epoch' + uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.133.107.200'
SELECT me.ip, me.snmp_comm_rw, me.snmp_auth_tag
  FROM community me
WHERE me.ip = '10.133.107.200'
SELECT me.ip, me.snmp_comm_rw, me.snmp_auth_tag
  FROM community me
WHERE me.ip = '10.133.107.200'
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.133.107.200' AND me.ip = '10.133.107.200'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime,
me.contact, me.name, me.location, me.layers, me.ports, me.mac,
me.serial, 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.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, to_char( last
           _arpnip, 'YYYY-MM-DD HH24:MI' ), to_char( last_discover,
'YYYY-MM-DD HH24:MI' ), to_char( last_macsuck, 'YYYY-MM-DD HH24:MI' ),
extract( epoch
      FROM age( now(  ), last_arpnip ) ), extract( epoch
      FROM age( now(  ), last_discover ) ), extract( epoch
      FROM age( now(  ), last_macsuck ) ), replace( age( timestamp
'epoch' + uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.133.107.200'
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.133.107.200' AND me.ip = '10.133.107.200'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime,
me.contact, me.name, me.location, me.layers, me.ports, me.mac,
me.serial, 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.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, to_char( last
           _arpnip, 'YYYY-MM-DD HH24:MI' ), to_char( last_discover,
'YYYY-MM-DD HH24:MI' ), to_char( last_macsuck, 'YYYY-MM-DD HH24:MI' ),
extract( epoch
      FROM age( now(  ), last_arpnip ) ), extract( epoch
      FROM age( now(  ), last_discover ) ), extract( epoch
      FROM age( now(  ), last_macsuck ) ), replace( age( timestamp
'epoch' + uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.133.107.200'
SELECT me.ip, me.alias, me.subnet, me.port, me.dns, me.creation
  FROM device_ip me
WHERE me.alias = '10.133.107.200' AND me.ip = '10.133.107.200'
SELECT me.ip, me.creation, me.dns, me.description, me.uptime,
me.contact, me.name, me.location, me.layers, me.ports, me.mac,
me.serial, 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.vtp_domain,
me.last_discover, me.last_macsuck, me.last_arpnip, to_char( last
           _arpnip, 'YYYY-MM-DD HH24:MI' ), to_char( last_discover,
'YYYY-MM-DD HH24:MI' ), to_char( last_macsuck, 'YYYY-MM-DD HH24:MI' ),
extract( epoch
      FROM age( now(  ), last_arpnip ) ), extract( epoch
      FROM age( now(  ), last_discover ) ), extract( epoch
      FROM age( now(  ), last_macsuck ) ), replace( age( timestamp
'epoch' + uptime / 100 * interval '1 second', timestamp '1970-01-01
00:00:00-00' ) ::text, 'mon', 'month' )
  FROM device me
WHERE me.ip = '10.133.107.200'
[8930] 2015-04-30 06:43:38 debug [10.133.107.200] try_connect with
ver: 2, class: SNMP::Info::Layer2, comm: <hidden>
Cannot find module (VELOCITY-MIB): At line 0 in (none)
Cannot find module (VELOCITY-TYPES): At line 0 in (none)
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/3com
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/aerohive
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/alcatel
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/allied
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/apc
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/arista
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/aruba
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/asante
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/avaya
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/bluecoat
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/bluesocket
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/cabletron
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/checkpoint
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/cisco
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/citrix
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/colubris
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/cyclades
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/d-link
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/dell
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/enterasys
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/extreme
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/extricom
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/f5
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/force10
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/fortinet
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/foundry
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/h3c
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/hp
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/huawei
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/ibm
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/juniper
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/lantronix
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/mikrotik
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/net-snmp
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/netapp
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/netgear
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/netscreen
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/nortel
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/packetfront
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/paloalto
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/pica8
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/rad
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/rfc
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/riverbed
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/ruckus
SNMP::Info::init() - Adding new
mibdir:/usr/local/netdisco/netdisco-mibs/sonicwall
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/trapeze
SNMP::Info::init() - Adding new mibdir:/usr/local/netdisco/netdisco-mibs/xirrus
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
BEGIN WORK
COMMIT
BEGIN WORK
COMMIT
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.26
SNMP::Info::device_type() layers:00000010 id:248 sysDescr:"Hirschmann
Railswitch"
SNMP::Info::_validate_autoload_method(root_ip) Unable to resolve method.
SNMP::Info::_global name : SNMPv2-MIB::sysName.0 : .1.3.6.1.2.1.1.5.0
SNMP::Info::_load_attr ip_index : IP-MIB::ipAdEntIfIndex : .1.3.6.1.2.1.4.20.1.2
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
SNMP::Info::_load_attr ip_netmask : IP-MIB::ipAdEntNetMask :
.1.3.6.1.2.1.4.20.1.3
[8930] 2015-04-30 06:43:39 debug  [10.133.107.200] device - aliased as
10.133.107.200
[8930] 2015-04-30 06:43:39 debug  resolving 1 aliases with max 50
outstanding requests
SNMP::Info::_validate_autoload_method(vtp_d_name) Unable to resolve method.
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::_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::_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
/usr/local/netdisco/perl5/lib/perl5/App/Netdisco/Core/Discover.pm line
177
SNMP::Info::_load_attr e_descr : ENTITY-MIB::entPhysicalDescr :
.1.3.6.1.2.1.47.1.1.1.1.2
SNMP::Info::_load_attr e_serial : ENTITY-MIB::entPhysicalSerialNum :
.1.3.6.1.2.1.47.1.1.1.1.11
BEGIN WORK
DELETE FROM device_ip
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:40 debug  [10.133.107.200] device - removed 1 aliases
SAVEPOINT savepoint_0
UPDATE device
  SET last_discover = now(  ), uptime = '206511190'
WHERE ip = '10.133.107.200'
RELEASE SAVEPOINT savepoint_0
SAVEPOINT savepoint_0
INSERT INTO device_ip( alias, dns, ip, port, subnet )
  VALUES( ?, ?, ?, ?, ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
[8930] 2015-04-30 06:43:40 debug  [10.133.107.200] device - added 1 new aliases
COMMIT
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::_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
/usr/local/netdisco/perl5/lib/perl5/App/Netdisco/Core/Discover.pm line
236
BEGIN WORK
DELETE FROM device_port_power
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.133.107.200'
   )
DELETE FROM device_port_vlan
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.133.107.200'
   )
DELETE FROM device_port_wireless
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.133.107.200'
   )
DELETE FROM device_port_ssid
WHERE ip IN (
    SELECT me.ip
      FROM device_port me
    WHERE me.ip = '10.133.107.200'
   )
DELETE FROM device_port
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] interfaces -
removed 10 interfaces
SAVEPOINT savepoint_0
RELEASE SAVEPOINT savepoint_0
SAVEPOINT savepoint_0
INSERT INTO device_port( descr, duplex, duplex_admin, ip, is_master,
lastchange, mac, mtu, name, port, pvid, slave_of, speed, stp, type,
up, up_admin, vlan )
  VALUES( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) :
'__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] interfaces - added
10 new interfaces
COMMIT
SNMP::Info::_validate_autoload_method(i_ssidlist) Unable to resolve method.
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_cv_egress :
Q-BRIDGE-MIB::dot1qVlanCurrentEgressPorts :
.1.3.6.1.2.1.17.7.1.4.2.1.4
SNMP::Info::_validate_autoload_method(i_vlan_type) Unable to resolve method.
BEGIN WORK
DELETE FROM device_vlan
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] vlans - removed 1
device VLANs
SAVEPOINT savepoint_0
INSERT INTO device_vlan( description, ip, last_discover, vlan )
  VALUES( ?, ?, now(  ), ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] vlans - added 1 new
device VLANs
COMMIT
BEGIN WORK
DELETE FROM device_port_vlan
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] vlans - removed 0 port VLANs
SAVEPOINT savepoint_0
INSERT INTO device_port_vlan( ip, last_discover, native, port, vlan, vlantype )
  VALUES( ?, now(  ), ?, ?, ?, ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
[8930] 2015-04-30 06:43:41 debug  [10.133.107.200] vlans - added 9 new
port VLANs
COMMIT
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.
SNMP::Info::_load_attr peth_port_status :
POWER-ETHERNET-MIB::pethPsePortDetectionStatus : .1.3.6.1.
SNMP::Info::_load_attr peth_port_admin :
POWER-ETHERNET-MIB::pethPsePortAdminEnable : .1.3.6.1.2.1.1
SNMP::Info::_load_attr peth_port_status :
POWER-ETHERNET-MIB::pethPsePortDetectionStatus : .1.3.6.1.
SNMP::Info::_load_attr peth_port_class :
POWER-ETHERNET-MIB::pethPsePortPowerClassifications : .1.3.
SNMP::Info::_validate_autoload_method(peth_port_power) Unable to resolve method.
BEGIN WORK
DELETE FROM device_power
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] power - removed 1
power modules
SAVEPOINT savepoint_0
INSERT INTO device_power( ip, module, power, status )
  VALUES( ?, ?, ?, ? ) : '__BULK_INSERT__'
RELEASE SAVEPOINT savepoint_0
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] power - added 1 new
power modules
COMMIT
BEGIN WORK
DELETE FROM device_port_power
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] power - removed 0
PoE capable ports
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] power - added 0 new
PoE capable ports
COMMIT
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.133.107.200'
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] 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
  FROM device_module me
WHERE me.index = '1' AND me.ip = '10.133.107.200'
INSERT INTO device_module( class, fru, index, ip, last_discover,
model, name, parent, pos, serial, s
  VALUES( 'chassis', false, '1', '10.133.107.200', now(  ),
'enterprises.248.14.10.41', 'chassis', '
COMMIT
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] modules - 0 chassis
components (added one pseudo
BEGIN WORK
UPDATE device_port
  SET manual_topo = false
WHERE ip = '10.133.107.200'
[8930] 2015-04-30 06:43:42 debug  [10.133.107.200] neigh - setting
manual topology links
SELECT me.dev1, me.port1, me.dev2, me.port2
  FROM topology me
WHERE dev1 = '10.133.107.200' OR dev2 = '10.133.107.200'
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::_load_attr lldp_rman_addr :
LLDP-MIB::lldpRemManAddrIfSubtype : .1.0.8802.1.1.2.1.4.2.1.
Looping on: lldp_rman_addr iid:3784541.4.6.1.4.10.133.107.139.  at
/usr/local/netdisco/perl5/lib/per


SNMP::Info::_validate_autoload_method(hasCDP) 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
Looping on: lldp_rem_pid iid:3784541.4.6.  at
/usr/local/netdisco/perl5/lib/perl5/App/Netdisco/Core/Discover.pm line
696


SNMP::Info::_load_attr i_alias : IF-MIB::ifAlias : .1.3.6.1.2.1.31.1.1.1.18
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(2)
: .1.0.8802.1.1.2.1.3.7.1.4.2
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(1)
: .1.0.8802.1.1.2.1.3.7.1.4.1
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(6)
: .1.0.8802.1.1.2.1.3.7.1.4.6
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(7)
: .1.0.8802.1.1.2.1.3.7.1.4.7
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(3)
: .1.0.8802.1.1.2.1.3.7.1.4.3
SNMP::Info::_load_attr lldpLocPortDesc : LLDP-MIB::lldpLocPortDesc(4)
: .1.0.8802.1.1.2.1.3.7.1.4.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_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
Looping on: lldp_rem_pid_type iid:3784541.4.6.  at
/usr/local/netdisco/perl5/lib/perl5/App/Netdisco/Core/Discover.pm line
697


SNMP::Info::_load_attr lldp_rem_sysdesc : LLDP-MIB::lldpRemSysDesc :
.1.0.8802.1.1.2.1.4.1.1.10
^C
netdisco@server:~>

Thanks a lot in advance.

Tobias



--- End Message ---
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to