|
From: Venkateswarlu K. <ven...@gm...> - 2018-04-28 04:06:36
|
Hi Robert, Iam running snmpd on my ARM embedded device. Since memory is important so i can't load any extra mibs into it. Any further solition ? Thanks, Venkateswarlu.K On Sat, Apr 28, 2018 at 4:02 AM, Robert Story <rs...@fr...> wrote: > On Fri, 27 Apr 2018 20:08:19 +0530 Venkateswarlu wrote: > VK> I am facing one issue with snmp. While fecting the > VK> ifPhysAddress for my device interfaces, one of the mac address > VK> is displaying wrong data. > VK> > VK> Version : 5.7.3 > VK> OS: armv7l GNU/Linux > VK> > VK> One of my ineterface is having mac address of 24:79:2A:0D:72:48. > VK> > VK> While fetching the this MAC address for my interface it is > VK> giving wrong data. > VK> > VK> snmpget -v2c -c public localhost .1.3.6.1.2.1.2.2.1.6.3 > VK> > VK> rH"3.6.1.2.1.2.2.1.6.3 = STRING: "$y* > VK> > VK> I didn't get any clue so far. Cam someone help ? > > Try loading the MIBs, which tell snmpget how to properly display > the data returned by the agent. > > snmpget -m ALL -v2c -c public localhost .1.3.6.1.2.1.2.2.1.6.3 > > Robert > |