Bridge Configuration: |
|
brctl addbr <BridgeID> |
-Create a bridge with the indicated BridgeID |
brctl addif <BridgeID> <IFID> |
-Add network interface IFID to bridge BridgeID |
brctl stp <BridgeID> off |
-Disables the spanning tree protocol on bridge BridgeID |
brctl setageing <BridgeID> <secs> |
-Sets the ageing parameter of bridge BridgeID to secs
|
ifconfig <BridgeID> up/down |
-Activate/deactivates bridge BridgeID
|
Status Commands:
|
|
brctl show |
-Displays information about configured bridges |
brctl showmacs |
-Displays the the MAC forwarding table for configured bridges |