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