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