LLDP for Management Server and Security Gateway
This section applies to all configured interfaces on these:
-
Management Servers, Log Server, SmartEvent Servers
-
Security Gateways, Cluster Members
|
Important - Scalable Platforms (ElasticXL, Maestro, and Chassis) do not support this feature (Known Limitation MBS-10753). For a Maestro Orchestrator, see LLDP on Maestro Orchestrator. |
You can configure Gaia to advertise and receive information from other network devices over the Link Layer Discovery Protocol (LLDP) protocol.
The LLDP is a vendor-neutral link layer protocol that network devices use to advertise their identity, capabilities (and so on) and to receive information about their neighbors on a local area network based on IEEE 802 standard.
The gathered information may include:
-
System Name
-
System Description
-
System Capabilities (switching, routing, etc.)
-
Port Description
-
Management Address
|
Important - By default, LLDP is disabled in the Gaia operating system. |
Configuring LLDP in Gaia Portal on a Management Server / Security Gateway
Step |
Instructions |
||
---|---|---|---|
1 |
In the navigation tree, click System Management > LLDP. |
||
2 |
In the Type Length Value (TLV) section, select which information to send in the LLDP packets, and click Apply:
|
||
3 |
In the Timers section, configure the applicable values, and click Apply:
|
||
4 |
In the Interfaces section, add the applicable interfaces.
The available LLDP modes are:
|
||
5 |
In the LLDP Configuration section:
|
Configuring LLDP in Gaia Clish on Management Server / Security Gateway
Workflow:
Step |
Instructions |
|
---|---|---|
1 |
Enable the LLDP:
|
|
2 |
Configure the required LLDP settings with the " |
|
3 |
Save the changes in the Gaia database:
|
Syntax
-
To configure LLDP:
set lldp
hold-time-multiplier <2-10>
interface <Name of Interface>
receive {on | off}
transmit {on | off}
transmit-and-receive {on | off}
state {on | off}
tlv
port-description {on | off}
system-name {on | off}
system-description {on | off}
system-capabilities {on | off}
management-address {on from {configured-interface | mgmt-interface} | off}
transmit-interval <8-32768>
Important - After you add, configure, or delete features, run the "
save config
" command to save the settings permanently. Scalable Platforms save the changes automatically. -
To show the LLDP configuration:
show lldp
peers
status
interface <Name of Interface>
timers
tlv
Parameters
Parameter |
Description |
---|---|
|
This multiplier controls the Time-to Live (TTL) of the LLDP packets: TTL = (Transmit Interval) x (Hold Time Multiplier). This TTL is the duration, for which the receiving neighbor stores the LLDP information in its database. Enter a value between 2 and 10 (default is 4). |
|
Specifies the name of an interface, which sends or receives the LLDP packets. |
|
Enables ( The interface only receives the LLDP packets, but does not transmit the LLDP packets. |
|
Enables ( The interface only transmits the LLDP packets, but does not receive the LLDP packets. |
|
Enables ( The interface transmits and receives the LLDP packets. |
|
Enables ( |
|
Enables ( Sends the name of the interface. |
|
Enables ( Sends the Gaia " Note - To configure the domain name, see System Name. |
|
Enables ( Sends the formatted output of the " (which contains kernel name, kernel release, and kernel machine hardware name). |
|
Enables ( Sends the string " |
|
Enables (
|
|
This interval controls how frequently the LLDP-enabled interface sends the LLDP packets. Enter a value between 8 and 32768 (default is 30) seconds. |
|
Shows the configured LLDP timers:
|
Example - Viewing the LLDP status
MyGaia> show lldp status LLDP server enabled Interfaces eth0 - receive eth1 - receive and transmit eth2 - transmit Optional Information port-description off system-name on system-description off system-capabilities on management-address on Timers Hold time multiplier 5 Transmit interval 20 MyGaia> |