Hello, We are trying to monitor individual switch ports on various switches via SNMP, but we only get very limited information back when doing an SNMP walk... See example. We don't seem to be able to see any other data about any switch. SNMPv2-SMI::enterprises.29671.1.1.4.1.1.224.85.61.134.5.40 = Hex-STRING: E0 55 3D 86 05 28 SNMPv2-SMI::enterprises.29671.1.1.4.1.3.224.85.61.134.5.40 = INTEGER: 1 SNMPv2-SMI::enterprises.29671.1.1.4.1.4.224.85.61.134.5.40 = Hex-STRING: 07 E8 09 03 09 30 35 00 2B 00 00 SNMPv2-SMI::enterprises.29671.1.1.4.1.5.224.85.61.134.5.40 = INTEGER: 1 SNMPv2-SMI::enterprises.29671.1.1.4.1.7.224.85.61.134.5.40 = IpAddress: 137.221.150.236 SNMPv2-SMI::enterprises.29671.1.1.4.1.8.224.85.61.134.5.40 = STRING: "***SERIAL NUMBER***" SNMPv2-SMI::enterprises.29671.1.1.4.1.9.224.85.61.134.5.40 = STRING: "MS410-16-HW" We are also trying to do this with wireless devices such as an MX68, we can see traffic, but no port statuses. We have download the MIB file from the interface but it makes no difference if we use it or not. snmpwalk -v3 -t 10 -l authPriv -u ***USERNAME*** -a SHA -A "***PASSWORD***" -x DES -X "***PASSWORD***" -Ob -M +. -M +MERAKI-CLOUD-CONTROLLER-MIB.txt snmp.meraki.com:16100 .1 How do we get SNMP v3 working as its enable with auth in the interface and V2 is disabled. I feel like we are missing a whole load of information. If we cant monitor port status its all a bit pointless for us you see. Any help much appreciated thank you.
... View more