lldptool(8) | Linux | lldptool(8) |
evb - Show / manipulate EVB TLV configuration
lldptool -t -g ncb -i ethx -V evbCfg -c enableTx
lldptool -T -g ncb -i ethx -V evbCfg -c enableTx=[yes|no]
lldptool -t -g ncb -i ethx -V evbCfg -c fmode
lldptool -T -g ncb -i ethx -V evbCfg -c fmode=[bridge|reflectiverelay]
lldptool -t -g ncb -i ethx -V evbCfg -c capabilities
lldptool -T -g ncb -i ethx -V evbCfg -c capabilities=[rte|ecp|vdp|none]
lldptool -t -g ncb -i ethx -V evbCfg -c rte
lldptool -T -g ncb -i ethx -V evbCfg -c rte=[<rte>]
lldptool -t -g ncb -i ethx -V evbCfg -c vsis
lldptool -T -g ncb -i ethx -V evbCfg -c vsis=[<number of vsis>]
The EVB TLV is a TLV to announce the station and bridge's edge virtual bridging (evb) capabilities and request the bridge forwarding mode. If both sides have agree on edge control protocol (ECP), VSI discovery protocol (VDP) capabilities, both sides can exchange VDP TLV using ECP frames. The vsis parameter will set the maximum number of VSIs and show the number of currently configured VSIs.
The EVB TLV is used to announce and exchange supported parameters between the station and an adjacent switch. The TLV uses the nearest customer bridge agent.
If "reflectiverelay" is set as forwarding mode, the switch will allow "reflection" of frames coming from different sources at the same port back to the port. This will allow communication between virtual machines on the same host via the switch.
The capabilities parameter is used to set RTE, ECP and VDP support. VDP TLVs in ECP frames can only be exchanged if both sides agree on ECP and VDP as capabilities. RTE will be used as the base timing parameter for ECP and VDP.
Currently the code in lldpad reflects draft 0 of the upcoming standard. EVB TLVs on the wire can be decoded with wireshark > v1.6.
lldptool-vdp(8), lldptool(8), lldpad(8)
Jens Osterkamp
February 2010 | open-lldp |