RUT360 support for LLDP

Hi, I’m trying to add package for LLDP support (used for network discovery of Profinet based devices) with following commands:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf install lldpd

Seems that package was installed fine:

opkg -e /etc/opkg/openwrt/distfeeds.conf update                                                                                                                                                                 
Downloading https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/packages/Packages.gz                                                                                                                
Updated list of available packages in /var/opkg-lists/openwrt_core                                                                                                                                                   
Downloading https://downloads.openwrt.org/releases/21.02.0/targets/ath79/generic/packages/Packages.sig                                                                                                               
Signature check passed.                                                                                                                                                                                              
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/Packages.gz                                                                                                                       
Updated list of available packages in /var/opkg-lists/openwrt_base                                                                                                                                                   
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/Packages.sig                                                                                                                      
Signature check passed.                                                                                                                                                                                              
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/luci/Packages.gz                                                                                                                       
Updated list of available packages in /var/opkg-lists/openwrt_luci                                                                                                                                                   
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/luci/Packages.sig                                                                                                                      
Signature check passed.                                                                                                                                                                                              
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/packages/Packages.gz                                                                                                                   
Updated list of available packages in /var/opkg-lists/openwrt_packages                                                                                                                                               
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/packages/Packages.sig                                                                                                                  
Signature check passed.                                                                                                                                                                                              
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz                                                                                                                       
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz                                                                                      
                                                                                                                                                                                                                     
Collected errors:                                                                                                                                                                                                    
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz, wget returned 8.                                                                            
root@RUT360:~# opkg -e /etc/opkg/openwrt/distfeeds.conf install lldpd                                                                                                                                                
Installing lldpd (1.0.7-1) to root...                                                                                                                                                                                
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/lldpd_1.0.7-1_mips_24kc.ipk                                                                                                       
Installing libevent2-7 (2.1.12-1) to root...                                                                                                                                                                         
Downloading https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/base/libevent2-7_2.1.12-1_mips_24kc.ipk                                                                                                
Configuring libevent2-7.                                                                                                                                                                                             
Configuring lldpd.                                                                                                                                                                                                   
root@RUT360:~#                                 

But after reboot of router, I’m still not able to discover any devices over LLDP. Any ideas? Thanks

Hello,

Apologies for a delayed response.

Could you confirm whether you’re still experiencing the LLDP discovery issue after installing the lldpd package and rebooting the device?

I haven’t noticed similar behavior on my end using RUT360 (FW: 7.12.3).

Additionally, could you check if the lldpd service is enabled after the reboot? You can verify this with the following command:

/etc/init.d/lldpd status

If it’s not running, please try enabling it with:

/etc/init.d/lldpd start 

Or adding this command into the startup script on the System → Maintenance → Custom Scripts page.

Best regards,