]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/bridge.8
ip link: proto_down config and display.
[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 " } { " 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 router
330 - the destination address is associated with a router.
331 Valid if the referenced device is a VXLAN type device and has
332 route shortcircuit enabled.
333 .sp
334
335 .in -8
336 The next command line parameters apply only
337 when the specified device
338 .I DEV
339 is of type VXLAN.
340 .TP
341 .BI dst " IPADDR"
342 the IP address of the destination
343 VXLAN tunnel endpoint where the Ethernet MAC ADDRESS resides.
344
345 .TP
346 .BI vni " VNI"
347 the VXLAN VNI Network Identifier (or VXLAN Segment ID)
348 to use to connect to the remote VXLAN tunnel endpoint.
349 If omitted the value specified at vxlan device creation
350 will be used.
351
352 .TP
353 .BI port " PORT"
354 the UDP destination PORT number to use to connect to the
355 remote VXLAN tunnel endpoint.
356 If omitted the default value is used.
357
358 .TP
359 .BI via " DEVICE"
360 device name of the outgoing interface for the
361 VXLAN device driver to reach the
362 remote VXLAN tunnel endpoint.
363
364 .SS bridge fdb append - append a forwarding database entry
365 This command adds a new fdb entry with an already known
366 .IR LLADDR .
367 Valid only for multicast link layer addresses.
368 The command adds support for broadcast and multicast
369 Ethernet MAC addresses.
370 The Ethernet MAC address is added multiple times into
371 the forwarding database and the vxlan device driver
372 sends a copy of the data packet to each entry found.
373
374 .PP
375 The arguments are the same as with
376 .BR "bridge fdb add" ,
377
378 .SS bridge fdb delete - delete a forwarding database entry
379 This command removes an existing fdb entry.
380
381 .PP
382 The arguments are the same as with
383 .BR "bridge fdb add" ,
384
385 .SS bridge fdb show - list forwarding entries.
386
387 This command displays the current forwarding table.
388
389 .PP
390 With the
391 .B -statistics
392 option, the command becomes verbose. It prints out the last updated
393 and last used time for each entry.
394
395 .SH bridge mdb - multicast group database management
396
397 .B mdb
398 objects contain known IP multicast group addresses on a link.
399
400 .P
401 The corresponding commands display mdb entries, add new entries,
402 and delete old ones.
403
404 .SS bridge mdb add - add a new multicast group database entry
405
406 This command creates a new mdb entry.
407
408 .TP
409 .BI dev " DEV"
410 the interface where this group address is associated.
411
412 .TP
413 .BI port " PORT"
414 the port whose link is known to have members of this multicast group.
415
416 .TP
417 .BI grp " GROUP"
418 the IP multicast group address whose members reside on the link connected to
419 the port.
420
421 .B permanent
422 - the mdb entry is permanent
423 .sp
424
425 .B temp
426 - the mdb entry is temporary (default)
427 .sp
428
429 .in -8
430 .SS bridge mdb delete - delete a multicast group database entry
431 This command removes an existing mdb entry.
432
433 .PP
434 The arguments are the same as with
435 .BR "bridge mdb add" .
436
437 .SS bridge mdb show - list multicast group database entries
438
439 This command displays the current multicast group membership table. The table
440 is populated by IGMP and MLD snooping in the bridge driver automatically. It
441 can be altered by
442 .B bridge mdb add
443 and
444 .B bridge mdb del
445 commands manually too.
446
447 .TP
448 .BI dev " DEV"
449 the interface only whose entries should be listed. Default is to list all
450 bridge interfaces.
451
452 .PP
453 With the
454 .B -details
455 option, the command becomes verbose. It prints out the ports known to have
456 a connected router.
457
458 .SH bridge vlan - VLAN filter list
459
460 .B vlan
461 objects contain known VLAN IDs for a link.
462
463 .P
464 The corresponding commands display vlan filter entries, add new entries,
465 and delete old ones.
466
467 .SS bridge vlan add - add a new vlan filter entry
468
469 This command creates a new vlan filter entry.
470
471 .TP
472 .BI dev " NAME"
473 the interface with which this vlan is associated.
474
475 .TP
476 .BI vid " VID"
477 the VLAN ID that identifies the vlan.
478
479 .TP
480 .BI pvid
481 the vlan specified is to be considered a PVID at ingress.
482 Any untagged frames will be assigned to this VLAN.
483
484 .TP
485 .BI untagged
486 the vlan specified is to be treated as untagged on egress.
487
488 .TP
489 .BI self
490 the vlan is configured on the specified physical device. Required if the
491 device is the bridge device.
492
493 .TP
494 .BI master
495 the vlan is configured on the software bridge (default).
496
497 .SS bridge vlan delete - delete a forwarding database entry
498 This command removes an existing fdb entry.
499
500 .PP
501 The arguments are the same as with
502 .BR "bridge vlan add".
503 The
504 .BR "pvid " and " untagged"
505 flags are ignored.
506
507 .SS bridge vlan show - list vlan configuration.
508
509 This command displays the current VLAN filter table.
510
511 .SH bridge monitor - state monitoring
512
513 The
514 .B bridge
515 utility can monitor the state of devices and addresses
516 continuously. This option has a slightly different format.
517 Namely, the
518 .B monitor
519 command is the first in the command line and then the object list follows:
520
521 .BR "bridge monitor" " [ " all " |"
522 .IR OBJECT-LIST " ]"
523
524 .I OBJECT-LIST
525 is the list of object types that we want to monitor.
526 It may contain
527 .BR link ", " fdb ", and " mdb "."
528 If no
529 .B file
530 argument is given,
531 .B bridge
532 opens RTNETLINK, listens on it and dumps state changes in the format
533 described in previous sections.
534
535 .P
536 If a file name is given, it does not listen on RTNETLINK,
537 but opens the file containing RTNETLINK messages saved in binary format
538 and dumps them. Such a history file can be generated with the
539
540
541 .SH NOTES
542 This command uses facilities added in Linux 3.0.
543
544 Although the forwarding table is maintained on a per-bridge device basis
545 the bridge device is not part of the syntax. This is a limitation of the
546 underlying netlink neighbour message protocol. When displaying the
547 forwarding table, entries for all bridges are displayed.
548 Add/delete/modify commands determine the underlying bridge device
549 based on the bridge to which the corresponding ethernet device is attached.
550
551
552 .SH SEE ALSO
553 .BR ip (8)
554 .SH BUGS
555 .RB "Please direct bugreports and patches to: " <netdev@vger.kernel.org>
556
557 .SH AUTHOR
558 Original Manpage by Stephen Hemminger