logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

evb - Show / manipulate EVB TLV configuration

Arguments

enableTx
              Enables the EVB TLV to be transmitted

       fmode  shows or sets the forwarding mode between bridge (default) or reflectiverelay (RR).

       capabilities
              shows or sets the local capabilities that are announced to the adjacent switch in  the  TLV.  This
              parameter will accept any combination of rte, vdp or ecp, separated by ",". Use the keyword "none"
              if you do not want to set any capabilities.

       rte    shows or set the local run time exponent (RTE). The RTE will be used as the base for the timing of
              the ECP and VDP protocols.

       vsis   shows  or  sets the number of virtual station interfaces (VSIs) that are announced to the adjacent
              switch in the TLV. This parameter expects a number between 0 and 65535.

Author

       Jens Osterkamp

open-lldp                                         February 2010                                      lldptool(8)

Description

       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.

Example & Usage

       Display locally configured values for eth8lldptool-t-gncb-ieth8-VevbCfg

       Display remotely configured values for eth8lldptool-n-gncb-t-ieth8-VevbCfg

       Display whether evb tlv is configured for tx on eth8lldptool-t-gncb-ieth8-VevbCfg-cenableTx

       Display the currently requested forwarding mode for eth8lldptool-t-gncb-ieth8-VevbCfg-cfmode

       Set the forwarding mode to reflective relay
              lldptool-T-gncb-ieth8-VevbCfg-cfmode=reflectiverelay

       Display the currently configured capabilities
              lldptool-t-gncb-iethx-VevbCfg-ccapabilities

       Set the locally possible capabilities to RTE, ECP and VDP
              lldptool-T-gncb-iethx-VevbCfg-ccapabilities=rte,ecp,vdp

       Resets the locally possible capabilities to "none"
              lldptool-T-gncb-iethx-VevbCfg-ccapabilities=none

       Display the locally configured value for RTE
              lldptool-t-gncb-iethx-VevbCfg-crte

       Set the value for RTE
              lldptool-T-gncb-iethx-VevbCfg-crte=[<rte>]

       Display the configured maximum number of VSIs
              lldptool-t-gncb-iethx-VevbCfg-cvsis

       Set the maximum number of VSIs
              lldptool-T-gncb-iethx-VevbCfg-cvsis=[<numberofvsis>]

Name

       evb - Show / manipulate EVB TLV configuration

Notes

       Currently  the  code  in  lldpad  reflects  draft 0 of the upcoming standard. EVB TLVs on the wire can be
       decoded with wireshark > v1.6.

See Also

lldptool-vdp(8), lldptool(8), lldpad(8)

Source

Synopsis

lldptool-t-gncb-iethx-VevbCfg-cenableTxlldptool-T-gncb-iethx-VevbCfg-cenableTx=[yes|no]lldptool-t-gncb-iethx-VevbCfg-cfmodelldptool-T-gncb-iethx-VevbCfg-cfmode=[bridge|reflectiverelay]lldptool-t-gncb-iethx-VevbCfg-ccapabilitieslldptool-T-gncb-iethx-VevbCfg-ccapabilities=[rte|ecp|vdp|none]lldptool-t-gncb-iethx-VevbCfg-crtelldptool-T-gncb-iethx-VevbCfg-crte=[<rte>]lldptool-t-gncb-iethx-VevbCfg-cvsislldptool-T-gncb-iethx-VevbCfg-cvsis=[<numberofvsis>]

Theory Of Operation

       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.

See Also