Networking::LLDPGlobals¶
Introduced : BIG-IP_v11.1.0
The LLDPGlobals interface enables you to work with global attributes
used to configure LLDP.
Methods¶
Method | Description | Introduced |
get_description | Gets the LLDP globals description. | BIG-IP_v11.1.0 |
get_lldp_enabled_state | Gets the LLDP system enabled parameter. It turns on/off the LLDP feature. | BIG-IP_v11.1.0 |
get_maximum_neighbors_per_port | Gets the maximum neighbors per port parameter. This parameter defines the maximum neighbor counts the LLDP agent will keep. | BIG-IP_v11.1.0 |
get_reinit_delay | Gets the reinit delay parameter. This parameter defines the delay in seconds after which reinitialization of a disabled port will be attempted. | BIG-IP_v11.1.0 |
get_tx_delay | Gets the transmit delay parameter. This parameter defines the delay in seconds between LLDP successive frames transmission initiated by status change. | BIG-IP_v11.1.0 |
get_tx_hold | Gets the transmit hold parameter. This parameter defines a multiplier to determine TTL. | BIG-IP_v11.1.0 |
get_tx_interval | Gets the Transmit Interval parameter. This parameter defines the LLDP frame transmit interval in seconds. | BIG-IP_v11.1.0 |
get_version | Gets the version information for this interface. | BIG-IP_v11.1.0 |
set_description | Sets the LLDP globals description. This is an arbitrary field which can be used for any purpose. | BIG-IP_v11.1.0 |
set_lldp_enabled_state | Sets the LLDP system enable parameter. It turns on/off the LLDP feature. | BIG-IP_v11.1.0 |
set_maximum_neighbors_per_port | Sets the maximum neighbors per port parameter. This parameter defines the maximum neighbor counts the LLDP agent will keep. | BIG-IP_v11.1.0 |
set_reinit_delay | Sets the reinit delay parameter. This parameter defines the delay in seconds after which reinitialization of a disabled port will be attempted. | BIG-IP_v11.1.0 |
set_tx_delay | Sets the transmit delay parameter. This parameter defines the delay in seconds between LLDP successive frames transmission initiated by status change. | BIG-IP_v11.1.0 |
set_tx_hold | Sets the transmit hold parameter. This parameter defines a multiplier to determine TTL. ttl = tx_hold * tx_interval. | BIG-IP_v11.1.0 |
set_tx_interval | Sets the Transmit Interval parameter. This parameter defines the LLDP frame transmit interval in seconds. | BIG-IP_v11.1.0 |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.