diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 22:57:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 22:57:12 +0100 |
commit | f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a (patch) | |
tree | c236fa50dbcb4845f85c3f1c9f8eb16120305e9f /docs/interfaces/bridge.rst | |
parent | f6ee81e58268ce1a666f68504f327f49c4402130 (diff) | |
download | vyos-documentation-f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a.tar.gz vyos-documentation-f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a.zip |
interfaces: consolidate vxlan, geneve, wifi, pppoe, wwan to new include command syntax
Diffstat (limited to 'docs/interfaces/bridge.rst')
-rw-r--r-- | docs/interfaces/bridge.rst | 45 |
1 files changed, 19 insertions, 26 deletions
diff --git a/docs/interfaces/bridge.rst b/docs/interfaces/bridge.rst index 8704d334..144e5f6d 100644 --- a/docs/interfaces/bridge.rst +++ b/docs/interfaces/bridge.rst @@ -24,29 +24,6 @@ Common interface configuration :var0: bridge :var1: br0 -.. cfgcmd:: set interfaces bridge <interface> aging <time> - - MAC address aging `<time`> in seconds (default: 300). - -.. cfgcmd:: set interfaces bridge <interface> max-age <time> - - Bridge maximum aging `<time>` in seconds (default: 20). - - If a another bridge in the spanning tree does not send out a hello - packet for a long period of time, it is assumed to be dead. - - -Link Administration -------------------- - -.. cfgcmd:: set interfaces bridge <interface> disable-flow-control - - Disable Ethernet flow control (pause frames). - -.. cfgcmd:: set interfaces bridge <interface> igmp querier - - Enable IGMP querier - Member Interfaces ----------------- @@ -82,7 +59,6 @@ Member Interfaces deciding which link to use. Faster interfaces should have lower costs. - .. _stp: STP Parameter @@ -118,9 +94,26 @@ links providing fault tolerance if an active link fails. Designated Bridges. Hello packets are used to communicate information about the topology throughout the entire Bridged Local Area Network. +Additional Bridge Options +------------------------- + +.. cfgcmd:: set interfaces bridge <interface> aging <time> + + MAC address aging `<time`> in seconds (default: 300). + +.. cfgcmd:: set interfaces bridge <interface> max-age <time> + + Bridge maximum aging `<time>` in seconds (default: 20). + + If a another bridge in the spanning tree does not send out a hello + packet for a long period of time, it is assumed to be dead. + +.. cfgcmd:: set interfaces bridge <interface> igmp querier + + Enable IGMP querier Example -------- +####### Creating a bridge interface is very simple. In this example we will have: @@ -155,7 +148,7 @@ This results in the active configuration: Operation -========= +######### .. opcmd:: show bridge |