Skip to content

Commit

Permalink
[snmpagent]: update snmpagent submodule
Browse files Browse the repository at this point in the history
ae99de0 Extend RFC 2737 MIB and implement RFC 3433 (#69)

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan committed Sep 6, 2018
1 parent bc4a39f commit 6cf2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-snmpagent

1 comment on commit 6cf2d10

@johcheun
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lguohan Looks like below commit is missing from 201817 branch, causing lldpLocManAddrTable not populated and seeing some continous error messages in /var/log/syslog
sonic-net/sonic-dbsyncd@eeb678c

Error log in /var/log/syslog:
Sep 24 23:28:08.771152 switch2 ERR snmp/snmp-subagent ax_interface ERROR: MIBUpdater.start() caught an unexpected exception during update_data()#012Traceback (most recent call last):#12 File "/usr/local/lib/python3.6/dist-packages/ax_interface/mib.py", line 40, in start#012 self.reinit_data()#12 File "/usr/local/lib/python3.6/dist-packages/sonic_ax_impl/mibs/ieee802_1ab.py", line 270, in reinit_data#012 b'lldp_loc_man_addr').decode('utf-8')#012AttributeError: 'NoneType' object has no attribute 'decode'

Please sign in to comment.