nick n.
nick n.
> @JeroenvIS > Any reason to do **not** use MAC addresses to determine neighbor relations? yeah, code complexity foremost. if all we had was lldp perhaps we could add some...
if you want want to force snmp v1 for a device you can add something like this to your config: ``` snmpforce_v1: - 169.254.1.2 ``` https://github.com/netdisco/netdisco/wiki/Configuration#snmpforce_v1 we have gotten reports...
``` SNMP::Info::_global(layers) NOSUCHINSTANCE at /home/netdisco/perl5/lib/perl5/App/Netdisco/Transport/SNMP.pm line 245. SNMP::Info::_global description : SNMPv2-MIB::sysDescr.0 : .1.3.6.1.2.1.1.1.0 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 223. ```...
> By the way, a bit confused, does an upgrade of the netdisco upgrade also the netdisco-mibs? updating netdisco (https://metacpan.org/pod/App::Netdisco#Upgrading-from-2.x) requires you to run `netdisco-deploy`. one of the questions it...
the only things i think that might have an impact are commits netdisco/snmp-info@02a52a4e09f7d24a7b3e6bdb7b010beeb31b5627 netdisco/snmp-info@e75aba14b4220fb78fb660029213d772bacdff68
i'll tag @postilion too, i think he did most of the work for ciscosb support. one question i do have: https://github.com/netdisco/snmp-info/blob/master/lib/SNMP/Info.pm#L1833 why .?1: `$soid =~ /^\.?1` shouldn't `$soid =~ /^\.1`...
@nakaori would is first be possible to upgrade to the latest netdisco & snmp::info? after that we could use the output of: `netdisco-do show -d -e ::layers` `netdisco-do show -d...
snmp::info & netdisco-mibs versions are different things. we make sure if a new version of snmp::info is released the current mibs at that time will support all features. but for...
indeed, but an even easier option is to the `netdisco-deploy` command: https://metacpan.org/pod/distribution/App-Netdisco/bin/netdisco-deploy just run it, answer `y` to "everything is in place" and "download and update the mibs", and `n`...
aahh, saw that ticket too: netdisco/netdisco-mibs#14 i've downloaded the mib, but it will need snmp::info support most likely. now, the mib doesn't contain a lot of data, which is both...