Lines Matching full:bridge
1 .TH BRIDGE 8 "1 August 2012" "iproute2" "Linux"
3 bridge \- show / manipulate bridge addresses and devices
9 .B bridge
122 .B bridge
138 .B bridge
145 .B bridge
151 .B bridge
158 First failure will cause termination of bridge command.
162 Don't terminate bridge command on errors in batch mode.
170 .SH BRIDGE - COMMAND SYNTAX
177 - Bridge port.
214 .SH bridge link - bridge port
217 objects correspond to the port devices of the bridge.
220 The corresponding commands set and display port status and bridge specific
223 .SS bridge link set - set bridge specific attributes on a port
227 interface name of the bridge port
251 - STP LISTENING state. Only valid if STP is enabled on the bridge. In this
256 - STP LEARNING state. Only valid if STP is enabled on the bridge. In this
266 - STP BLOCKING state. Only valid if STP is enabled on the bridge. This state
273 Controls whether STP BPDUs will be processed by the bridge port. By default,
280 received. By default, this flag is turned off and the bridge will not forward
285 This flag allows the bridge to immediately stop multicast traffic on a port
287 enabled on the bridge. By default the flag is off.
292 when STP is enabled on the bridge. By default the flag is off.
297 not. If learning if off, the bridge will end up flooding any traffic for which
303 bridge FDB.
311 Some network interface cards support HW bridge functionality and they may be
331 link setting is configured on the software bridge (default)
337 .SS bridge link show - list bridge port configuration.
339 This command displays the current bridge port configuration and flags.
341 .SH bridge fdb - forwarding database management
351 .SS bridge fdb add - add a new fdb entry
423 .SS bridge fdb append - append a forwarding database entry
437 .SS bridge fdb delete - delete a forwarding database entry
444 .SS bridge fdb replace - replace a forwarding database entry
451 .SS bridge fdb show - list forwarding entries.
461 .SH bridge mdb - multicast group database management
470 .SS bridge mdb add - add a new multicast group database entry
500 .SS bridge mdb delete - delete a multicast group database entry
507 .SS bridge mdb show - list multicast group database entries
510 is populated by IGMP and MLD snooping in the bridge driver automatically. It
512 .B bridge mdb add
514 .B bridge mdb del
520 bridge interfaces.
533 .SH bridge vlan - VLAN filter list
542 .SS bridge vlan add - add a new vlan filter entry
566 device is the bridge device.
570 the vlan is configured on the software bridge (default).
572 .SS bridge vlan delete - delete a vlan filter entry
582 .SS bridge vlan show - list vlan configuration.
591 .SH bridge monitor - state monitoring
594 .B bridge
611 .B bridge
623 Although the forwarding table is maintained on a per-bridge device basis
624 the bridge device is not part of the syntax. This is a limitation of the
627 Add/delete/modify commands determine the underlying bridge device
628 based on the bridge to which the corresponding ethernet device is attached.