Lines Matching full:bridge
1 .TH BRIDGE 8 "1 August 2012" "iproute2" "Linux"
3 bridge \- show / manipulate bridge addresses and devices
9 .B bridge
27 .BR "bridge link set"
48 .BR "bridge link" " [ " show " ] [ "
53 .BR "bridge fdb" " { " add " | " append " | " del " | " replace " } "
69 .BR "bridge fdb" " [ " show " ] [ "
74 .BR "bridge mdb" " { " add " | " del " } "
86 .BR "bridge mdb show " [ "
91 .BR "bridge vlan" " { " add " | " del " } "
100 .BR "bridge vlan" " [ " show " ] [ "
105 .BR "bridge monitor" " [ " all " | " neigh " | " link " | " mdb " ]"
112 .B bridge
124 .B bridge
131 .B bridge
137 .B bridge
144 First failure will cause termination of bridge command.
148 Don't terminate bridge command on errors in batch mode.
152 .SH BRIDGE - COMMAND SYNTAX
159 - Bridge port.
196 .SH bridge link - bridge port
199 objects correspond to the port devices of the bridge.
202 The corresponding commands set and display port status and bridge specific
205 .SS bridge link set - set bridge specific attributes on a port
209 interface name of the bridge port
238 - STP LEARNING state. Only valid if STP is enabled on the bridge. In this
248 - STP BLOCKING state. Only valid if STP is enabled on the bridge. This state
255 Controls whether STP BPUDs will be processed by the bridge port. By default,
262 received. By default, this flag is turned off and the bridge will not forward
267 This flag allows the bridge to immediately stop multicast traffic on a port
269 enabled on the bridge. By default the flag is off.
274 when STP is enabled on the bridge. By default the flag is off.
279 not. If learning if off, the bridge will end up flooding any traffic for which
285 bridge FDB.
293 Some network interface cards support HW bridge functionality and they may be
309 link setting is configured on the software bridge (default)
315 .SS bridge link show - list bridge port configuration.
317 This command displays the current bridge port configuration and flags.
319 .SH bridge fdb - forwarding database management
329 .SS bridge fdb add - add a new fdb entry
389 .SS bridge fdb append - append a forwarding database entry
401 .BR "bridge fdb add" .
403 .SS bridge fdb delete - delete a forwarding database entry
408 .BR "bridge fdb add" .
410 .SS bridge fdb replace - replace a forwarding database entry
415 .BR "bridge fdb add" .
417 .SS bridge fdb show - list forwarding entries.
427 .SH bridge mdb - multicast group database management
436 .SS bridge mdb add - add a new multicast group database entry
466 .SS bridge mdb delete - delete a multicast group database entry
471 .BR "bridge mdb add" .
473 .SS bridge mdb show - list multicast group database entries
476 is populated by IGMP and MLD snooping in the bridge driver automatically. It
478 .B bridge mdb add
480 .B bridge mdb del
486 bridge interfaces.
494 .SH bridge vlan - VLAN filter list
503 .SS bridge vlan add - add a new vlan filter entry
527 device is the bridge device.
531 the vlan is configured on the software bridge (default).
533 .SS bridge vlan delete - delete a forwarding database entry
538 .BR "bridge vlan add".
543 .SS bridge vlan show - list vlan configuration.
547 .SH bridge monitor - state monitoring
550 .B bridge
557 .BR "bridge monitor" " [ " all " |"
567 .B bridge
579 Although the forwarding table is maintained on a per-bridge device basis
580 the bridge device is not part of the syntax. This is a limitation of the
583 Add/delete/modify commands determine the underlying bridge device
584 based on the bridge to which the corresponding ethernet device is attached.