FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Interface set LLDP request. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
vl_api_ip4_address_t | mgmt_ip4 |
vl_api_ip6_address_t | mgmt_ip6 |
u8 | mgmt_oid [128] |
bool | enable [default=true] |
string | port_desc [] |
Interface set LLDP request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - interface for which to enable/disable LLDP |
mgmt_ip4_addr | - management ip4 address of the interface |
mgmt_ip6_addr | - management ip6 address of the interface |
mgmt_oid | - OID(Object Identifier) of the interface |
enable | - if non-zero enable, else disable |
port_desc | - local port description |
vl_api_ip4_address_t vl_api_sw_interface_set_lldp_t::mgmt_ip4 |
vl_api_ip6_address_t vl_api_sw_interface_set_lldp_t::mgmt_ip6 |
vl_api_interface_index_t vl_api_sw_interface_set_lldp_t::sw_if_index |