If the remote site has a description on the interface, the lldp shows the description as remote port
Local router config:
set service lldp interface eth0
Remote config:
set interfaces ethernet eth0 address '192.168.122.14/24' set interfaces ethernet eth0 description 'UPLINK' set service lldp interface eth0
Check op-mode, expected remote port eth0
vyos@r16:~$ show lldp neighbors Capability Codes: R - Router, B - Bridge, W - Wlan r - Repeater, S - Station D - Docsis, T - Telephone, O - Other Device Local Port Protocol Capability Platform Remote Port -------- ------------ ---------- ------------ ----------------------------- ------------- r4 eth0 LLDP BR VyOS 1.5-rolling-202406130020 UPLINK vyos@r16:~$
Expected:
vyos@r16:~$ show lldp neighbors Capability Codes: R - Router, B - Bridge, W - Wlan r - Repeater, S - Station D - Docsis, T - Telephone, O - Other Device Local Port Protocol Capability Platform Remote Port -------- ------------ ---------- ------------ ----------------------------- ------------- r4 eth0 LLDP BR VyOS 1.5-rolling-202406130020 eth0 vyos@r16:~$