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