Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[snmpagent]: update snmpagent submodule
ae99de0 Extend RFC 2737 MIB and implement RFC 3433 (#69) Signed-off-by: Guohan Lu <[email protected]>
- Loading branch information
6cf2d10
There was a problem hiding this comment.
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'