kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

Document bridge support for flooding ieee-reserved (e.g., LLDP) #788

Closed jovatn closed 1 week ago

jovatn commented 2 weeks ago

We lack an example showing how to make a bridge flood LLDP rather as opposed to snoop them.

One could add such an example to the Bridge section, possibly as a subsection on same level as MAC Bridge and VLAN Bridge?

Ideas below. Probably good to add a lego picture as well with a bridge and four Ethernet ports, illustrating that LLDP packet will be flooded.

admin@example:/config/> edit interface br0
admin@example:/config/interface/br0/> set bridge ieee-group-forward <TAB>
  [0..15]  List of IEEE link-local protocols to forward, e.g., STP, LLDP
  dot1x    802.1X Port-Based Network Access Control.
  lacp     802.3 Slow Protocols, e.g., LACP.
  lldp     802.1AB Link Layer Discovery Protocol (LLDP).
  stp      Spanning Tree (STP/RSPT/MSTP).
admin@example:/config/interface/br0/> set bridge ieee-group-forward lldp
admin@example:/config/interface/br0/>