]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/bridge.8
bridge link: add support to specify master
[mirror_iproute2.git] / man / man8 / bridge.8
1 .TH BRIDGE 8 "1 August 2012" "iproute2" "Linux"
2 .SH NAME
3 bridge \- show / manipulate bridge addresses and devices
4 .SH SYNOPSIS
5
6 .ad l
7 .in +8
8 .ti -8
9 .B bridge
10 .RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | "
11 .BR help " }"
12 .sp
13
14 .ti -8
15 .IR OBJECT " := { "
16 .BR link " | " fdb " | " mdb " | " vlan " | " monitor " }"
17 .sp
18
19 .ti -8
20 .IR OPTIONS " := { "
21 \fB\-V\fR[\fIersion\fR] |
22 \fB\-s\fR[\fItatistics\fR] |
23 \fB\-n\fR[\fIetns\fR] name }
24
25 .ti -8
26 .BR "bridge link set"
27 .B dev
28 .IR DEV
29 .IR " [ "
30 .B cost
31 .IR COST " ] [ "
32 .B priority
33 .IR PRIO " ] [ "
34 .B state
35 .IR STATE "] ["
36 .BR guard " { " on " | " off " } ] [ "
37 .BR hairpin " { " on " | " off " } ] [ "
38 .BR fastleave " { " on " | " off " } ] [ "
39 .BR root_block " { " on " | " off " } ] [ "
40 .BR learning " { " on " | " off " } ] [ "
41 .BR learning_sync " { " on " | " off " } ] [ "
42 .BR flood " { " on " | " off " } ] [ "
43 .BR hwmode " { " vepa " | " veb " } ] [ "
44 .BR self " ] [ " master " ] "
45
46 .ti -8
47 .BR "bridge link" " [ " show " ] [ "
48 .B dev
49 .IR DEV " ]"
50
51 .ti -8
52 .BR "bridge fdb" " { " add " | " append " | " del " } "
53 .I LLADDR
54 .B dev
55 .IR DEV " { "
56 .BR local " | " temp " } { "
57 .BR self " } { " embedded " } { " router " } [ "
58 .B dst
59 .IR IPADDR " ] [ "
60 .B vni
61 .IR VNI " ] ["
62 .B port
63 .IR PORT " ] ["
64 .B via
65 .IR DEVICE " ]"
66
67 .ti -8
68 .BR "bridge fdb" " [ " show " ] [ "
69 .B dev
70 .IR DEV " ]"
71
72 .ti -8
73 .BR "bridge mdb" " { " add " | " del " } "
74 .B dev
75 .IR DEV
76 .B port
77 .IR PORT
78 .B grp
79 .IR GROUP " [ "
80 .BR permanent " | " temp " ]"
81
82 .ti -8
83 .BR "bridge mdb show " [ "
84 .B dev
85 .IR DEV " ]"
86
87 .ti -8
88 .BR "bridge vlan" " { " add " | " del " } "
89 .B dev
90 .IR DEV
91 .B vid
92 .IR VID " [ "
93 .BR pvid " ] [ " untagged " ] [ "
94 .BR self " ] [ " master " ] "
95
96 .ti -8
97 .BR "bridge vlan" " [ " show " ] [ "
98 .B dev
99 .IR DEV " ]"
100
101 .ti -8
102 .BR "bridge monitor" " [ " all " | " neigh " | " link " | " mdb " ]"
103
104 .SH OPTIONS
105
106 .TP
107 .BR "\-V" , " -Version"
108 print the version of the
109 .B bridge
110 utility and exit.
111
112 .TP
113 .BR "\-s" , " \-stats", " \-statistics"
114 output more information. If this option
115 is given multiple times, the amount of information increases.
116 As a rule, the information is statistics or some time values.
117
118 .TP
119 .BR "\-n" , " \-net" , " \-netns " <NETNS>
120 switches
121 .B bridge
122 to the specified network namespace
123 .IR NETNS .
124 Actually it just simplifies executing of:
125
126 .B ip netns exec
127 .IR NETNS
128 .B bridge
129 .RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | "
130 .BR help " }"
131
132 to
133
134 .B bridge
135 .RI "-n[etns] " NETNS " [ " OPTIONS " ] " OBJECT " { " COMMAND " | "
136 .BR help " }"
137
138
139 .SH BRIDGE - COMMAND SYNTAX
140
141 .SS
142 .I OBJECT
143
144 .TP
145 .B link
146 - Bridge port.
147
148 .TP
149 .B fdb
150 - Forwarding Database entry.
151
152 .TP
153 .B mdb
154 - Multicast group database entry.
155
156 .TP
157 .B vlan
158 - VLAN filter list.
159
160 .SS
161 .I COMMAND
162
163 Specifies the action to perform on the object.
164 The set of possible actions depends on the object type.
165 As a rule, it is possible to
166 .BR "add" , " delete"
167 and
168 .B show
169 (or
170 .B list
171 ) objects, but some objects do not allow all of these operations
172 or have some additional commands. The
173 .B help
174 command is available for all objects. It prints
175 out a list of available commands and argument syntax conventions.
176 .sp
177 If no command is given, some default command is assumed.
178 Usually it is
179 .B list
180 or, if the objects of this class cannot be listed,
181 .BR "help" .
182
183 .SH bridge link - bridge port
184
185 .B link
186 objects correspond to the port devices of the bridge.
187
188 .P
189 The corresponding commands set and display port status and bridge specific
190 attributes.
191
192 .SS bridge link set - set bridge specific attributes on a port
193
194 .TP
195 .BI dev " NAME "
196 interface name of the bridge port
197
198 .TP
199 .BI cost " COST "
200 the STP path cost of the specified port.
201
202 .TP
203 .BI priority " PRIO "
204 the STP port priority. The priority value is an unsigned 8-bit quantity
205 (number between 0 and 255). This metric is used in the designated port an
206 droot port selectio algorithms.
207
208 .TP
209 .BI state " STATE "
210 the operation state of the port. This is primarily used by user space STP/RSTP
211 implementation. One may enter a lowercased port state name, or one of the
212 numbers below. Negative inputs are ignored, and unrecognized names return an
213 error.
214
215 .B 0
216 - port is DISABLED. Make this port completely inactive.
217 .sp
218
219 .B 1
220 - STP LISTENING state. Only valid if STP is enabled on the brige. In this
221 state the port for list for STP BPDUs and drop all other traffic.
222 .sp
223
224 .B 2
225 - STP LEARNING state. Only valid if STP is enabled on the bridge. In this
226 state the port will accept traffic only for the purpose of updating MAC
227 adress tables.
228 .sp
229
230 .B 3
231 - STP FORWARDING state. Port is fully active.
232 .sp
233
234 .B 4
235 - STP BLOCKING state. Only valid if STP is enabled on the bridge. This state
236 is used during the STP election process. In this state, port will only process
237 STP BPDUs.
238 .sp
239
240 .TP
241 .BR "guard on " or " guard off "
242 Controls whether STP BPUDs will be processed by the bridge port. By default,
243 the flag is turned off allowed BPDU processing. Turning this flag on will
244 cause the port to stop processing STP BPDUs.
245
246 .TP
247 .BR "hairpin on " or " hairpin off "
248 Controls whether traffic may be send back out of the port on which it was
249 received. By default, this flag is turned off and the bridge will not forward
250 traffic back out of the receiving port.
251
252 .TP
253 .BR "fastleave on " or " fastleave off "
254 This flag allows the bridge to immediately stop multicast traffic on a port
255 that receives IGMP Leave message. It is only used with IGMP snooping is
256 enabled on the bridge. By default the flag is off.
257
258 .TP
259 .BR "root_block on " or " root_block off "
260 Controls whether a given port is allowed to become root port or not. Only used
261 when STP is enabled on the bridge. By default the flag is off.
262
263 .TP
264 .BR "learning on " or " learning off "
265 Controls whether a given port will learn MAC addresses from received traffic or
266 not. If learning if off, the bridge will end up flooding any traffic for which
267 it has no FDB entry. By default this flag is on.
268
269 .TP
270 .BR "learning_sync on " or " learning_sync off "
271 Controls whether a given port will sync MAC addresses learned on device port to
272 bridge FDB.
273
274 .TP
275 .BR "flooding on " or " flooding off "
276 Controls whether a given port will flood unicast traffic for which there is no FDB entry. By default this flag is on.
277
278 .TP
279 .BI hwmode
280 Some network interface cards support HW bridge functionality and they may be
281 configured in different modes. Currently support modes are:
282
283 .B vepa
284 - Data sent between HW ports is sent on the wire to the external
285 switch.
286
287 .B veb
288 - bridging happens in hardware.
289
290 .TP
291 .BI self
292 link setting is configured on specified physical device
293
294 .TP
295 .BI master
296 link setting is configured on the software bridge (default)
297
298
299 .SS bridge link show - list bridge port configuration.
300
301 This command displays the current bridge port configuration and flags.
302
303 .SH bridge fdb - forwarding database management
304
305 .B fdb
306 objects contain known Ethernet addresses on a link.
307
308 .P
309 The corresponding commands display fdb entries, add new entries,
310 append entries,
311 and delete old ones.
312
313 .SS bridge fdb add - add a new fdb entry
314
315 This command creates a new fdb entry.
316
317 .TP
318 .BI "LLADDR"
319 the Ethernet MAC address.
320
321 .TP
322 .BI dev " DEV"
323 the interface to which this address is associated.
324
325 .B self
326 - the address is associated with a software fdb (default)
327 .sp
328
329 .B embedded
330 - the address is associated with an offloaded fdb
331 .sp
332
333 .B router
334 - the destination address is associated with a router.
335 Valid if the referenced device is a VXLAN type device and has
336 route shortcircuit enabled.
337 .sp
338
339 .in -8
340 The next command line parameters apply only
341 when the specified device
342 .I DEV
343 is of type VXLAN.
344 .TP
345 .BI dst " IPADDR"
346 the IP address of the destination
347 VXLAN tunnel endpoint where the Ethernet MAC ADDRESS resides.
348
349 .TP
350 .BI vni " VNI"
351 the VXLAN VNI Network Identifier (or VXLAN Segment ID)
352 to use to connect to the remote VXLAN tunnel endpoint.
353 If omitted the value specified at vxlan device creation
354 will be used.
355
356 .TP
357 .BI port " PORT"
358 the UDP destination PORT number to use to connect to the
359 remote VXLAN tunnel endpoint.
360 If omitted the default value is used.
361
362 .TP
363 .BI via " DEVICE"
364 device name of the outgoing interface for the
365 VXLAN device driver to reach the
366 remote VXLAN tunnel endpoint.
367
368 .SS bridge fdb append - append a forwarding database entry
369 This command adds a new fdb entry with an already known
370 .IR LLADDR .
371 Valid only for multicast link layer addresses.
372 The command adds support for broadcast and multicast
373 Ethernet MAC addresses.
374 The Ethernet MAC address is added multiple times into
375 the forwarding database and the vxlan device driver
376 sends a copy of the data packet to each entry found.
377
378 .PP
379 The arguments are the same as with
380 .BR "bridge fdb add" ,
381
382 .SS bridge fdb delete - delete a forwarding database entry
383 This command removes an existing fdb entry.
384
385 .PP
386 The arguments are the same as with
387 .BR "bridge fdb add" ,
388
389 .SS bridge fdb show - list forwarding entries.
390
391 This command displays the current forwarding table.
392
393 .PP
394 With the
395 .B -statistics
396 option, the command becomes verbose. It prints out the last updated
397 and last used time for each entry.
398
399 .SH bridge mdb - multicast group database management
400
401 .B mdb
402 objects contain known IP multicast group addresses on a link.
403
404 .P
405 The corresponding commands display mdb entries, add new entries,
406 and delete old ones.
407
408 .SS bridge mdb add - add a new multicast group database entry
409
410 This command creates a new mdb entry.
411
412 .TP
413 .BI dev " DEV"
414 the interface where this group address is associated.
415
416 .TP
417 .BI port " PORT"
418 the port whose link is known to have members of this multicast group.
419
420 .TP
421 .BI grp " GROUP"
422 the IP multicast group address whose members reside on the link connected to
423 the port.
424
425 .B permanent
426 - the mdb entry is permanent
427 .sp
428
429 .B temp
430 - the mdb entry is temporary (default)
431 .sp
432
433 .in -8
434 .SS bridge mdb delete - delete a multicast group database entry
435 This command removes an existing mdb entry.
436
437 .PP
438 The arguments are the same as with
439 .BR "bridge mdb add" .
440
441 .SS bridge mdb show - list multicast group database entries
442
443 This command displays the current multicast group membership table. The table
444 is populated by IGMP and MLD snooping in the bridge driver automatically. It
445 can be altered by
446 .B bridge mdb add
447 and
448 .B bridge mdb del
449 commands manually too.
450
451 .TP
452 .BI dev " DEV"
453 the interface only whose entries should be listed. Default is to list all
454 bridge interfaces.
455
456 .PP
457 With the
458 .B -details
459 option, the command becomes verbose. It prints out the ports known to have
460 a connected router.
461
462 .SH bridge vlan - VLAN filter list
463
464 .B vlan
465 objects contain known VLAN IDs for a link.
466
467 .P
468 The corresponding commands display vlan filter entries, add new entries,
469 and delete old ones.
470
471 .SS bridge vlan add - add a new vlan filter entry
472
473 This command creates a new vlan filter entry.
474
475 .TP
476 .BI dev " NAME"
477 the interface with which this vlan is associated.
478
479 .TP
480 .BI vid " VID"
481 the VLAN ID that identifies the vlan.
482
483 .TP
484 .BI pvid
485 the vlan specified is to be considered a PVID at ingress.
486 Any untagged frames will be assigned to this VLAN.
487
488 .TP
489 .BI untagged
490 the vlan specified is to be treated as untagged on egress.
491
492 .TP
493 .BI self
494 the vlan is configured on the specified physical device. Required if the
495 device is the bridge device.
496
497 .TP
498 .BI master
499 the vlan is configured on the software bridge (default).
500
501 .SS bridge vlan delete - delete a forwarding database entry
502 This command removes an existing fdb entry.
503
504 .PP
505 The arguments are the same as with
506 .BR "bridge vlan add".
507 The
508 .BR "pvid " and " untagged"
509 flags are ignored.
510
511 .SS bridge vlan show - list vlan configuration.
512
513 This command displays the current VLAN filter table.
514
515 .SH bridge monitor - state monitoring
516
517 The
518 .B bridge
519 utility can monitor the state of devices and addresses
520 continuously. This option has a slightly different format.
521 Namely, the
522 .B monitor
523 command is the first in the command line and then the object list follows:
524
525 .BR "bridge monitor" " [ " all " |"
526 .IR OBJECT-LIST " ]"
527
528 .I OBJECT-LIST
529 is the list of object types that we want to monitor.
530 It may contain
531 .BR link ", " fdb ", and " mdb "."
532 If no
533 .B file
534 argument is given,
535 .B bridge
536 opens RTNETLINK, listens on it and dumps state changes in the format
537 described in previous sections.
538
539 .P
540 If a file name is given, it does not listen on RTNETLINK,
541 but opens the file containing RTNETLINK messages saved in binary format
542 and dumps them. Such a history file can be generated with the
543
544
545 .SH NOTES
546 This command uses facilities added in Linux 3.0.
547
548 Although the forwarding table is maintained on a per-bridge device basis
549 the bridge device is not part of the syntax. This is a limitation of the
550 underlying netlink neighbour message protocol. When displaying the
551 forwarding table, entries for all bridges are displayed.
552 Add/delete/modify commands determine the underlying bridge device
553 based on the bridge to which the corresponding ethernet device is attached.
554
555
556 .SH SEE ALSO
557 .BR ip (8)
558 .SH BUGS
559 .RB "Please direct bugreports and patches to: " <netdev@vger.kernel.org>
560
561 .SH AUTHOR
562 Original Manpage by Stephen Hemminger