LLDP Settings

LLDP Settings

Nodegrid supports LLDP on its network interfaces.


The Nodegrid advertises its identity and capabilities information on the LAN, as well as receiving same information from other devices with this feature enabled.


To enable LLDP on the NodeGrid, follow the steps below:

  1. Log in as admin to the Nodegrid WebUI
  2. Go to Network :: Connections :: ETH0 page
  3. Check the Enable LLDP advertising and reception through this connection checkbox
  4. Save
  5. Repeat the steps for ETH1, if required.

To view the advertising information from Nodegrid and other devices, go to Tracking :: LLDP page.

Each line will show the Connection (network interface), Type, Chassis ID, Port ID, TTL, System Name, IPv4 Management Address, IPv6 Management Address, and System Description.


If configuring it via CLI, then follow theses steps:

  1. Access the Nodegrid via ssh, telnet, or console port and log in as admin
  2. Type the following commands to enable LLDP:

[admin@nodegrid /]# set /settings/network_connections/ETH0/ enable_lldp=yes

[+admin@nodegrid /]# commit

To view the advertising information, type:

[admin@nodegrid /]# show /system/lldp/


    • Related Articles

    • Network Configuration via CLI

      Example of configuring the ETH0 interface via CLI (please, replace the network values with your own information). Log in as admin to the Nodegrid console port or HDMI Type the following commands (in bold): [admin@nodegrid /]# cd ...
    • export_settings and import_settings

      The export_settings and import_settings are CLI features that allow you to export/import the entire or partial (subtree or the configuration of a given path) configuration in a text format. The input and output can be a file or standard input/output ...
    • How to Configure Network Bridge on the Nodegrid Serial Console

      Nodegrid Serial Console cascades, or daisy chains, network ports by implementing a network bridge between ports ETH0 and ETH1. In this configuration several NSC units can be used in cascade mode, all sharing the same network switch port, saving a ...
    • How to Enable Network Bonding on the Nodegrid Serial Console

      Below are the steps to configure network bonding with ETH0 and ETH1. WebUI Open a browser, enter the Nodegrid Serial Console IP/hostname, and log in as admin Go to Network :: Connections page Click on Add, and fill out the form as follows: Enter a ...
    • Network Failover with Huawei E3276 USB Wireless Modem

      The E3276 USB wireless modem reports itself as a network device. So you will have to add a network connection in Nodegrid that binds to it. Here are the steps: 1. Login as admin in the Web UI and browse to Network, then Connections. Click Add and ...