## Expected outcome
`lldpd` should accept the LLDPDU and it should be available in the
-output of `lldpcli show neighbors`.
+output of `lldpcli show neighbors details`.
## Current outcome
```
Linux 4.8.0-1-amd64 GNU/Linux
```
+
+ - Output of `tcpdump -pni eth0 -vv -X ether host 01:80:c2:00:00:0e`:
+
+```
+16:47:37.595387 LLDP, length 219
+ Chassis ID TLV (1), length 7
+ Subtype MAC address (4): 54:ee:75:0f:31:7e
+ 0x0000: 0454 ee75 0f31 7e
+[...]
+ 0x00b0: 1600 080f 656e 7830 3035 3062 3636 6563 ....enx0050b66ec
+ 0x00c0: 6236 65fe 0900 120f 0301 0000 0000 fe09 b6e.............
+ 0x00d0: 0012 0f01 03ec c100 1e00 00 ...........
+```