nick n.
nick n.
got started, still a big todo list of things i found that don't quite work. what it does now is basicly detect it's a lenovo device in fill in the...
@fz883 i'm struggeling with the snmp data since the steps here https://github.com/netdisco/snmp-info/wiki/Simulating-Agents didn't quite give me the output i hoped for. is there a chance that you could generate an...
side note for those who find this message in the future: half of the issues i had were due to snmpwalk -> snmprec conversions. getting the data directly via snmprec.py...
basic support was added in snmp::info 3.67, could you provide some feedback on how it's working out? not everything is supported yet (lag needs work) but i'd like to see...
coolness, of the basic support checks we have a solid base to address the todo's: https://github.com/netdisco/snmp-info/blob/02c8ed0764dc2230ea1cd31028f63de655085cc5/lib/SNMP/Info/Layer3/Lenovo.pm#L30-L35 (need a few more snmprec files for the ibm issue)
strange, did you update the netdisco-mibs when running netdisco-deploy?
seems netdisco-mibs release 4.13 is missing a 0 (should be 4.013) and thus is causing the docker builds not to update. `curl -sL https://api.github.com/repos/netdisco/netdisco-mibs/tags | jq '.[]|.tarball_url|select(test("tarball/\\d+\\.\\d+$"))' | sort -rg`...
renaming the netdisc-mibs 4.13 tag to 4.013 seems to have fixed this.
btw, basic support was added in #323 (snmp::info 3.67), but it's not yet feature complete. i'll change the title of this issue to reflect that.
@fz883 it's been a while since this has been worked on. care to comment if you're still using netdisco & how your devices are acting now? i still have access...