You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'192.168.0.1' generated an exception: failed to detect EUI version: 'Incomplete'
Traceback (most recent call last):
File "test.py", line 260, in <module>
data = future.result()
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 437, in result
return self.__get_result()
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "test.py", line 84, in DeviceInfoFetchPipeline
"arpTable" : connection.get_arp_table(),
File "/home/altepro/.local/lib/python3.8/site-packages/napalm_ce/ce.py", line 678, in get_arp_table
'mac': napalm.base.helpers.mac(arp[1]),
File "/home/altepro/.local/lib/python3.8/site-packages/napalm/base/helpers.py", line 339, in mac
return str(EUI(raw, dialect=_MACFormat))
File "/home/altepro/.local/lib/python3.8/site-packages/netaddr/eui/__init__.py", line 389, in __init__
self.value = addr
File "/home/altepro/.local/lib/python3.8/site-packages/netaddr/eui/__init__.py", line 438, in _set_value
raise AddrFormatError('failed to detect EUI version: %r'
netaddr.core.AddrFormatError: failed to detect EUI version: 'Incomplete'
When trying to get_arp_table on CE switch:
On the switch:
Tried googling the problem but there was nothing.
Any one knows what this exception means ?
The text was updated successfully, but these errors were encountered: