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
lldptool get-tlv -n -i enp3s0 -V 8
returns some data like:
IPv4: 10.1.0.1
Ifindex: 37
OID:
this causes ruby to kick out
Could not retrieve fact='lldp_neighbor_mngaddr_ipv4_enp2s0', resolution='': invalid byte sequence in UTF-8
I fixed this by adding " | cat -v" to the end of the lldptool command line.
The text was updated successfully, but these errors were encountered:
lldptool get-tlv -n -i enp3s0 -V 8
returns some data like:
IPv4: 10.1.0.1
Ifindex: 37
OID:
this causes ruby to kick out
Could not retrieve fact='lldp_neighbor_mngaddr_ipv4_enp2s0', resolution='': invalid byte sequence in UTF-8
I fixed this by adding " | cat -v" to the end of the lldptool command line.
The text was updated successfully, but these errors were encountered: