]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ifconfig/ifconfig.8
Update to zlib 1.2.4 and add versioned symbols to the
[FreeBSD/FreeBSD.git] / sbin / ifconfig / ifconfig.8
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     From: @(#)ifconfig.8    8.3 (Berkeley) 1/5/94
29 .\" $FreeBSD$
30 .\"
31 .Dd February 20, 2010
32 .Dt IFCONFIG 8
33 .Os
34 .Sh NAME
35 .Nm ifconfig
36 .Nd configure network interface parameters
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl L
40 .Op Fl k
41 .Op Fl m
42 .Op Fl n
43 .Ar interface
44 .Op Cm create
45 .Op Ar address_family
46 .Oo
47 .Ar address
48 .Op Ar dest_address
49 .Oc
50 .Op Ar parameters
51 .Nm
52 .Ar interface
53 .Cm destroy
54 .Nm
55 .Fl a
56 .Op Fl L
57 .Op Fl d
58 .Op Fl m
59 .Op Fl u
60 .Op Fl v
61 .Op Ar address_family
62 .Nm
63 .Fl l
64 .Op Fl d
65 .Op Fl u
66 .Op Ar address_family
67 .Nm
68 .Op Fl L
69 .Op Fl d
70 .Op Fl k
71 .Op Fl m
72 .Op Fl u
73 .Op Fl v
74 .Op Fl C
75 .Nm
76 .Op Fl g Ar groupname
77 .Sh DESCRIPTION
78 The
79 .Nm
80 utility is used to assign an address
81 to a network interface and/or configure
82 network interface parameters.
83 The
84 .Nm
85 utility must be used at boot time to define the network address
86 of each interface present on a machine; it may also be used at
87 a later time to redefine an interface's address
88 or other operating parameters.
89 .Pp
90 The following options are available:
91 .Bl -tag -width indent
92 .It Ar address
93 For the
94 .Tn DARPA Ns -Internet
95 family,
96 the address is either a host name present in the host name data
97 base,
98 .Xr hosts 5 ,
99 or a
100 .Tn DARPA
101 Internet address expressed in the Internet standard
102 .Dq dot notation .
103 .Pp
104 It is also possible to use the CIDR notation (also known as the
105 slash notation) to include the netmask.
106 That is, one can specify an address like
107 .Li 192.168.0.1/16 .
108 .Pp
109 For the
110 .Dq inet6
111 family, it is also possible to specify the prefix length using the slash
112 notation, like
113 .Li ::1/128 .
114 See the
115 .Cm prefixlen
116 parameter below for more information.
117 .\" For the Xerox Network Systems(tm) family,
118 .\" addresses are
119 .\" .Ar net:a.b.c.d.e.f ,
120 .\" where
121 .\" .Ar net
122 .\" is the assigned network number (in decimal),
123 .\" and each of the six bytes of the host number,
124 .\" .Ar a
125 .\" through
126 .\" .Ar f ,
127 .\" are specified in hexadecimal.
128 .\" The host number may be omitted on IEEE 802 protocol
129 .\" (Ethernet, FDDI, and Token Ring) interfaces,
130 .\" which use the hardware physical address,
131 .\" and on interfaces other than the first.
132 .\" For the
133 .\" .Tn ISO
134 .\" family, addresses are specified as a long hexadecimal string,
135 .\" as in the Xerox family.
136 .\" However, two consecutive dots imply a zero
137 .\" byte, and the dots are optional, if the user wishes to (carefully)
138 .\" count out long strings of digits in network byte order.
139 .Pp
140 The link-level
141 .Pq Dq link
142 address
143 is specified as a series of colon-separated hex digits.
144 This can be used to
145 e.g.\& set a new MAC address on an ethernet interface, though the
146 mechanism used is not ethernet-specific.
147 If the interface is already
148 up when this option is used, it will be briefly brought down and
149 then brought back up again in order to ensure that the receive
150 filter in the underlying ethernet hardware is properly reprogrammed.
151 .It Ar address_family
152 Specify the
153 address family
154 which affects interpretation of the remaining parameters.
155 Since an interface can receive transmissions in differing protocols
156 with different naming schemes, specifying the address family is recommended.
157 The address or protocol families currently
158 supported are
159 .Dq inet ,
160 .Dq inet6 ,
161 .Dq atalk ,
162 .Dq ipx ,
163 .\" .Dq iso ,
164 and
165 .Dq link .
166 .\" and
167 .\" .Dq ns .
168 The default is
169 .Dq inet .
170 .Dq ether
171 and
172 .Dq lladdr
173 are synonyms for
174 .Dq link .
175 .It Ar dest_address
176 Specify the address of the correspondent on the other end
177 of a point to point link.
178 .It Ar interface
179 This
180 parameter is a string of the form
181 .Dq name unit ,
182 for example,
183 .Dq Li ed0 .
184 .It Ar groupname
185 List the interfaces in the given group.
186 .El
187 .Pp
188 The following parameters may be set with
189 .Nm :
190 .Bl -tag -width indent
191 .It Cm add
192 Another name for the
193 .Cm alias
194 parameter.
195 Introduced for compatibility
196 with
197 .Bsx .
198 .It Cm alias
199 Establish an additional network address for this interface.
200 This is sometimes useful when changing network numbers, and
201 one wishes to accept packets addressed to the old interface.
202 If the address is on the same subnet as the first network address
203 for this interface, a non-conflicting netmask must be given.
204 Usually
205 .Li 0xffffffff
206 is most appropriate.
207 .It Fl alias
208 Remove the network address specified.
209 This would be used if you incorrectly specified an alias, or it
210 was no longer needed.
211 If you have incorrectly set an NS address having the side effect
212 of specifying the host portion, removing all NS addresses will
213 allow you to respecify the host portion.
214 .It Cm anycast
215 (Inet6 only.)
216 Specify that the address configured is an anycast address.
217 Based on the current specification,
218 only routers may configure anycast addresses.
219 Anycast address will not be used as source address of any of outgoing
220 IPv6 packets.
221 .It Cm arp
222 Enable the use of the Address Resolution Protocol
223 .Pq Xr arp 4
224 in mapping
225 between network level addresses and link level addresses (default).
226 This is currently implemented for mapping between
227 .Tn DARPA
228 Internet
229 addresses and
230 .Tn IEEE
231 802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses).
232 .It Fl arp
233 Disable the use of the Address Resolution Protocol
234 .Pq Xr arp 4 .
235 .It Cm staticarp
236 If the Address Resolution Protocol is enabled,
237 the host will only reply to requests for its addresses,
238 and will never send any requests.
239 .It Fl staticarp
240 If the Address Resolution Protocol is enabled,
241 the host will perform normally,
242 sending out requests and listening for replies.
243 .It Cm broadcast
244 (Inet only.)
245 Specify the address to use to represent broadcasts to the
246 network.
247 The default broadcast address is the address with a host part of all 1's.
248 .It Cm debug
249 Enable driver dependent debugging code; usually, this turns on
250 extra console error logging.
251 .It Fl debug
252 Disable driver dependent debugging code.
253 .It Cm promisc
254 Put interface into permanently promiscuous mode.
255 .It Fl promisc
256 Disable permanently promiscuous mode.
257 .It Cm delete
258 Another name for the
259 .Fl alias
260 parameter.
261 .It Cm description Ar value , Cm descr Ar value
262 Specify a description of the interface.
263 This can be used to label interfaces in situations where they may
264 otherwise be difficult to distinguish.
265 .It Cm -description , Cm -descr
266 Clear the interface description.
267 .It Cm down
268 Mark an interface
269 .Dq down .
270 When an interface is marked
271 .Dq down ,
272 the system will not attempt to
273 transmit messages through that interface.
274 If possible, the interface will be reset to disable reception as well.
275 This action does not automatically disable routes using the interface.
276 .It Cm group Ar group-name
277 Assign the interface to a
278 .Dq group .
279 Any interface can be in multiple groups.
280 .Pp
281 Cloned interfaces are members of their interface family group by default.
282 For example, a PPP interface such as
283 .Em ppp0
284 is a member of the PPP interface family group,
285 .Em ppp .
286 .\" The interface(s) the default route(s) point to are members of the
287 .\" .Em egress
288 .\" interface group.
289 .It Cm -group Ar group-name
290 Remove the interface from the given
291 .Dq group .
292 .It Cm eui64
293 (Inet6 only.)
294 Fill interface index
295 (lowermost 64bit of an IPv6 address)
296 automatically.
297 .It Cm ipdst
298 This is used to specify an Internet host who is willing to receive
299 IP packets encapsulating IPX packets bound for a remote network.
300 An apparent point to point link is constructed, and
301 the address specified will be taken as the IPX address and network
302 of the destination.
303 .It Cm maclabel Ar label
304 If Mandatory Access Control support is enabled in the kernel,
305 set the MAC label to
306 .Ar label .
307 .\" (see
308 .\" .Xr maclabel 7 ) .
309 .It Cm media Ar type
310 If the driver supports the media selection system, set the media type
311 of the interface to
312 .Ar type .
313 Some interfaces support the mutually exclusive use of one of several
314 different physical media connectors.
315 For example, a 10Mbit/s Ethernet
316 interface might support the use of either
317 .Tn AUI
318 or twisted pair connectors.
319 Setting the media type to
320 .Cm 10base5/AUI
321 would change the currently active connector to the AUI port.
322 Setting it to
323 .Cm 10baseT/UTP
324 would activate twisted pair.
325 Refer to the interfaces' driver
326 specific documentation or man page for a complete list of the
327 available types.
328 .It Cm mediaopt Ar opts
329 If the driver supports the media selection system, set the specified
330 media options on the interface.
331 The
332 .Ar opts
333 argument
334 is a comma delimited list of options to apply to the interface.
335 Refer to the interfaces' driver specific man page for a complete
336 list of available options.
337 .It Fl mediaopt Ar opts
338 If the driver supports the media selection system, disable the
339 specified media options on the interface.
340 .It Cm mode Ar mode
341 If the driver supports the media selection system, set the specified
342 operating mode on the interface to
343 .Ar mode .
344 For IEEE 802.11 wireless interfaces that support multiple operating modes
345 this directive is used to select between 802.11a
346 .Pq Cm 11a ,
347 802.11b
348 .Pq Cm 11b ,
349 and 802.11g
350 .Pq Cm 11g
351 operating modes.
352 .It Cm inst Ar minst , Cm instance Ar minst
353 Set the media instance to
354 .Ar minst .
355 This is useful for devices which have multiple physical layer interfaces
356 .Pq PHYs .
357 .It Cm name Ar name
358 Set the interface name to
359 .Ar name .
360 .It Cm rxcsum , txcsum
361 If the driver supports user-configurable checksum offloading,
362 enable receive (or transmit) checksum offloading on the interface.
363 Some drivers may not be able to enable these flags independently
364 of each other, so setting one may also set the other.
365 The driver will offload as much checksum work as it can reliably
366 support, the exact level of offloading varies between drivers.
367 .It Fl rxcsum , txcsum
368 If the driver supports user-configurable checksum offloading,
369 disable receive (or transmit) checksum offloading on the interface.
370 These settings may not always be independent of each other.
371 .It Cm tso
372 If the driver supports
373 .Xr tcp 4
374 segmentation offloading, enable TSO on the interface.
375 Some drivers may not be able to support TSO for
376 .Xr ip 4
377 and
378 .Xr ip6 4
379 packets, so they may enable only one of them.
380 .It Fl tso
381 If the driver supports
382 .Xr tcp 4
383 segmentation offloading, disable TSO on the interface.
384 It will always disable TSO for
385 .Xr ip 4
386 and
387 .Xr ip6 4 .
388 .It Cm lro
389 If the driver supports
390 .Xr tcp 4
391 large receive offloading, enable LRO on the interface.
392 .It Fl lro
393 If the driver supports
394 .Xr tcp 4
395 large receive offloading, disable LRO on the interface.
396 .It Cm wol , wol_ucast , wol_mcast , wol_magic
397 Enable Wake On Lan (WOL) support, if available.
398 WOL is a facility whereby a machine in a low power state may be woken
399 in response to a received packet.
400 There are three types of packets that may wake a system:
401 ucast (directed solely to the machine's mac address),
402 mcast (directed to a broadcast or multicast address),
403 or
404 magic (unicast or multicast frames with a ``magic contents'').
405 Not all devices support WOL, those that do indicate the mechanisms
406 they support in their capabilities.
407 .Cm wol
408 is a synonym for enabling all available WOL mechanisms.
409 To disable WOL use
410 .Fl wol .
411 .It Cm vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
412 If the driver offers user-configurable VLAN support, enable
413 reception of extended frames, tag processing in hardware,
414 frame filtering in hardware, or TSO on VLAN,
415 respectively.
416 Note that this must be issued on a physical interface associated with
417 .Xr vlan 4 ,
418 not on a
419 .Xr vlan 4
420 interface itself.
421 .It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
422 If the driver offers user-configurable VLAN support, disable
423 reception of extended frames, tag processing in hardware,
424 frame filtering in hardware, or TSO on VLAN,
425 respectively.
426 .It Cm vnet Ar jail
427 Move the interface to the
428 .Xr jail 8 ,
429 specified by name or JID.
430 If the jail has a virtual network stack, the interface will disappear
431 from the current environment and become visible to the jail.
432 .It Fl vnet Ar jail
433 Reclaim the interface from the
434 .Xr jail 8 ,
435 specified by name or JID.
436 If the jail has a virtual network stack, the interface will disappear
437 from the jail, and become visible to the current network environment.
438 .It Cm polling
439 Turn on
440 .Xr polling 4
441 feature and disable interrupts on the interface, if driver supports
442 this mode.
443 .It Fl polling
444 Turn off
445 .Xr polling 4
446 feature and enable interrupt mode on the interface.
447 .It Cm create
448 Create the specified network pseudo-device.
449 If the interface is given without a unit number, try to create a new
450 device with an arbitrary unit number.
451 If creation of an arbitrary device is successful, the new device name is
452 printed to standard output unless the interface is renamed or destroyed
453 in the same
454 .Nm
455 invocation.
456 .It Cm destroy
457 Destroy the specified network pseudo-device.
458 .It Cm plumb
459 Another name for the
460 .Cm create
461 parameter.
462 Included for
463 .Tn Solaris
464 compatibility.
465 .It Cm unplumb
466 Another name for the
467 .Cm destroy
468 parameter.
469 Included for
470 .Tn Solaris
471 compatibility.
472 .It Cm metric Ar n
473 Set the routing metric of the interface to
474 .Ar n ,
475 default 0.
476 The routing metric is used by the routing protocol
477 .Pq Xr routed 8 .
478 Higher metrics have the effect of making a route
479 less favorable; metrics are counted as additional hops
480 to the destination network or host.
481 .It Cm mtu Ar n
482 Set the maximum transmission unit of the interface to
483 .Ar n ,
484 default is interface specific.
485 The MTU is used to limit the size of packets that are transmitted on an
486 interface.
487 Not all interfaces support setting the MTU, and some interfaces have
488 range restrictions.
489 .It Cm netmask Ar mask
490 .\" (Inet and ISO.)
491 (Inet only.)
492 Specify how much of the address to reserve for subdividing
493 networks into sub-networks.
494 The mask includes the network part of the local address
495 and the subnet part, which is taken from the host field of the address.
496 The mask can be specified as a single hexadecimal number
497 with a leading
498 .Ql 0x ,
499 with a dot-notation Internet address,
500 or with a pseudo-network name listed in the network table
501 .Xr networks 5 .
502 The mask contains 1's for the bit positions in the 32-bit address
503 which are to be used for the network and subnet parts,
504 and 0's for the host part.
505 The mask should contain at least the standard network portion,
506 and the subnet field should be contiguous with the network
507 portion.
508 .Pp
509 The netmask can also be specified in CIDR notation after the address.
510 See the
511 .Ar address
512 option above for more information.
513 .It Cm prefixlen Ar len
514 (Inet6 only.)
515 Specify that
516 .Ar len
517 bits are reserved for subdividing networks into sub-networks.
518 The
519 .Ar len
520 must be integer, and for syntactical reason it must be between 0 to 128.
521 It is almost always 64 under the current IPv6 assignment rule.
522 If the parameter is omitted, 64 is used.
523 .Pp
524 The prefix can also be specified using the slash notation after the address.
525 See the
526 .Ar address
527 option above for more information.
528 .\" see
529 .\" Xr eon 5 .
530 .\" .It Cm nsellength Ar n
531 .\" .Pf ( Tn ISO
532 .\" only)
533 .\" This specifies a trailing number of bytes for a received
534 .\" .Tn NSAP
535 .\" used for local identification, the remaining leading part of which is
536 .\" taken to be the
537 .\" .Tn NET
538 .\" (Network Entity Title).
539 .\" The default value is 1, which is conformant to US
540 .\" .Tn GOSIP .
541 .\" When an ISO address is set in an ifconfig command,
542 .\" it is really the
543 .\" .Tn NSAP
544 .\" which is being specified.
545 .\" For example, in
546 .\" .Tn US GOSIP ,
547 .\" 20 hex digits should be
548 .\" specified in the
549 .\" .Tn ISO NSAP
550 .\" to be assigned to the interface.
551 .\" There is some evidence that a number different from 1 may be useful
552 .\" for
553 .\" .Tn AFI
554 .\" 37 type addresses.
555 .It Cm range Ar netrange
556 Under appletalk, set the interface to respond to a
557 .Ar netrange
558 of the form
559 .Ar startnet Ns - Ns Ar endnet .
560 Appletalk uses this scheme instead of
561 netmasks though
562 .Fx
563 implements it internally as a set of netmasks.
564 .It Cm remove
565 Another name for the
566 .Fl alias
567 parameter.
568 Introduced for compatibility
569 with
570 .Bsx .
571 .It Cm phase
572 The argument following this specifies the version (phase) of the
573 Appletalk network attached to the interface.
574 Values of 1 or 2 are permitted.
575 .Sm off
576 .It Cm link Op Cm 0 No - Cm 2
577 .Sm on
578 Enable special processing of the link level of the interface.
579 These three options are interface specific in actual effect, however,
580 they are in general used to select special modes of operation.
581 An example
582 of this is to enable SLIP compression, or to select the connector type
583 for some Ethernet cards.
584 Refer to the man page for the specific driver
585 for more information.
586 .Sm off
587 .It Fl link Op Cm 0 No - Cm 2
588 .Sm on
589 Disable special processing at the link level with the specified interface.
590 .It Cm monitor
591 Put the interface in monitor mode.
592 No packets are transmitted, and received packets are discarded after
593 .Xr bpf 4
594 processing.
595 .It Fl monitor
596 Take the interface out of monitor mode.
597 .It Cm up
598 Mark an interface
599 .Dq up .
600 This may be used to enable an interface after an
601 .Dq Nm Cm down .
602 It happens automatically when setting the first address on an interface.
603 If the interface was reset when previously marked down,
604 the hardware will be re-initialized.
605 .El
606 .Pp
607 The following parameters are for ICMPv6 Neightbor Discovery Protocol.
608 Note that the address family keyword
609 .Dq Li inet6
610 is needed for them:
611 .Bl -tag -width indent
612 .It Cm accept_rtadv
613 Set a flag to enable accepting ICMPv6 Router Advertisement messages.
614 .It Cm -accept_rtadv
615 Clear a flag
616 .Cm accept_rtadv .
617 .It Cm auto_linklocal
618 Set a flag to perform automatic link-local address configuration when
619 the interface becomes avalilable.
620 .It Cm -auto_linklocal
621 Clear a flag
622 .Cm auto_linklocal .
623 .It Cm defaultif
624 Set the specified interface as the default route when there is no
625 default router.
626 .It Cm -defaultif
627 Clear a flag
628 .Cm defaultif .
629 .It Cm ifdisabled
630 Set a flag to disable all of IPv6 network communications on the
631 specified interface.  Note that if there are already configured IPv6
632 addresses on that interface, all of them are marked as
633 .Dq tentative
634 and DAD will be performed when this flag is cleared.
635 .It Cm -ifdisabled
636 Clear a flag
637 .Cm ifdisabled .
638 When this flag is cleared and 
639 .Cm auto_linklocal
640 flag is enabled, automatic configuration of a link-local address is
641 performed.
642 .It Cm nud
643 Set a flag to enable Neighbor Unreachability Detection.
644 .It Cm -nud
645 Clear a flag
646 .Cm nud .
647 .It Cm prefer_source
648 Set a flag to prefer addesses on the interface as candidates of the
649 source address for outgoing packets.
650 .It Cm -prefer_source
651 Clear a flag
652 .Cm prefer_source .
653 .El
654 .Pp
655 The following parameters are specific to cloning
656 IEEE 802.11 wireless interfaces with the
657 .Cm create
658 request:
659 .Bl -tag -width indent
660 .It Cm wlandev Ar device
661 Use
662 .Ar device
663 as the parent for the cloned device.
664 .It Cm wlanmode Ar mode
665 Specify the operating mode for this cloned device.
666 .Ar mode
667 is one of
668 .Cm sta ,
669 .Cm ahdemo 
670 (or
671 .Cm adhoc-demo ),
672 .Cm ibss ,
673 (or
674 .Cm adhoc ),
675 .Cm ap ,
676 (or
677 .Cm hostap ),
678 .Cm wds ,
679 .Cm tdma ,
680 .Cm mesh ,
681 and
682 .Cm monitor .
683 The operating mode of a cloned interface cannot be changed.
684 The
685 .Cm tdma
686 mode is actually implemented as an
687 .Cm adhoc-demo
688 interface with special properties.
689 .It Cm wlanbssid Ar bssid
690 The 802.11 mac address to use for the bssid.
691 This must be specified at create time for a legacy
692 .Cm wds
693 device.
694 .It Cm wlanaddr Ar address
695 The local mac address.
696 If this is not specified then a mac address will automatically be assigned
697 to the cloned device.
698 Typically this address is the same as the address of the parent device
699 but if the
700 .Cm bssid
701 parameter is specified then the driver will craft a unique address for
702 the device (if supported).
703 .It Cm wdslegacy
704 Mark a
705 .Cm wds
706 device as operating in ``legacy mode''.
707 Legacy 
708 .Cm wds
709 devices have a fixed peer relationship and do not, for example, roam
710 if their peer stops communicating.
711 For completeness a Dynamic WDS (DWDS) interface may marked as
712 .Fl wdslegacy .
713 .It Cm bssid
714 Request a unique local mac address for the cloned device.
715 This is only possible if the device supports multiple mac addresses.
716 To force use of the parent's mac address use
717 .Fl bssid .
718 .It Cm beacons
719 Mark the cloned interface as depending on hardware support to
720 track received beacons.
721 To have beacons tracked in software use
722 .Fl beacons .
723 For 
724 .Cm hostap
725 mode 
726 .Fl beacons
727 can also be used to indicate no beacons should
728 be transmitted; this can be useful when creating a WDS configuration but
729 .Cm wds
730 interfaces can only be created as companions to an access point.
731 .El
732 .Pp
733 The following parameters are specific to IEEE 802.11 wireless interfaces
734 cloned with a
735 .Cm create
736 operation:
737 .Bl -tag -width indent
738 .It Cm ampdu
739 Enable sending and receiving AMPDU frames when using 802.11n (default).
740 The 802.11n specification states a compliant station must be capable
741 of receiving AMPDU frames but transmision is optional.
742 Use
743 .Fl ampdu
744 to disable all use of AMPDU with 802.11n.
745 For testing and/or to work around interoperability problems one can use
746 .Cm ampdutx
747 and
748 .Cm ampdurx
749 to control use of AMPDU in one direction.
750 .It Cm ampdudensity Ar density
751 Set the AMPDU density parameter used when operating with 802.11n.
752 This parameter controls the inter-packet gap for AMPDU frames.
753 The sending device normally controls this setting but a receiving station
754 may request wider gaps.
755 Legal values for
756 .Ar density
757 are 0, .25, .5, 1, 2, 4, 8, and 16 (microseconds).
758 A value of
759 .Cm -
760 is treated the same as 0.
761 .It Cm ampdulimit Ar limit
762 Set the limit on packet size for receiving AMPDU frames when operating
763 with 802.11n.
764 Legal values for
765 .Ar limit
766 are 8192, 16384, 32768, and 65536 but one can also specify
767 just the unique prefix: 8, 16, 32, 64.
768 Note the sender may limit the size of AMPDU frames to be less
769 than the maximum specified by the receiving station.
770 .It Cm amsdu
771 Enable sending and receiving AMSDU frames when using 802.11n.
772 By default AMSDU is received but not transmitted.
773 Use
774 .Fl amsdu
775 to disable all use of AMSDU with 802.11n.
776 For testing and/or to work around interoperability problems one can use
777 .Cm amsdutx
778 and
779 .Cm amsdurx
780 to control use of AMSDU in one direction.
781 .It Cm amsdulimit Ar limit
782 Set the limit on packet size for sending and receiving AMSDU frames
783 when operating with 802.11n.
784 Legal values for
785 .Ar limit
786 are 7935 and 3839 (bytes).
787 Note the sender may limit the size of AMSDU frames to be less
788 than the maximum specified by the receiving station.
789 Note also that devices are not required to support the 7935 limit,
790 only 3839 is required by the specification and the larger value
791 may require more memory to be dedicated to support functionality
792 that is rarely used.
793 .It Cm apbridge
794 When operating as an access point, pass packets between
795 wireless clients directly (default).
796 To instead let them pass up through the
797 system and be forwarded using some other mechanism, use
798 .Fl apbridge .
799 Disabling the internal bridging
800 is useful when traffic is to be processed with
801 packet filtering.
802 .It Cm authmode Ar mode
803 Set the desired authentication mode in infrastructure mode.
804 Not all adapters support all modes.
805 The set of
806 valid modes is
807 .Cm none , open , shared
808 (shared key),
809 .Cm 8021x
810 (IEEE 802.1x),
811 and
812 .Cm wpa
813 (IEEE WPA/WPA2/802.11i).
814 The
815 .Cm 8021x
816 and
817 .Cm wpa
818 modes are only useful when using an authentication service
819 (a supplicant for client operation or an authenticator when
820 operating as an access point).
821 Modes are case insensitive.
822 .It Cm bgscan
823 Enable background scanning when operating as a station.
824 Background scanning is a technique whereby a station associated to
825 an access point will temporarily leave the channel to scan for
826 neighboring stations.
827 This allows a station to maintain a cache of nearby access points
828 so that roaming between access points can be done without
829 a lengthy scan operation.
830 Background scanning is done only when a station is not busy and
831 any outbound traffic will cancel a scan operation.
832 Background scanning should never cause packets to be lost though
833 there may be some small latency if outbound traffic interrupts a
834 scan operation.
835 By default background scanning is enabled if the device is capable.
836 To disable background scanning, use
837 .Fl bgscan .
838 Background scanning is controlled by the
839 .Cm bgscanidle
840 and
841 .Cm bgscanintvl
842 parameters.
843 Background scanning must be enabled for roaming; this is an artifact
844 of the current implementation and may not be required in the future.
845 .It Cm bgscanidle Ar idletime
846 Set the minimum time a station must be idle (not transmitting or
847 receiving frames) before a background scan is initiated.
848 The
849 .Ar idletime
850 parameter is specified in milliseconds.
851 By default a station must be idle at least 250 milliseconds before
852 a background scan is initiated.
853 The idle time may not be set to less than 100 milliseconds.
854 .It Cm bgscanintvl Ar interval
855 Set the interval at which background scanning is attempted.
856 The
857 .Ar interval
858 parameter is specified in seconds.
859 By default a background scan is considered every 300 seconds (5 minutes).
860 The 
861 .Ar interval
862 may not be set to less than 15 seconds.
863 .It Cm bintval Ar interval
864 Set the interval at which beacon frames are sent when operating in
865 ad-hoc or ap mode.
866 The
867 .Ar interval
868 parameter is specified in TU's (1024 usecs).
869 By default beacon frames are transmitted every 100 TU's.
870 .It Cm bmissthreshold Ar count
871 Set the number of consecutive missed beacons at which the station
872 will attempt to roam (i.e., search for a new access point).
873 The
874 .Ar count
875 parameter must be in the range 1 to 255; though the
876 upper bound may be reduced according to device capabilities.
877 The default threshold is 7 consecutive missed beacons; but
878 this may be overridden by the device driver.
879 Another name for the
880 .Cm bmissthreshold
881 parameter is
882 .Cm bmiss .
883 .It Cm bssid Ar address
884 Specify the MAC address of the access point to use when operating
885 as a station in a BSS network.
886 This overrides any automatic selection done by the system.
887 To disable a previously selected access point, supply
888 .Cm any , none ,
889 or
890 .Cm -
891 for the address.
892 This option is useful when more than one access point uses the same SSID.
893 Another name for the
894 .Cm bssid
895 parameter is
896 .Cm ap .
897 .It Cm burst
898 Enable packet bursting.
899 Packet bursting is a transmission technique whereby the wireless
900 medium is acquired once to send multiple frames and the interframe
901 spacing is reduced.
902 This technique can significantly increase throughput by reducing
903 transmission overhead.
904 Packet bursting is supported by the 802.11e QoS specification
905 and some devices that do not support QoS may still be capable.
906 By default packet bursting is enabled if a device is capable
907 of doing it.
908 To disable packet bursting, use
909 .Fl burst .
910 .It Cm chanlist Ar channels
911 Set the desired channels to use when scanning for access
912 points, neighbors in an IBSS network, or looking for unoccupied
913 channels when operating as an access point.
914 The set of channels is specified as a comma-separated list with
915 each element in the list representing either a single channel number or a range
916 of the form
917 .Dq Li a-b .
918 Channel numbers must be in the range 1 to 255 and be permissible
919 according to the operating characteristics of the device.
920 .It Cm channel Ar number
921 Set a single desired channel.
922 Channels range from 1 to 255, but the exact selection available
923 depends on the region your adaptor was manufactured for.
924 Setting
925 the channel to
926 .Li any ,
927 or
928 .Cm -
929 will clear any desired channel and, if the device is marked up,
930 force a scan for a channel to operate on.
931 Alternatively the frequency, in megahertz, may be specified
932 instead of the channel number.
933 .Pp
934 When there are several ways to use a channel the channel
935 number/frequency may be appended with attributes to clarify.
936 For example, if a device is capable of operating on channel 6
937 with 802.11n and 802.11g then one can specify that g-only use
938 should be used by specifying ``6:g''.
939 Similarly the channel width can be specified by appending it
940 with ``/''; e.g. ``6/40'' specifies a 40MHz wide channel,
941 These attributes can be combined as in: ``6:ht/40''.
942 The full set of flags specified following a `:'' are:
943 .Cm a
944 (802.11a),
945 .Cm b
946 (802.11b),
947 .Cm d
948 (Atheros Dynamic Turbo mode),
949 .Cm g
950 (802.11g),
951 .Cm h
952 or
953 .Cm n
954 (802.11n aka HT),
955 .Cm s
956 (Atheros Static Turbo mode),
957 and
958 .Cm t
959 (Atheros Dynamic Turbo mode, or appended to ``st'' and ``dt'').
960 The full set of channel widths following a '/' are:
961 .Cm 5 
962 (5MHz aka quarter-rate channel),
963 .Cm 10 
964 (10MHz aka half-rate channel),
965 .Cm 20 
966 (20MHz mostly for use in specifying ht20),
967 and
968 .Cm 40 
969 (40MHz mostly for use in specifying ht40),
970 In addition,
971 a 40MHz HT channel specification may include the location
972 of the extension channel by appending ``+'' or ``-'' for above and below,
973 respectively; e.g. ``2437:ht/40+'' specifies 40MHz wide HT operation 
974 with the center channel at frequency 2437 and the extension channel above.
975 .It Cm country Ar name
976 Set the country code to use in calculating the regulatory constraints
977 for operation.
978 In particular the set of available channels, how the wireless device
979 will operation on the channels, and the maximum transmit power that
980 can be used on a channel are defined by this setting.
981 Country/Region codes are specified as a 2-character abbreviation
982 defined by ISO 3166 or using a longer, but possibly ambiguous, spelling;
983 e.g. "ES" and "Spain".
984 The set of country codes are taken from /etc/regdomain.xml and can also
985 be viewed with the ``list countries'' request.
986 Note that not all devices support changing the country code from a default
987 setting; typically stored in EEPROM.
988 See also
989 .Cm regdomain ,
990 .Cm indoor ,
991 .Cm outdoor ,
992 and
993 .Cm anywhere .
994 .It Cm dfs
995 Enable Dynamic Frequency Selection (DFS) as specified in 802.11h.
996 DFS embodies several facilities including detection of overlapping
997 radar signals, dynamic transmit power control, and channel selection
998 according to a least-congested criteria.
999 DFS support is mandatory for some 5Ghz frequencies in certain
1000 locales (e.g. ETSI).
1001 By default DFS is enabled according to the regulatory definitions
1002 specified in /etc/regdomain.xml and the curent country code, regdomain,
1003 and channel.
1004 Note the underlying device (and driver) must support radar detection
1005 for full DFS support to work.
1006 To be fully compliant with the local regulatory agency frequencies that
1007 require DFS should not be used unless it is fully supported.
1008 Use
1009 .Fl dfs
1010 to disable this functionality for testing.
1011 .It Cm dotd
1012 Enable support for the 802.11d specification (default).
1013 When this support is enabled in station mode, beacon frames that advertise
1014 a country code different than the currently configured country code will
1015 cause an event to be dispatched to user applications.
1016 This event can be used by the station to adopt that country code and
1017 operate according to the associated regulatory constraints.
1018 When operating as an access point with 802.11d enabled the beacon and
1019 probe response frames transmitted will advertise the current regulatory
1020 domain settings.
1021 To disable 802.11d use
1022 .Fl dotd .
1023 .It Cm doth
1024 Enable 802.11h support including spectrum management.
1025 When 802.11h is enabled beacon and probe response frames will have
1026 the SpectrumMgt bit set in the capabilities field and
1027 country and power constraint information elements will be present.
1028 802.11h support also includes handling Channel Switch Announcements (CSA)
1029 which are a mechanism to coordinate channel changes by an access point.
1030 By default 802.11h is enabled if the device is capable.
1031 To disable 802.11h use
1032 .Fl doth .
1033 .It Cm deftxkey Ar index
1034 Set the default key to use for transmission.
1035 Typically this is only set when using WEP encryption.
1036 Note that you must set a default transmit key
1037 for the system to know which key to use in encrypting outbound traffic.
1038 The
1039 .Cm weptxkey
1040 is an alias for this request; it is provided for backwards compatibility.
1041 .It Cm dtimperiod Ar period
1042 Set the
1043 DTIM
1044 period for transmitting buffered multicast data frames when
1045 operating in ap mode.
1046 The
1047 .Ar period
1048 specifies the number of beacon intervals between DTIM
1049 and must be in the range 1 to 15.
1050 By default DTIM is 1 (i.e., DTIM occurs at each beacon).
1051 .It Cm dturbo
1052 Enable the use of Atheros Dynamic Turbo mode when communicating with
1053 another Dynamic Turbo-capable station.
1054 Dynamic Turbo mode is an Atheros-specific mechanism by which
1055 stations switch between normal 802.11 operation and a ``boosted''
1056 mode in which a 40MHz wide channel is used for communication.
1057 Stations using Dynamic Turbo mode operate boosted only when the
1058 channel is free of non-dturbo stations; when a non-dturbo station
1059 is identified on the channel all stations will automatically drop
1060 back to normal operation.
1061 By default, Dynamic Turbo mode is not enabled, even if the device is capable.
1062 Note that turbo mode (dynamic or static) is only allowed on some
1063 channels depending on the regulatory constraints; use the
1064 .Cm list chan
1065 command to identify the channels where turbo mode may be used.
1066 To disable Dynamic Turbo mode use
1067 .Fl dturbo .
1068 .It Cm dwds
1069 Enable Dynamic WDS (DWDS) support.
1070 DWDS is a facility by which 4-address traffic can be carried between
1071 stations operating in infrastructure mode.
1072 A station first associates to an access point and authenticates using
1073 normal procedures (e.g. WPA).
1074 Then 4-address frames are passed to carry traffic for stations
1075 operating on either side of the wireless link.
1076 DWDS extends the normal WDS mechanism by leveraging existing security
1077 protocols and eliminating static binding.
1078 .Pp
1079 When DWDS is enabled on an access point 4-address frames received from
1080 an authorized station will generate a ``DWDS discovery'' event to user
1081 applications.
1082 This event should be used to create a WDS interface that is bound
1083 to the remote station (and usually plumbed into a bridge).
1084 Once the WDS interface is up and running 4-address traffic then logically
1085 flows through that interface.
1086 .Pp
1087 When DWDS is enabled on a station, traffic with a destination address
1088 different from the peer station are encapsulated in a 4-address frame
1089 and transmitted to the peer.
1090 All 4-address traffic uses the security information of the stations
1091 (e.g. cryptographic keys).
1092 A station is associated using 802.11n facilities may transport
1093 4-address traffic using these same mechanisms; this depends on available
1094 resources and capabilities of the device.
1095 The DWDS implementation guards against layer 2 routing loops of
1096 multicast traffic.
1097 .It Cm ff
1098 Enable the use of Atheros Fast Frames when communicating with
1099 another Fast Frames-capable station.
1100 Fast Frames are an encapsulation technique by which two 802.3
1101 frames are transmitted in a single 802.11 frame.
1102 This can noticeably improve throughput but requires that the
1103 receiving station understand how to decapsulate the frame.
1104 Fast frame use is negotiated using the Atheros 802.11 vendor-specific
1105 protocol extension so enabling use is safe when communicating with
1106 non-Atheros devices.
1107 By default, use of fast frames is enabled if the device is capable.
1108 To explicitly disable fast frames, use
1109 .Fl ff .
1110 .It Cm fragthreshold Ar length
1111 Set the threshold for which transmitted frames are broken into fragments.
1112 The
1113 .Ar length
1114 argument is the frame size in bytes and must be in the range 256 to 2346.
1115 Setting
1116 .Ar length
1117 to
1118 .Li 2346 ,
1119 .Cm any ,
1120 or
1121 .Cm -
1122 disables transmit fragmentation.
1123 Not all adapters honor the fragmentation threshold.
1124 .It Cm hidessid
1125 When operating as an access point, do not broadcast the SSID
1126 in beacon frames or respond to probe request frames unless
1127 they are directed to the ap (i.e., they include the ap's SSID).
1128 By default, the SSID is included in beacon frames and
1129 undirected probe request frames are answered.
1130 To re-enable the broadcast of the SSID etc., use
1131 .Fl hidessid .
1132 .It Cm ht
1133 Enable use of High Throughput (HT) when using 802.11n (default).
1134 The 802.11n specification includes mechanisms for operation
1135 on 20MHz and 40MHz wide channels using different signalling mechanisms
1136 than specified in 802.11b, 802.11g, and 802.11a.
1137 Stations negotiate use of these facilities, termed HT20 and HT40,
1138 when they associate.
1139 To disable all use of 802.11n use
1140 .Fl ht .
1141 To disable use of HT20 (e.g. to force only HT40 use) use
1142 .Fl ht20 .
1143 To disable use of HT40 use
1144 .Fl ht40 .
1145 .Pp
1146 HT configuration is used to ``auto promote'' operation
1147 when several choices are available.
1148 For example, if a station associates to an 11n-capable access point
1149 it controls whether the station uses legacy operation, HT20, or HT40.
1150 When an 11n-capable device is setup as an access point and
1151 Auto Channel Selection is used to locate a channel to operate on,
1152 HT configuration controls whether legacy, HT20, or HT40 operation is setup
1153 on the selected channel.
1154 If a fixed channel is specified for a station then HT configuration can
1155 be given as part of the channel specification; e.g. 6:ht/20 to setup
1156 HT20 operation on channel 6.
1157 .It Cm htcompat
1158 Enable use of compatibility support for pre-802.11n devices (default).
1159 The 802.11n protocol specification went through several incompatible iterations.
1160 Some vendors implemented 11n support to older specifications that
1161 will not interoperate with a purely 11n-compliant station.
1162 In particular the information elements included in management frames
1163 for old devices are different.
1164 When compatibility support is enabled both standard and compatible data
1165 will be provided.
1166 Stations that associate using the compatiblity mechanisms are flagged
1167 in ``list sta''.
1168 To disable compatiblity support use
1169 .Fl htcompat .
1170 .It Cm htprotmode Ar technique
1171 For interfaces operating in 802.11n, use the specified
1172 .Ar technique
1173 for protecting HT frames in a mixed legacy/HT network.
1174 The set of valid techniques is
1175 .Cm off ,
1176 and
1177 .Cm rts
1178 (RTS/CTS, default).
1179 Technique names are case insensitive.
1180 .It Cm inact
1181 Enable inactivity processing for stations associated to an
1182 access point (default).
1183 When operating as an access point the 802.11 layer monitors
1184 the activity of each associated station.
1185 When a station is inactive for 5 minutes it will send several
1186 ``probe frames'' to see if the station is still present.
1187 If no response is received then the station is deauthenticated.
1188 Applications that prefer to handle this work can disable this
1189 facility by using
1190 .Fl inact .
1191 .It Cm indoor
1192 Set the location to use in calculating regulatory constraints.
1193 The location is also advertised in beacon and probe response frames
1194 when 802.11d is enabled with
1195 .Cm dotd .
1196 See also
1197 .Cm outdoor ,
1198 .Cm anywhere ,
1199 .Cm country ,
1200 and
1201 .Cm regdomain .
1202 .It Cm list active
1203 Display the list of channels available for use taking into account
1204 any restrictions set with the
1205 .Cm chanlist
1206 directive.
1207 See the description of
1208 .Cm list chan
1209 for more information.
1210 .It Cm list caps
1211 Display the adaptor's capabilities, including the operating
1212 modes supported.
1213 .It Cm list chan
1214 Display the list of channels available for use.
1215 Channels are shown with their IEEE channel number, equivalent
1216 frequency, and usage modes.
1217 Channels identified as
1218 .Ql 11g
1219 are also usable in
1220 .Ql 11b
1221 mode.
1222 Channels identified as
1223 .Ql 11a Turbo
1224 may be used only for Atheros' Static Turbo mode
1225 (specified with
1226 . Cm mediaopt turbo ) .
1227 Channels marked with a
1228 .Ql *
1229 have a regulatory constraint that they be passively scanned.
1230 This means a station is not permitted to transmit on the channel until
1231 it identifies the channel is being used for 802.11 communication;
1232 typically by hearing a beacon frame from an access point operating
1233 on the channel.
1234 .Cm list freq
1235 is another way of requesting this information.
1236 By default a compacted list of channels is displayed; if the
1237 .Fl v
1238 option is specified then all channels are shown.
1239 .It Cm list countries
1240 Display the set of country codes and regulatory domains that can be
1241 used in regulatory configuration.
1242 .It Cm list mac
1243 Display the current MAC Access Control List state.
1244 Each address is prefixed with a character that indicates the
1245 current policy applied to it:
1246 .Ql +
1247 indicates the address is allowed access,
1248 .Ql -
1249 indicates the address is denied access,
1250 .Ql *
1251 indicates the address is present but the current policy open
1252 (so the ACL is not consulted).
1253 .It Cm list mesh
1254 Displays the mesh routing table, used for forwarding packets on a mesh
1255 network.
1256 .It Cm list regdomain
1257 Display the current regulatory settings including the available channels
1258 and transmit power caps.
1259 .It Cm list roam
1260 Display the parameters that govern roaming operation.
1261 .It Cm list txparam
1262 Display the parameters that govern transmit operation.
1263 .It Cm list txpower
1264 Display the transmit power caps for each channel.
1265 .It Cm list scan
1266 Display the access points and/or ad-hoc neighbors
1267 located in the vicinity.
1268 This information may be updated automatically by the adapter
1269 with a
1270 .Cm scan
1271 request or through background scanning.
1272 Depending on the capabilities of the stations the following
1273 flags can be included in the output:
1274 .Bl -tag -width 3n
1275 .It Li A
1276 Authorized.
1277 Indicates that the station is permitted to send/receive data frames.
1278 .It Li E
1279 Extended Rate Phy (ERP).
1280 Indicates that the station is operating in an 802.11g network
1281 using extended transmit rates.
1282 .It Li H
1283 High Throughput (HT).
1284 Indicates that the station is using HT transmit rates.
1285 If a `+' follows immediately after then the station associated
1286 using deprecated mechanisms supported only when
1287 .Cm htcompat
1288 is enabled.
1289 .It Li P
1290 Power Save.
1291 Indicates that the station is operating in power save mode.
1292 .It Li Q
1293 Quality of Service (QoS).
1294 Indicates that the station is using QoS encapsulation for
1295 data frame.
1296 QoS encapsulation is enabled only when WME mode is enabled.
1297 .It Li T
1298 Transitional Security Network (TSN).
1299 Indicates that the station associated using TSN; see also
1300 .Cm tsn
1301 below.
1302 .It Li W
1303 Wi-Fi Protected Setup (WPS).
1304 Indicates that the station associated using WPS.
1305 .El
1306 .Pp
1307 By default interesting information elements captured from the neighboring
1308 stations are displayed at the end of each row.
1309 Possible elements include:
1310 .Cm WME
1311 (station supports WME),
1312 .Cm WPA
1313 (station supports WPA),
1314 .Cm WPS
1315 (station supports WPS),
1316 .Cm RSN
1317 (station supports 802.11i/RSN),
1318 .Cm HTCAP
1319 (station supports 802.11n/HT communication),
1320 .Cm ATH
1321 (station supports Atheros protocol extensions),
1322 .Cm VEN
1323 (station supports unknown vendor-specific extensions).
1324 If the
1325 .Fl v
1326 flag is used all the information elements and their
1327 contents will be shown.
1328 Specifying the
1329 .Fl v
1330 flag also enables display of long SSIDs.
1331 The
1332 .Cm list ap
1333 command is another way of requesting this information.
1334 .It Cm list sta
1335 When operating as an access point display the stations that are
1336 currently associated.
1337 When operating in ad-hoc mode display stations identified as
1338 neighbors in the IBSS.
1339 When operating in mesh mode display stations identified as
1340 neighbors in the MBSS.
1341 When operating in station mode display the access point.
1342 Capabilities advertised by the stations are described under
1343 the
1344 .Cm scan
1345 request.
1346 Depending on the capabilities of the stations the following
1347 flags can be included in the output:
1348 .Bl -tag -width 3n
1349 .It Li A
1350 Authorized.
1351 Indicates that the station is permitted to send/receive data frames.
1352 .It Li E
1353 Extended Rate Phy (ERP).
1354 Indicates that the station is operating in an 802.11g network
1355 using extended transmit rates.
1356 .It Li H
1357 High Throughput (HT).
1358 Indicates that the station is using HT transmit rates.
1359 If a `+' follows immediately after then the station associated
1360 using deprecated mechanisms supported only when
1361 .Cm htcompat
1362 is enabled.
1363 .It Li P
1364 Power Save.
1365 Indicates that the station is operating in power save mode.
1366 .It Li Q
1367 Quality of Service (QoS).
1368 Indicates that the station is using QoS encapsulation for
1369 data frame.
1370 QoS encapsulation is enabled only when WME mode is enabled.
1371 .It Li T
1372 Transitional Security Network (TSN).
1373 Indicates that the station associated using TSN; see also
1374 .Cm tsn
1375 below.
1376 .It Li W
1377 Wi-Fi Protected Setup (WPS).
1378 Indicates that the station associated using WPS.
1379 .El
1380 .Pp
1381 By default information elements received from associated stations
1382 are displayed in a short form; the
1383 .Fl v
1384 flag causes this information to be displayed symbolically.
1385 .It Cm list wme
1386 Display the current channel parameters to use when operating in WME mode.
1387 If the
1388 .Fl v
1389 option is specified then both channel and BSS parameters are displayed
1390 for each AC (first channel, then BSS).
1391 When WME mode is enabled for an adaptor this information will be
1392 displayed with the regular status; this command is mostly useful
1393 for examining parameters when WME mode is disabled.
1394 See the description of the
1395 .Cm wme
1396 directive for information on the various parameters.
1397 .It Cm maxretry Ar count
1398 Set the maximum number of tries to use in sending unicast frames.
1399 The default setting is 6 but drivers may override this with a value
1400 they choose.
1401 .It Cm mcastrate Ar rate
1402 Set the rate for transmitting multicast/broadcast frames.
1403 Rates are specified as megabits/second in decimal; e.g.\& 5.5 for 5.5 Mb/s.
1404 This rate should be valid for the current operating conditions;
1405 if an invalid rate is specified drivers are free to chose an
1406 appropriate rate.
1407 .It Cm mgtrate Ar rate
1408 Set the rate for transmitting management and/or control frames.
1409 Rates are specified as megabits/second in decimal; e.g.\& 5.5 for 5.5 Mb/s.
1410 .It Cm outdoor
1411 Set the location to use in calculating regulatory constraints.
1412 The location is also advertised in beacon and probe response frames
1413 when 802.11d is enabled with
1414 .Cm dotd .
1415 See also
1416 .Cm anywhere ,
1417 .Cm country ,
1418 .Cm indoor ,
1419 and
1420 .Cm regdomain .
1421 .It Cm powersave
1422 Enable powersave operation.
1423 When operating as a client, the station will conserve power by
1424 periodically turning off the radio and listening for
1425 messages from the access point telling it there are packets waiting.
1426 The station must then retrieve the packets.
1427 Not all devices support power save operation as a client.
1428 The 802.11 specification requires that all access points support
1429 power save but some drivers do not.
1430 Use
1431 .Fl powersave
1432 to disable powersave operation when operating as a client.
1433 .It Cm powersavesleep Ar sleep
1434 Set the desired max powersave sleep time in TU's (1024 usecs).
1435 By default the max powersave sleep time is 100 TU's.
1436 .It Cm protmode Ar technique
1437 For interfaces operating in 802.11g, use the specified
1438 .Ar technique
1439 for protecting OFDM frames in a mixed 11b/11g network.
1440 The set of valid techniques is
1441 .Cm off , cts
1442 (CTS to self),
1443 and
1444 .Cm rtscts
1445 (RTS/CTS).
1446 Technique names are case insensitive.
1447 Not all devices support
1448 .Cm cts
1449 as a protection technique.
1450 .It Cm pureg
1451 When operating as an access point in 802.11g mode allow only
1452 11g-capable stations to associate (11b-only stations are not
1453 permitted to associate).
1454 To allow both 11g and 11b-only stations to associate, use
1455 .Fl pureg .
1456 .It Cm puren
1457 When operating as an access point in 802.11n mode allow only
1458 HT-capable stations to associate (legacy stations are not
1459 permitted to associate).
1460 To allow both HT and legacy stations to associate, use
1461 .Fl puren .
1462 .It Cm regdomain Ar sku
1463 Set the regulatory domain to use in calculating the regulatory constraints
1464 for operation.
1465 In particular the set of available channels, how the wireless device
1466 will operation on the channels, and the maximum transmit power that
1467 can be used on a channel are defined by this setting.
1468 Regdomain codes (SKU's) are taken from /etc/regdomain.xml and can also
1469 be viewed with the ``list countries'' request.
1470 Note that not all devices support changing the regdomain from a default
1471 setting; typically stored in EEPROM.
1472 See also
1473 .Cm country ,
1474 .Cm indoor ,
1475 .Cm outdoor ,
1476 and
1477 .Cm anywhere .
1478 .It Cm rifs
1479 Enable use of Reduced InterFrame Spacing (RIFS) when operating in 802.11n
1480 on an HT channel.
1481 Note that RIFS must be supported by both the station and access point
1482 for it to be used.
1483 To disable RIFS use
1484 .Fl rifs .
1485 .It Cm roam:rate Ar rate
1486 Set the threshold for controlling roaming when operating in a BSS.
1487 The
1488 .Ar rate
1489 parameter specifies the transmit rate in megabits
1490 at which roaming should be considered.
1491 If the current transmit rate drops below this setting and background scanning
1492 is enabled, then the system will check if a more desirable access point is
1493 available and switch over to it.
1494 The current scan cache contents are used if they are considered
1495 valid according to the
1496 .Cm scanvalid
1497 parameter; otherwise a background scan operation is triggered before
1498 any selection occurs.
1499 Each channel type has a separate rate threshold; the default values are:
1500 12 Mb/s (11a), 2 Mb/s (11b), 2 Mb/s (11g), MCS 1 (11na, 11ng).
1501 .It Cm roam:rssi Ar rssi
1502 Set the threshold for controlling roaming when operating in a BSS.
1503 The
1504 .Ar rssi
1505 parameter specifies the receive signal strength in dBm units
1506 at which roaming should be considered.
1507 If the current rssi drops below this setting and background scanning
1508 is enabled, then the system will check if a more desirable access point is
1509 available and switch over to it.
1510 The current scan cache contents are used if they are considered
1511 valid according to the
1512 .Cm scanvalid
1513 parameter; otherwise a background scan operation is triggered before
1514 any selection occurs.
1515 Each channel type has a separate rssi threshold; the default values are
1516 all 7 dBm.
1517 .It Cm roaming Ar mode
1518 When operating as a station, control how the system will
1519 behave when communication with the current access point
1520 is broken.
1521 The
1522 .Ar mode
1523 argument may be one of
1524 .Cm device
1525 (leave it to the hardware device to decide),
1526 .Cm auto
1527 (handle either in the device or the operating system\[em]as appropriate),
1528 .Cm manual
1529 (do nothing until explicitly instructed).
1530 By default, the device is left to handle this if it is
1531 capable; otherwise, the operating system will automatically
1532 attempt to reestablish communication.
1533 Manual mode is used by applications such as
1534 .Xr wpa_supplicant 8
1535 that want to control the selection of an access point.
1536 .It Cm rtsthreshold Ar length
1537 Set the threshold for which
1538 transmitted frames are preceded by transmission of an
1539 RTS
1540 control frame.
1541 The
1542 .Ar length
1543 argument
1544 is the frame size in bytes and must be in the range 1 to 2346.
1545 Setting
1546 .Ar length
1547 to
1548 .Li 2346 ,
1549 .Cm any ,
1550 or
1551 .Cm -
1552 disables transmission of RTS frames.
1553 Not all adapters support setting the RTS threshold.
1554 .It Cm scan
1555 Initiate a scan of neighboring stations, wait for it to complete, and
1556 display all stations found.
1557 Only the super-user can initiate a scan.
1558 See
1559 .Cm list scan
1560 for information on the display.
1561 By default a background scan is done; otherwise a foreground
1562 scan is done and the station may roam to a different access point.
1563 The
1564 .Cm list scan
1565 request can be used to show recent scan results without
1566 initiating a new scan.
1567 .It Cm scanvalid Ar threshold
1568 Set the maximum time the scan cache contents are considered valid;
1569 i.e. will be used without first triggering a scan operation to
1570 refresh the data.
1571 The
1572 .Ar threshold
1573 parameter is specified in seconds and defaults to 60 seconds.
1574 The minimum setting for
1575 .Ar threshold
1576 is 10 seconds.
1577 One should take care setting this threshold; if it is set too low
1578 then attempts to roam to another access point may trigger unnecessary
1579 background scan operations.
1580 .It Cm shortgi
1581 Enable use of Short Guard Interval when operating in 802.11n
1582 on an HT channel.
1583 NB: this currently enables Short GI on both HT40 and HT20 channels.
1584 To disable Short GI use
1585 .Fl shortgi .
1586 .It Cm smps
1587 Enable use of Static Spatial Multiplexing Power Save (SMPS)
1588 when operating in 802.11n.
1589 A station operating with Static SMPS maintains only a single
1590 receive chain active (this can significantly reduce power consumption).
1591 To disable SMPS use
1592 .Fl smps .
1593 .It Cm smpsdyn
1594 Enable use of Dynamic Spatial Multiplexing Power Save (SMPS)
1595 when operating in 802.11n.
1596 A station operating with Dynamic SMPS maintains only a single
1597 receive chain active but switches to multiple receive chains when it
1598 receives an RTS frame (this can significantly reduce power consumption).
1599 Note that stations cannot distinguish between RTS/CTS intended to
1600 enable multiple receive chains and those used for other purposes.
1601 To disable SMPS use
1602 .Fl smps .
1603 .It Cm ssid Ar ssid
1604 Set the desired Service Set Identifier (aka network name).
1605 The SSID is a string up to 32 characters
1606 in length and may be specified as either a normal string or in
1607 hexadecimal when preceded by
1608 .Ql 0x .
1609 Additionally, the SSID may be cleared by setting it to
1610 .Ql - .
1611 .It Cm tdmaslot Ar slot
1612 When operating with TDMA, use the specified
1613 .Ar slot
1614 configuration.
1615 The
1616 .Ar slot
1617 is a number between 0 and the maximum number of slots in the BSS.
1618 Note that a station configured as slot 0 is a master and
1619 will broadcast beacon frames advertising the BSS;
1620 stations configured to use other slots will always
1621 scan to locate a master before they ever transmit.
1622 By default
1623 .Cm tdmaslot
1624 is set to 1.
1625 .It Cm tdmaslotcnt Ar cnt
1626 When operating with TDMA, setup a BSS with
1627 .Ar cnt
1628 slots.
1629 The slot count may be at most 8.
1630 The current implementation is only tested with two stations
1631 (i.e. point to point applications).
1632 This setting is only meaningful when a station is configured as slot 0;
1633 other stations adopt this setting from the BSS they join.
1634 By default
1635 .Cm tdmaslotcnt
1636 is set to 2.
1637 .It Cm tdmaslotlen Ar len
1638 When operating with TDMA, setup a BSS such that each station has a slot
1639 .Ar len
1640 microseconds long.
1641 The slot length must be at least 150 microseconds (1/8 TU)
1642 and no more than 65 milliseconds.
1643 Note that setting too small a slot length may result in poor channel
1644 bandwidth utilization due to factors such as timer granularity and
1645 guard time.
1646 This setting is only meaningful when a station is configured as slot 0;
1647 other stations adopt this setting from the BSS they join.
1648 By default
1649 .Cm tdmaslotlen
1650 is set to 10 milliseconds.
1651 .It Cm tdmabintval Ar intval
1652 When operating with TDMA, setup a BSS such that beacons are transmitted every
1653 .Ar intval
1654 superframes to synchronize the TDMA slot timing.
1655 A superframe is defined as the number of slots times the slot length; e.g.
1656 a BSS with two slots of 10 milliseconds has a 20 millisecond superframe.
1657 The beacon interval may not be zero.
1658 A lower setting of
1659 .Cm tdmabintval
1660 causes the timers to be resynchronized more often; this can be help if
1661 significant timer drift is observed.
1662 By default
1663 .Cm tdmabintval
1664 is set to 5.
1665 .It Cm tsn
1666 When operating as an access point with WPA/802.11i allow legacy
1667 stations to associate using static key WEP and open authentication.
1668 To disallow legacy station use of WEP, use
1669 .Fl tsn .
1670 .It Cm txpower Ar power
1671 Set the power used to transmit frames.
1672 The
1673 .Ar power
1674 argument is specified in .5 dBm units.
1675 Out of range values are truncated.
1676 Typically only a few discreet power settings are available and
1677 the driver will use the setting closest to the specified value.
1678 Not all adapters support changing the transmit power.
1679 .It Cm ucastrate Ar rate
1680 Set a fixed rate for transmitting unicast frames.
1681 Rates are specified as megabits/second in decimal; e.g.\& 5.5 for 5.5 Mb/s.
1682 This rate should be valid for the current operating conditions;
1683 if an invalid rate is specified drivers are free to chose an
1684 appropriate rate.
1685 .It Cm wepmode Ar mode
1686 Set the desired WEP mode.
1687 Not all adapters support all modes.
1688 The set of valid modes is
1689 .Cm off , on ,
1690 and
1691 .Cm mixed .
1692 The
1693 .Cm mixed
1694 mode explicitly tells the adaptor to allow association with access
1695 points which allow both encrypted and unencrypted traffic.
1696 On these adapters,
1697 .Cm on
1698 means that the access point must only allow encrypted connections.
1699 On other adapters,
1700 .Cm on
1701 is generally another name for
1702 .Cm mixed .
1703 Modes are case insensitive.
1704 .It Cm weptxkey Ar index
1705 Set the WEP key to be used for transmission.
1706 This is the same as setting the default transmission key with
1707 .Cm deftxkey .
1708 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
1709 Set the selected WEP key.
1710 If an
1711 .Ar index
1712 is not given, key 1 is set.
1713 A WEP key will be either 5 or 13
1714 characters (40 or 104 bits) depending of the local network and the
1715 capabilities of the adaptor.
1716 It may be specified either as a plain
1717 string or as a string of hexadecimal digits preceded by
1718 .Ql 0x .
1719 For maximum portability, hex keys are recommended;
1720 the mapping of text keys to WEP encryption is usually driver-specific.
1721 In particular, the
1722 .Tn Windows
1723 drivers do this mapping differently to
1724 .Fx .
1725 A key may be cleared by setting it to
1726 .Ql - .
1727 If WEP is supported then there are at least four keys.
1728 Some adapters support more than four keys.
1729 If that is the case, then the first four keys
1730 (1-4) will be the standard temporary keys and any others will be adaptor
1731 specific keys such as permanent keys stored in NVRAM.
1732 .Pp
1733 Note that you must set a default transmit key with
1734 .Cm deftxkey
1735 for the system to know which key to use in encrypting outbound traffic.
1736 .It Cm wme
1737 Enable Wireless Multimedia Extensions (WME) support, if available,
1738 for the specified interface.
1739 WME is a subset of the IEEE 802.11e standard to support the
1740 efficient communication of realtime and multimedia data.
1741 To disable WME support, use
1742 .Fl wme .
1743 Another name for this parameter is
1744 .Cm wmm .
1745 .Pp
1746 The following parameters are meaningful only when WME support is in use.
1747 Parameters are specified per-AC (Access Category) and
1748 split into those that are used by a station when acting
1749 as an access point and those for client stations in the BSS.
1750 The latter are received from the access point and may not be changed
1751 (at the station).
1752 The following Access Categories are recognized:
1753 .Pp
1754 .Bl -tag -width ".Cm AC_BK" -compact
1755 .It Cm AC_BE
1756 (or
1757 .Cm BE )
1758 best effort delivery,
1759 .It Cm AC_BK
1760 (or
1761 .Cm BK )
1762 background traffic,
1763 .It Cm AC_VI
1764 (or
1765 .Cm VI )
1766 video traffic,
1767 .It Cm AC_VO
1768 (or
1769 .Cm VO )
1770 voice traffic.
1771 .El
1772 .Pp
1773 AC parameters are case-insensitive.
1774 Traffic classification is done in the operating system using the
1775 vlan priority associated with data frames or the
1776 ToS (Type of Service) indication in IP-encapsulated frames.
1777 If neither information is present, traffic is assigned to the
1778 Best Effort (BE) category.
1779 .Bl -tag -width indent
1780 .It Cm ack Ar ac
1781 Set the ACK policy for QoS transmissions by the local station;
1782 this controls whether or not data frames transmitted by a station
1783 require an ACK response from the receiving station.
1784 To disable waiting for an ACK use
1785 .Fl ack .
1786 This parameter is applied only to the local station.
1787 .It Cm acm Ar ac
1788 Enable the Admission Control Mandatory (ACM) mechanism
1789 for transmissions by the local station.
1790 To disable the ACM use
1791 .Fl acm .
1792 On stations in a BSS this parameter is read-only and indicates
1793 the setting received from the access point.
1794 NB: ACM is not supported right now.
1795 .It Cm aifs Ar ac Ar count
1796 Set the Arbitration Inter Frame Spacing (AIFS)
1797 channel access parameter to use for transmissions
1798 by the local station.
1799 On stations in a BSS this parameter is read-only and indicates
1800 the setting received from the access point.
1801 .It Cm cwmin Ar ac Ar count
1802 Set the CWmin channel access parameter to use for transmissions
1803 by the local station.
1804 On stations in a BSS this parameter is read-only and indicates
1805 the setting received from the access point.
1806 .It Cm cwmax Ar ac Ar count
1807 Set the CWmax channel access parameter to use for transmissions
1808 by the local station.
1809 On stations in a BSS this parameter is read-only and indicates
1810 the setting received from the access point.
1811 .It Cm txoplimit Ar ac Ar limit
1812 Set the Transmission Opportunity Limit channel access parameter
1813 to use for transmissions by the local station.
1814 This parameter defines an interval of time when a WME station
1815 has the right to initiate transmissions onto the wireless medium.
1816 On stations in a BSS this parameter is read-only and indicates
1817 the setting received from the access point.
1818 .It Cm bss:aifs Ar ac Ar count
1819 Set the AIFS channel access parameter to send to stations in a BSS.
1820 This parameter is meaningful only when operating in ap mode.
1821 .It Cm bss:cwmin Ar ac Ar count
1822 Set the CWmin channel access parameter to send to stations in a BSS.
1823 This parameter is meaningful only when operating in ap mode.
1824 .It Cm bss:cwmax Ar ac Ar count
1825 Set the CWmax channel access parameter to send to stations in a BSS.
1826 This parameter is meaningful only when operating in ap mode.
1827 .It Cm bss:txoplimit Ar ac Ar limit
1828 Set the TxOpLimit channel access parameter to send to stations in a BSS.
1829 This parameter is meaningful only when operating in ap mode.
1830 .El
1831 .It Cm wps
1832 Enable Wireless Privacy Subscriber support.
1833 Note that WPS support requires a WPS-capable supplicant.
1834 To disable this function use
1835 .Fl wps .
1836 .El
1837 .Pp
1838 The following parameters support an optional access control list
1839 feature available with some adapters when operating in ap mode; see
1840 .Xr wlan_acl 4 .
1841 This facility allows an access point to accept/deny association
1842 requests based on the MAC address of the station.
1843 Note that this feature does not significantly enhance security
1844 as MAC address spoofing is easy to do.
1845 .Bl -tag -width indent
1846 .It Cm mac:add Ar address
1847 Add the specified MAC address to the database.
1848 Depending on the policy setting association requests from the
1849 specified station will be allowed or denied.
1850 .It Cm mac:allow
1851 Set the ACL policy to permit association only by
1852 stations registered in the database.
1853 .It Cm mac:del Ar address
1854 Delete the specified MAC address from the database.
1855 .It Cm mac:deny
1856 Set the ACL policy to deny association only by
1857 stations registered in the database.
1858 .It Cm mac:kick Ar address
1859 Force the specified station to be deauthenticated.
1860 This typically is done to block a station after updating the
1861 address database.
1862 .It Cm mac:open
1863 Set the ACL policy to allow all stations to associate.
1864 .It Cm mac:flush
1865 Delete all entries in the database.
1866 .It Cm mac:radius
1867 Set the ACL policy to permit association only by
1868 stations approved by a RADIUS server.
1869 Note that this feature requires the
1870 .Xr hostapd 8
1871 program be configured to do the right thing
1872 as it handles the RADIUS processing
1873 (and marks stations as authorized).
1874 .El
1875 .Pp
1876 The following parameters are related to a wireless interface operating in mesh
1877 mode:
1878 .Bl -tag -width indent
1879 .It Cm meshid Ar meshid
1880 Set the desired Mesh Identifier.
1881 The Mesh ID is a string up to 32 characters in length.
1882 A mesh interface must have a Mesh Identifier specified
1883 to reach an operational state.
1884 .It Cm meshttl Ar ttl
1885 Set the desired ``time to live'' for mesh forwarded packets;
1886 this is the number of hops a packet may be forwarded before
1887 it is discarded.
1888 The default setting for
1889 .Cm meshttl
1890 is 31.
1891 .It Cm meshpeering
1892 Enable or disable peering with neighbor mesh stations.
1893 Stations must peer before any data packets can be exchanged.
1894 By default
1895 .Cm meshpeering
1896 is enabled.
1897 .It Cm meshforward
1898 Enable or disable forwarding packets by a mesh interface.
1899 By default
1900 .Cm meshforward
1901 is enabled.
1902 .It Cm meshmetric Ar protocol
1903 Set the specified
1904 .Ar protocol
1905 as the link metric protocol used on a mesh network.
1906 The default protocol is called
1907 .Ar AIRTIME .
1908 The mesh interface will restart after changing this setting.
1909 .It Cm meshpath Ar protocol
1910 Set the specified
1911 .Ar protocol
1912 as the path selection protocol used on a mesh network.
1913 The only available protocol at the moment is called
1914 .Ar HWMP
1915 (Hybrid Wireless Mesh Protocol).
1916 The mesh interface will restart after changing this setting.
1917 .It Cm hwmprootmode Ar mode
1918 Stations on a mesh network can operate as ``root nodes.''
1919 Root nodes try to find paths to all mesh nodes and advertise themselves
1920 regularly.
1921 When there is a root mesh node on a network, other mesh nodes can setup
1922 paths between themselves faster because they can use the root node
1923 to find the destination.
1924 This path may not be the best, but on-demand
1925 routing will eventually find the best path.
1926 The following modes are recognized:
1927 .Pp
1928 .Bl -tag -width ".Cm PROACTIVE" -compact
1929 .It Cm DISABLED
1930 Disable root mode.
1931 .It Cm NORMAL
1932 Send broadcast path requests every two seconds.
1933 Nodes on the mesh without a path to this root mesh station with try to
1934 discover a path to us.
1935 .It Cm PROACTIVE
1936 Send broadcast path requests every two seconds and every node must reply with
1937 with a path reply even if it already has a path to this root mesh station,
1938 .It Cm RANN
1939 Send broadcast root annoucement (RANN) frames.
1940 Nodes on the mesh without a path to this root mesh station with try to
1941 discover a path to us.
1942 .El
1943 By default
1944 .Cm hwmprootmode 
1945 is set to
1946 .Ar DISABLED .
1947 .It Cm hwmpmaxhops Ar cnt
1948 Set the maximum number of hops allowed in an HMWP path to
1949 .Ar cnt .
1950 The default setting for
1951 .Cm hwmpmaxhops
1952 is 31.
1953 .El
1954 .Pp
1955 The following parameters are for compatibility with other systems:
1956 .Bl -tag -width indent
1957 .It Cm nwid Ar ssid
1958 Another name for the
1959 .Cm ssid
1960 parameter.
1961 Included for
1962 .Nx
1963 compatibility.
1964 .It Cm stationname Ar name
1965 Set the name of this station.
1966 The station name is not part of the IEEE 802.11
1967 protocol though some interfaces support it.
1968 As such it only
1969 seems to be meaningful to identical or virtually identical equipment.
1970 Setting the station name is identical in syntax to setting the SSID.
1971 One can also use
1972 .Cm station
1973 for
1974 .Bsx
1975 compatibility.
1976 .It Cm wep
1977 Another way of saying
1978 .Cm wepmode on .
1979 Included for
1980 .Bsx
1981 compatibility.
1982 .It Fl wep
1983 Another way of saying
1984 .Cm wepmode off .
1985 Included for
1986 .Bsx
1987 compatibility.
1988 .It Cm nwkey key
1989 Another way of saying:
1990 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
1991 Included for
1992 .Nx
1993 compatibility.
1994 .It Cm nwkey Xo
1995 .Sm off
1996 .Ar n : k1 , k2 , k3 , k4
1997 .Sm on
1998 .Xc
1999 Another way of saying
2000 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
2001 Included for
2002 .Nx
2003 compatibility.
2004 .It Fl nwkey
2005 Another way of saying
2006 .Cm wepmode off .
2007 Included for
2008 .Nx
2009 compatibility.
2010 .El
2011 .Pp
2012 The following parameters are specific to bridge interfaces:
2013 .Bl -tag -width indent
2014 .It Cm addm Ar interface
2015 Add the interface named by
2016 .Ar interface
2017 as a member of the bridge.
2018 The interface is put into promiscuous mode
2019 so that it can receive every packet sent on the network.
2020 .It Cm deletem Ar interface
2021 Remove the interface named by
2022 .Ar interface
2023 from the bridge.
2024 Promiscuous mode is disabled on the interface when
2025 it is removed from the bridge.
2026 .It Cm maxaddr Ar size
2027 Set the size of the bridge address cache to
2028 .Ar size .
2029 The default is 100 entries.
2030 .It Cm timeout Ar seconds
2031 Set the timeout of address cache entries to
2032 .Ar seconds
2033 seconds.
2034 If
2035 .Ar seconds
2036 is zero, then address cache entries will not be expired.
2037 The default is 240 seconds.
2038 .It Cm addr
2039 Display the addresses that have been learned by the bridge.
2040 .It Cm static Ar interface-name Ar address
2041 Add a static entry into the address cache pointing to
2042 .Ar interface-name .
2043 Static entries are never aged out of the cache or re-placed, even if the
2044 address is seen on a different interface.
2045 .It Cm deladdr Ar address
2046 Delete
2047 .Ar address
2048 from the address cache.
2049 .It Cm flush
2050 Delete all dynamically-learned addresses from the address cache.
2051 .It Cm flushall
2052 Delete all addresses, including static addresses, from the address cache.
2053 .It Cm discover Ar interface
2054 Mark an interface as a
2055 .Dq discovering
2056 interface.
2057 When the bridge has no address cache entry
2058 (either dynamic or static)
2059 for the destination address of a packet,
2060 the bridge will forward the packet to all
2061 member interfaces marked as
2062 .Dq discovering .
2063 This is the default for all interfaces added to a bridge.
2064 .It Cm -discover Ar interface
2065 Clear the
2066 .Dq discovering
2067 attribute on a member interface.
2068 For packets without the
2069 .Dq discovering
2070 attribute, the only packets forwarded on the interface are broadcast
2071 or multicast packets and packets for which the destination address
2072 is known to be on the interface's segment.
2073 .It Cm learn Ar interface
2074 Mark an interface as a
2075 .Dq learning
2076 interface.
2077 When a packet arrives on such an interface, the source
2078 address of the packet is entered into the address cache as being a
2079 destination address on the interface's segment.
2080 This is the default for all interfaces added to a bridge.
2081 .It Cm -learn Ar interface
2082 Clear the
2083 .Dq learning
2084 attribute on a member interface.
2085 .It Cm sticky Ar interface
2086 Mark an interface as a
2087 .Dq sticky
2088 interface.
2089 Dynamically learned address entries are treated at static once entered into
2090 the cache.
2091 Sticky entries are never aged out of the cache or replaced, even if the
2092 address is seen on a different interface.
2093 .It Cm -sticky Ar interface
2094 Clear the
2095 .Dq sticky
2096 attribute on a member interface.
2097 .It Cm private Ar interface
2098 Mark an interface as a
2099 .Dq private
2100 interface.
2101 A private interface does not forward any traffic to any other port that is also
2102 a private interface.
2103 .It Cm -private Ar interface
2104 Clear the
2105 .Dq private
2106 attribute on a member interface.
2107 .It Cm span Ar interface
2108 Add the interface named by
2109 .Ar interface
2110 as a span port on the bridge.
2111 Span ports transmit a copy of every frame received by the bridge.
2112 This is most useful for snooping a bridged network passively on
2113 another host connected to one of the span ports of the bridge.
2114 .It Cm -span Ar interface
2115 Delete the interface named by
2116 .Ar interface
2117 from the list of span ports of the bridge.
2118 .It Cm stp Ar interface
2119 Enable Spanning Tree protocol on
2120 .Ar interface .
2121 The
2122 .Xr if_bridge 4
2123 driver has support for the IEEE 802.1D Spanning Tree protocol (STP).
2124 Spanning Tree is used to detect and remove loops in a network topology.
2125 .It Cm -stp Ar interface
2126 Disable Spanning Tree protocol on
2127 .Ar interface .
2128 This is the default for all interfaces added to a bridge.
2129 .It Cm edge Ar interface
2130 Set
2131 .Ar interface
2132 as an edge port.
2133 An edge port connects directly to end stations cannot create bridging
2134 loops in the network, this allows it to transition straight to forwarding.
2135 .It Cm -edge Ar interface
2136 Disable edge status on
2137 .Ar interface .
2138 .It Cm autoedge Ar interface
2139 Allow
2140 .Ar interface
2141 to automatically detect edge status.
2142 This is the default for all interfaces added to a bridge.
2143 .It Cm -autoedge Ar interface
2144 Disable automatic edge status on
2145 .Ar interface .
2146 .It Cm ptp Ar interface
2147 Set the
2148 .Ar interface
2149 as a point to point link.
2150 This is required for straight transitions to forwarding and
2151 should be enabled on a direct link to another RSTP capable switch.
2152 .It Cm -ptp Ar interface
2153 Disable point to point link status on
2154 .Ar interface .
2155 This should be disabled for a half duplex link and for an interface
2156 connected to a shared network segment,
2157 like a hub or a wireless network.
2158 .It Cm autoptp Ar interface
2159 Automatically detect the point to point status on
2160 .Ar interface
2161 by checking the full duplex link status.
2162 This is the default for interfaces added to the bridge.
2163 .It Cm -autoptp Ar interface
2164 Disable automatic point to point link detection on
2165 .Ar interface .
2166 .It Cm maxage Ar seconds
2167 Set the time that a Spanning Tree protocol configuration is valid.
2168 The default is 20 seconds.
2169 The minimum is 6 seconds and the maximum is 40 seconds.
2170 .It Cm fwddelay Ar seconds
2171 Set the time that must pass before an interface begins forwarding
2172 packets when Spanning Tree is enabled.
2173 The default is 15 seconds.
2174 The minimum is 4 seconds and the maximum is 30 seconds.
2175 .It Cm hellotime Ar seconds
2176 Set the time between broadcasting of Spanning Tree protocol
2177 configuration messages.
2178 The hello time may only be changed when operating in legacy stp mode.
2179 The default is 2 seconds.
2180 The minimum is 1 second and the maximum is 2 seconds.
2181 .It Cm priority Ar value
2182 Set the bridge priority for Spanning Tree.
2183 The default is 32768.
2184 The minimum is 0 and the maximum is 61440.
2185 .It Cm proto Ar value
2186 Set the Spanning Tree protocol.
2187 The default is rstp.
2188 The available options are stp and rstp.
2189 .It Cm holdcnt Ar value
2190 Set the transmit hold count for Spanning Tree.
2191 This is the number of packets transmitted before being rate limited.
2192 The default is 6.
2193 The minimum is 1 and the maximum is 10.
2194 .It Cm ifpriority Ar interface Ar value
2195 Set the Spanning Tree priority of
2196 .Ar interface
2197 to
2198 .Ar value .
2199 The default is 128.
2200 The minimum is 0 and the maximum is 240.
2201 .It Cm ifpathcost Ar interface Ar value
2202 Set the Spanning Tree path cost of
2203 .Ar interface
2204 to
2205 .Ar value .
2206 The default is calculated from the link speed.
2207 To change a previously selected path cost back to automatic, set the
2208 cost to 0.
2209 The minimum is 1 and the maximum is 200000000.
2210 .It Cm ifmaxaddr Ar interface Ar size
2211 Set the maximum number of hosts allowed from an interface, packets with unknown
2212 source addresses are dropped until an existing host cache entry expires or is
2213 removed.
2214 Set to 0 to disable.
2215 .El
2216 .Pp
2217 The following parameters are specific to lagg interfaces:
2218 .Bl -tag -width indent
2219 .It Cm laggport Ar interface
2220 Add the interface named by
2221 .Ar interface
2222 as a port of the aggregation interface.
2223 .It Cm -laggport Ar interface
2224 Remove the interface named by
2225 .Ar interface
2226 from the aggregation interface.
2227 .It Cm laggproto Ar proto
2228 Set the aggregation protocol.
2229 The default is failover.
2230 The available options are failover, fec, lacp, loadbalance, roundrobin and
2231 none.
2232 .El
2233 .Pp
2234 The following parameters are specific to IP tunnel interfaces,
2235 .Xr gif 4 :
2236 .Bl -tag -width indent
2237 .It Cm tunnel Ar src_addr dest_addr
2238 Configure the physical source and destination address for IP tunnel
2239 interfaces.
2240 The arguments
2241 .Ar src_addr
2242 and
2243 .Ar dest_addr
2244 are interpreted as the outer source/destination for the encapsulating
2245 IPv4/IPv6 header.
2246 .It Fl tunnel
2247 Unconfigure the physical source and destination address for IP tunnel
2248 interfaces previously configured with
2249 .Cm tunnel .
2250 .It Cm deletetunnel
2251 Another name for the
2252 .Fl tunnel
2253 parameter.
2254 .It Cm accept_rev_ethip_ver
2255 Set a flag to acccept both correct EtherIP packets and ones
2256 with reversed version field.  Enabled by default.
2257 This is for backward compatibility with
2258 .Fx 6.1 ,
2259 6.2, 6.3, 7.0, and 7.1.
2260 .It Cm -accept_rev_ethip_ver
2261 Clear a flag
2262 .Cm accept_rev_ethip_ver .
2263 .It Cm send_rev_ethip_ver
2264 Set a flag to send EtherIP packets with reversed version
2265 field intentionally.  Disabled by default.
2266 This is for backward compatibility with
2267 .Fx 6.1 ,
2268 6.2, 6.3, 7.0, and 7.1.
2269 .It Cm -send_rev_ethip_ver
2270 Clear a flag
2271 .Cm send_rev_ethip_ver .
2272 .El
2273 .Pp
2274 The following parameters are specific to GRE tunnel interfaces,
2275 .Xr gre 4 :
2276 .Bl -tag -width indent
2277 .It Cm grekey Ar key
2278 Configure the GRE key to be used for outgoing packets.
2279 Note that
2280 .Xr gre 4 will always accept GRE packets with invalid or absent keys.
2281 This command will result in a four byte MTU reduction on the interface.
2282 .El
2283 .Pp
2284 The following parameters are specific to
2285 .Xr pfsync 4
2286 interfaces:
2287 .Bl -tag -width indent
2288 .It Cm maxupd Ar n
2289 Set the maximum number of updates for a single state which
2290 can be collapsed into one.
2291 This is an 8-bit number; the default value is 128.
2292 .El
2293 .Pp
2294 The following parameters are specific to
2295 .Xr vlan 4
2296 interfaces:
2297 .Bl -tag -width indent
2298 .It Cm vlan Ar vlan_tag
2299 Set the VLAN tag value to
2300 .Ar vlan_tag .
2301 This value is a 16-bit number which is used to create an 802.1Q
2302 VLAN header for packets sent from the
2303 .Xr vlan 4
2304 interface.
2305 Note that
2306 .Cm vlan
2307 and
2308 .Cm vlandev
2309 must both be set at the same time.
2310 .It Cm vlandev Ar iface
2311 Associate the physical interface
2312 .Ar iface
2313 with a
2314 .Xr vlan 4
2315 interface.
2316 Packets transmitted through the
2317 .Xr vlan 4
2318 interface will be
2319 diverted to the specified physical interface
2320 .Ar iface
2321 with 802.1Q VLAN encapsulation.
2322 Packets with 802.1Q encapsulation received
2323 by the parent interface with the correct VLAN tag will be diverted to
2324 the associated
2325 .Xr vlan 4
2326 pseudo-interface.
2327 The
2328 .Xr vlan 4
2329 interface is assigned a
2330 copy of the parent interface's flags and the parent's ethernet address.
2331 The
2332 .Cm vlandev
2333 and
2334 .Cm vlan
2335 must both be set at the same time.
2336 If the
2337 .Xr vlan 4
2338 interface already has
2339 a physical interface associated with it, this command will fail.
2340 To
2341 change the association to another physical interface, the existing
2342 association must be cleared first.
2343 .Pp
2344 Note: if the hardware tagging capability
2345 is set on the parent interface, the
2346 .Xr vlan 4
2347 pseudo
2348 interface's behavior changes:
2349 the
2350 .Xr vlan 4
2351 interface recognizes that the
2352 parent interface supports insertion and extraction of VLAN tags on its
2353 own (usually in firmware) and that it should pass packets to and from
2354 the parent unaltered.
2355 .It Fl vlandev Op Ar iface
2356 If the driver is a
2357 .Xr vlan 4
2358 pseudo device, disassociate the parent interface from it.
2359 This breaks the link between the
2360 .Xr vlan 4
2361 interface and its parent,
2362 clears its VLAN tag, flags and its link address and shuts the interface down.
2363 The
2364 .Ar iface
2365 argument is useless and hence deprecated.
2366 .El
2367 .Pp
2368 The following parameters are specific to
2369 .Xr carp 4
2370 interfaces:
2371 .Bl -tag -width indent
2372 .It Cm advbase Ar seconds
2373 Specifies the base of the advertisement interval in seconds.
2374 The acceptable values are 1 to 255.
2375 The default value is 1.
2376 .\" The default value is
2377 .\" .Dv CARP_DFLTINTV .
2378 .It Cm advskew Ar interval
2379 Specifies the skew to add to the base advertisement interval to
2380 make one host advertise slower than another host.
2381 It is specified in 1/256 of seconds.
2382 The acceptable values are 1 to 254.
2383 The default value is 0.
2384 .It Cm pass Ar phrase
2385 Set the authentication key to
2386 .Ar phrase .
2387 .It Cm vhid Ar n
2388 Set the virtual host ID.
2389 This is a required setting.
2390 Acceptable values are 1 to 255.
2391 .El
2392 .Pp
2393 The
2394 .Nm
2395 utility displays the current configuration for a network interface
2396 when no optional parameters are supplied.
2397 If a protocol family is specified,
2398 .Nm
2399 will report only the details specific to that protocol family.
2400 .Pp
2401 If the
2402 .Fl m
2403 flag is passed before an interface name,
2404 .Nm
2405 will display the capability list and all
2406 of the supported media for the specified interface.
2407 If
2408 .Fl L
2409 flag is supplied, address lifetime is displayed for IPv6 addresses,
2410 as time offset string.
2411 .Pp
2412 Optionally, the
2413 .Fl a
2414 flag may be used instead of an interface name.
2415 This flag instructs
2416 .Nm
2417 to display information about all interfaces in the system.
2418 The
2419 .Fl d
2420 flag limits this to interfaces that are down, and
2421 .Fl u
2422 limits this to interfaces that are up.
2423 When no arguments are given,
2424 .Fl a
2425 is implied.
2426 .Pp
2427 The
2428 .Fl l
2429 flag may be used to list all available interfaces on the system, with
2430 no other additional information.
2431 Use of this flag is mutually exclusive
2432 with all other flags and commands, except for
2433 .Fl d
2434 (only list interfaces that are down)
2435 and
2436 .Fl u
2437 (only list interfaces that are up).
2438 .Pp
2439 The
2440 .Fl v
2441 flag may be used to get more verbose status for an interface.
2442 .Pp
2443 The
2444 .Fl C
2445 flag may be used to list all of the interface cloners available on
2446 the system, with no additional information.
2447 Use of this flag is mutually exclusive with all other flags and commands.
2448 .Pp
2449 The
2450 .Fl k
2451 flag causes keying information for the interface, if available, to be
2452 printed.
2453 For example, the values of 802.11 WEP keys will be printed, if accessible to
2454 the current user.
2455 This information is not printed by default, as it may be considered
2456 sensitive.
2457 .Pp 
2458 If the network interface driver is not present in the kernel then
2459 .Nm
2460 will attempt to load it.
2461 The
2462 .Fl n
2463 flag disables this behavior.
2464 .Pp
2465 Only the super-user may modify the configuration of a network interface.
2466 .Sh NOTES
2467 The media selection system is relatively new and only some drivers support
2468 it (or have need for it).
2469 .Sh EXAMPLES
2470 Assign the IPv4 address
2471 .Li 192.0.2.10 ,
2472 with a network mask of
2473 .Li 255.255.255.0 ,
2474 to the interface
2475 .Li fxp0 :
2476 .Dl # ifconfig fxp0 inet 192.0.2.10 netmask 255.255.255.0
2477 .Pp
2478 Add the IPv4 address
2479 .Li 192.0.2.45 ,
2480 with the CIDR network prefix
2481 .Li /28 ,
2482 to the interface
2483 .Li ed0 ,
2484 using
2485 .Cm add
2486 as a synonym for the canonical form of the option
2487 .Cm alias :
2488 .Dl # ifconfig ed0 inet 192.0.2.45/28 add
2489 .Pp
2490 Remove the IPv4 address
2491 .Li 192.0.2.45
2492 from the interface
2493 .Li ed0 :
2494 .Dl # ifconfig ed0 inet 192.0.2.45 -alias
2495 .Pp
2496 Enable IPv6 functionality of the interface:
2497 .Dl # ifconfig em0 inet6 -ifdisabled
2498 .Pp
2499 Add the IPv6 address
2500 .Li 2001:DB8:DBDB::123/48
2501 to the interface
2502 .Li em0 :
2503 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123 prefixlen 48 alias
2504 Note that lower case hexadecimal IPv6 addresses are acceptable.
2505 .Pp
2506 Remove the IPv6 address added in the above example,
2507 using the
2508 .Li /
2509 character as shorthand for the network prefix,
2510 and using
2511 .Cm delete
2512 as a synonym for the canonical form of the option
2513 .Fl alias :
2514 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123/48 delete
2515 .Pp
2516 Configure the interface
2517 .Li xl0 ,
2518 to use 100baseTX, full duplex Ethernet media options:
2519 .Dl # ifconfig xl0 media 100baseTX mediaopt full-duplex
2520 .Pp
2521 Label the em0 interface as an uplink:
2522 .Pp
2523 .Dl # ifconfig em0 description \&"Uplink to Gigabit Switch 2\&"
2524 .Pp
2525 Create the software network interface
2526 .Li gif1 :
2527 .Dl # ifconfig gif1 create
2528 .Pp
2529 Destroy the software network interface
2530 .Li gif1 :
2531 .Dl # ifconfig gif1 destroy
2532 .Sh DIAGNOSTICS
2533 Messages indicating the specified interface does not exist, the
2534 requested address is unknown, or the user is not privileged and
2535 tried to alter an interface's configuration.
2536 .Sh SEE ALSO
2537 .Xr netstat 1 ,
2538 .Xr carp 4 ,
2539 .Xr gif 4 ,
2540 .Xr netintro 4 ,
2541 .Xr pfsync 4 ,
2542 .Xr polling 4 ,
2543 .Xr vlan 4 ,
2544 .\" .Xr eon 5 ,
2545 .Xr rc 8 ,
2546 .Xr routed 8 ,
2547 .Xr jail 8 ,
2548 .Xr sysctl 8
2549 .Sh HISTORY
2550 The
2551 .Nm
2552 utility appeared in
2553 .Bx 4.2 .
2554 .Sh BUGS
2555 Basic IPv6 node operation requires a link-local address on each
2556 interface configured for IPv6.
2557 Normally, such an address is automatically configured by the
2558 kernel on each interface added to the system or enabled; this behavior may
2559 be disabled by setting per-interface flag
2560 .Cm -auto_linklocal .
2561 The default value of this flag is 1 and can be disabled by using the sysctl
2562 MIB variable
2563 .Va net.inet6.ip6.auto_linklocal .
2564 .Pp
2565 Do not configure IPv6 addresses with no link-local address by using
2566 .Nm .
2567 It can result in unexpected behaviors of the kernel.