snmp-info icon indicating copy to clipboard operation
snmp-info copied to clipboard

9500FixedSwitchStack not supported?

Open FabiusMaxim opened this issue 5 years ago • 1 comments

Me and my team currently have a problem with our 9500FixedSwitchStack switches in netdisco. the macsuck keeps getting timouts. it takes exactly 21 seconds per VLAN before hitting the timeout: [13233] debug [IP] reindexing to vlan 163 (ver: 2, class: SNMP::Info::Layer3::Cisco)=> this makes me think that it's not supported since it's not a specific device class.

some output: [31141] 2021-03-04 09:01:52 info App::Netdisco version 2.039031 loaded. [31141] 2021-03-04 09:01:53 info macsuck: [] started at Thu Mar 4 10:01:53 2021 [31141] 2021-03-04 09:01:53 debug macsuck: running with timeout 600s [31141] 2021-03-04 09:01:53 debug => running workers for phase: check [31141] 2021-03-04 09:01:53 debug -> run worker check/base/0 [31141] 2021-03-04 09:01:53 debug Macsuck is able to run. [31141] 2021-03-04 09:01:53 debug => running workers for phase: main [31141] 2021-03-04 09:01:53 debug -> run worker main/nodes/100 [31141] 2021-03-04 09:01:53 debug snmp reader cache warm: [31141] 2021-03-04 09:01:53 debug [IP:161] try_connect with ver: 2, class: SNMP::Info::Layer3::Cisco, comm: -> continues to vlan reindexing but takes exactly 21s per VLAN then times out with the 600s limit: [31141] 2021-03-04 09:11:53 debug -> HASH(0x55ce88ca4de8) [31141] 2021-03-04 09:11:53 debug {} [31141] 2021-03-04 09:11:53 debug -> run worker main/wirelessnodes/100 [31141] 2021-03-04 09:11:53 debug macsuck: timed out! [31141] 2021-03-04 09:11:53 debug job timed out after 600 sec [31141] 2021-03-04 09:11:53 info macsuck: finished at Thu Mar 4 10:11:53 2021 [31141] 2021-03-04 09:11:53 info macsuck: status error: HASH(0x55ce88ca4de8)

also: in the device info these pop up in the output: 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(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.

FabiusMaxim avatar Mar 04 '21 13:03 FabiusMaxim

is this correct that you are using version 2.039031? that's almost 3 years old.

any chance to test with a recent version? a clean install under a different user is probably the easiest: https://metacpan.org/pod/App::Netdisco#Installation

inphobia avatar Mar 13 '21 04:03 inphobia