Forum Discussion
No RepliesBe the first to reply
Hi,
Encountered weird issue when trying to query MAC-address information with SNMP. With python2 version of this function, mac address information is returned as hex string as it should but when using python3 version, the same information is returning something other than hex string.
Python3 version:
Python2 version:
Maybe some encoding issue with python3 version?