nick n.
nick n.
heya, i've been buzy the last few weeks but will pick this up in a few days. we haven't forgotten you.
question: has this ever worked? the only think i can still come up with is either the returned data needs munging or we are not looking in the right place....
also related #291 (also SNMP::Info::Layer3::Foundry). ipv4 arpnip not working, only ipv6.
> and yet the arpnip with debug shows use of ipNetToPhysicalPhysAddress, returning nothing: > > ``` > SNMP::Info::_load_attr ip_n2p_phys_addr : IP-MIB::ipNetToPhysicalPhysAddress : .1.3.6.1.2.1.4.35.1.4 > SNMP::Info::IPv6::ipv6_n2p_mac: data comes from IP-MIB. >...
> I have had this working in netdisco before, but that was such an old version of ND that I don’t think it’s a useful comparison. any version info you...
snmp timeouts can lead to strange issues, as i've seen with cisco 3750x stacks. the solution for me is to create a custom group: (as with most things in netdisco,...
if you still have this device around, netdisco now has a snazzy new snapshot feature: https://github.com/netdisco/netdisco/wiki/Snapshot#netdisco-option this would help us out to get a better idea of the issue and...
i can confirm, ipNetToMediaTable is not available on FL.10.12.0006 either. most of what you want is implemented in SNMP::Info::IPv6, with a few non-exposed stubs in SNMP::Info::Layer3. i found a comment...
most likely an issue with the device firmware for that particular hardware model, even snmpwalk doesn't return usefull info: old: ``` snmpwalk -v 2c -c uhm_nope 10.40.254.142 .1.3.6.1.4.1.9.9.46.1.3.1.1 SNMPv2-SMI::enterprises.9.9.46.1.3.1.1.2.1.1 =...
newer nx-os versions seem to have had several fixes in this area. putting this on hold until i have time to upgrade the ucs stuff.