skydive icon indicating copy to clipboard operation
skydive copied to clipboard

LLDP cant identify error message

Open bechavod opened this issue 5 years ago • 2 comments

Hi Guys, any idea how to fix this error: skydive-agent_1 | 2019-09-03T14:23:17.632Z INFO lldp/lldp.go:379 (*Probe).handleNode own-127-241: Starting LLDP capture on veth2a5296b (MAC: 00:00:00:00:05:00) skydive-agent_1 | 2019-09-03T14:23:17.632Z ERROR lldp/lldp.go:381 (*Probe).handleNode own-127-241: Failed to add multicast address: invalid argument

bechavod avatar Sep 03 '19 14:09 bechavod

LLDP probe uses net.ParseMAC method to get interface MAC address, and your device doesn't have a valid MAC address as stated here

tu-pm avatar Sep 06 '19 01:09 tu-pm

Thanks your answer, I fix the issues the multicast and I got on the I interface lldp ips and mac but I can see on the topology dynamic

bechavod avatar Sep 06 '19 05:09 bechavod