]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ifconfig/ifconfig.8
Merge llvm-project main llvmorg-15-init-16436-g18a6ab5b8d1f
[FreeBSD/FreeBSD.git] / sbin / ifconfig / ifconfig.8
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     From: @(#)ifconfig.8    8.3 (Berkeley) 1/5/94
29 .\" $FreeBSD$
30 .\"
31 .Dd February 1, 2023
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 kLmn
40 .Op Fl f Ar type Ns Cm \&: Ns Ar format
41 .Ar interface
42 .Op Cm create
43 .Oo
44 .Ar address_family
45 .Oo
46 .Ar address
47 .Op Ar dest_address
48 .Oc
49 .Oc
50 .Op Ar parameters
51 .Nm
52 .Ar interface
53 .Cm destroy
54 .Nm
55 .Fl a
56 .Op Fl dkLmuv
57 .Op Fl f Ar type Ns Cm \&: Ns Ar format
58 .Op Fl G Ar groupname
59 .Op Fl g Ar groupname
60 .Op Ar address_family
61 .Nm
62 .Fl C
63 .Nm
64 .Fl g Ar groupname
65 .Nm
66 .Fl l
67 .Op Fl du
68 .Op Fl g Ar groupname
69 .Op Ar address_family
70 .Nm
71 .Op Fl dkLmuv
72 .Op Fl f Ar type Ns Cm \&: Ns Ar format
73 .Sh DESCRIPTION
74 The
75 .Nm
76 utility is used to assign an address
77 to a network interface and/or configure
78 network interface parameters.
79 The
80 .Nm
81 utility must be used at boot time to define the network address
82 of each interface present on a machine; it may also be used at
83 a later time to redefine an interface's address
84 or other operating parameters.
85 .Pp
86 The following options are available:
87 .Bl -tag -width indent
88 .It Fl a
89 Display information about all interfaces in the system.
90 .Pp
91 The
92 .Fl a
93 flag may be used instead of the
94 .Ar interface
95 argument.
96 .It Fl C
97 List all the interface cloners available on the system,
98 with no additional information.
99 Use of this flag is mutually exclusive with all other flags and commands.
100 .It Fl d
101 Display only the interfaces that are down.
102 .It Fl f Xo
103 .Ar type Ns Cm \&: Ns Ar format Ns
104 .Op Cm \&, Ns Ar type Ns Cm \&: Ns Ar format Ar ...
105 .Xc
106 Control the output format of
107 .Nm .
108 The format is specified as a comma-separated list of
109 .Ar type Ns Cm \&: Ns Ar format
110 pairs
111 .Po see the
112 .Sx EXAMPLES
113 section for more information
114 .Pc .
115 .Pp
116 The output format can also be specified via the
117 .Ev IFCONFIG_FORMAT
118 environment variable.
119 The
120 .Fl f
121 flag can be supplied multiple times.
122 .Pp
123 The
124 .Ar type Ns s
125 and their associated
126 .Ar format
127 strings are:
128 .Pp
129 .Bl -tag -width ether
130 .It Cm addr
131 Adjust the display of inet and inet6 addresses:
132 .Pp
133 .Bl -tag -width default -compact
134 .It Cm default
135 Default format,
136 .Cm numeric
137 .It Cm fqdn
138 Fully qualified domain names
139 .Pq FQDN
140 .It Cm host
141 Unqualified hostnames
142 .It Cm numeric
143 Numeric format
144 .El
145 .It Cm ether
146 Adjust the display of link-level ethernet (MAC) addresses:
147 .Pp
148 .Bl -tag -width default -compact
149 .It Cm colon
150 Separate address segments with a colon
151 .It Cm dash
152 Separate address segments with a dash
153 .It Cm default
154 Default format,
155 .Cm colon
156 .El
157 .It Cm inet
158 Adjust the display of inet address subnet masks:
159 .Pp
160 .Bl -tag -width default -compact
161 .It Cm cidr
162 CIDR notation, for example:
163 .Ql 203.0.113.224/26
164 .It Cm default
165 Default format,
166 .Cm hex
167 .It Cm dotted
168 Dotted quad notation, for example:
169 .Ql 255.255.255.192
170 .It Cm hex
171 Hexadecimal format, for example:
172 .Ql 0xffffffc0
173 .El
174 .It Cm inet6
175 Adjust the display of inet6 address prefixes (subnet masks):
176 .Pp
177 .Bl -tag -width default -compact
178 .It Cm cidr
179 CIDR notation, for example:
180 .Ql ::1/128
181 or
182 .Ql fe80::1%lo0/64
183 .It Cm default
184 Default format,
185 .Cm numeric
186 .It Cm numeric
187 Integer format, for example:
188 .Ql prefixlen 64
189 .El
190 .El
191 .It Fl G Ar groupname
192 Exclude members of the specified
193 .Ar groupname
194 from the output.
195 .Ar groupname .
196 .Pp
197 Only one option
198 .Fl G
199 should be specified as later override previous ones
200 .Ar groupname
201 may contain shell patterns in which case it should be quoted.
202 .Pp
203 Setting
204 .Ar groupname
205 to
206 .Cm all
207 selects all interfaces.
208 .It Fl g Ar groupname
209 Limit the output to the members of the specified
210 .Ar groupname .
211 .Pp
212 If
213 .Fl g
214 is specified before other significant flags like, e.g.,
215 .Fl a ,
216 .Fl l ,
217 or
218 .Fl C ,
219 then
220 .Nm
221 lists names of interfaces belonging to
222 .Ar groupname .
223 Any other flags and arguments are ignored in this case.
224 .Pp
225 Only one option
226 .Fl g
227 should be specified as later override previous ones
228 .Ar groupname
229 may contain shell patterns in which case it should be quoted.
230 .Pp
231 Setting
232 .Ar groupname
233 to
234 .Cm all
235 selects all interfaces.
236 .It Fl k
237 Print keying information for the
238 .Ar interface ,
239 if available.
240 .Pp
241 For example, the values of 802.11 WEP keys and
242 .Xr carp 4
243 passphrases will be printed, if accessible to the current user.
244 .Pp
245 This information is not printed by default, as it may be considered
246 sensitive.
247 .It Fl L
248 Display address lifetime for IPv6 addresses as time offset string.
249 .It Fl l
250 List all available interfaces on the system,
251 with no other additional information.
252 .Pp
253 If an
254 .Ar address_family
255 is specified, only interfaces of that type will be listed.
256 .Pp
257 If the
258 .Ar address_family
259 is set to
260 .Cm ether ,
261 then
262 .Fl l
263 will exclude loopback interfaces from the list of Ethernet interfaces.
264 This is a special case, because all the other synonyms of the
265 .Cm link
266 address family will include loopback interfaces in the list.
267 .Pp
268 Use of this flag is mutually exclusive
269 with all other flags and commands, except for
270 .Fl d ,
271 .Fl g ,
272 and
273 .Fl u .
274 .It Fl m
275 Display the capability list and all
276 of the supported media for the specified interface.
277 .It Fl n
278 Disable automatic loading of network interface drivers.
279 .Pp
280 By default if the network interface driver is not present in the kernel
281 then
282 .Nm
283 will attempt to load it.
284 .It Fl u
285 Display only the interfaces that are up.
286 .It Fl v
287 Get more verbose status for an interface.
288 .It Ar address
289 For the inet family,
290 the address is either a host name present in the host name data
291 base,
292 .Xr hosts 5 ,
293 or an IPv4 address expressed in the Internet standard
294 .Dq dot notation .
295 .Pp
296 It is also possible to use the CIDR notation (also known as the
297 slash notation) to include the netmask.
298 That is, one can specify an address like
299 .Li 192.168.0.1/16 .
300 .Pp
301 For the
302 .Cm inet6
303 family, it is also possible to specify the prefix length using the slash
304 notation, like
305 .Li ::1/128 .
306 See the
307 .Cm prefixlen
308 parameter below for more information.
309 .Pp
310 The link-level
311 .Pq Cm link
312 address
313 is specified as a series of colon-separated hex digits.
314 This can be used to, for example,
315 set a new MAC address on an Ethernet interface, though the
316 mechanism used is not Ethernet specific.
317 .Pp
318 Use the
319 .Cm random
320 keyword to set a randomly generated MAC address.
321 A randomly-generated MAC address might be the same as one already in use
322 in the network.
323 Such duplications are extremely unlikely.
324 .Pp
325 If the interface is already
326 up when the link-level address is modified,
327 it will be briefly brought down and
328 then brought back up again in order to ensure that the receive
329 filter in the underlying Ethernet hardware is properly reprogrammed.
330 .It Ar address_family
331 Specify the
332 address family
333 which affects interpretation of the remaining parameters.
334 Since an interface can receive transmissions in differing protocols
335 with different naming schemes, specifying the address family is recommended.
336 The address or protocol families currently
337 supported are:
338 .Bl -tag
339 .It Cm ether
340 Synonymous with
341 .Cm link
342 .Po with some exceptions, see
343 .Fl l
344 .Pc .
345 .It Cm inet
346 Default, if available.
347 .It Cm inet6
348 .It Cm link
349 Default, if
350 .Cm inet
351 is not available.
352 .It Cm lladdr
353 Synonymous with
354 .Cm link .
355 .El
356 .It Ar dest_address
357 Specify the address of the correspondent on the other end
358 of a point to point link.
359 .It Ar interface
360 This
361 parameter is a string of the form
362 .Dq name unit ,
363 for example,
364 .Dq Li em0 .
365 .El
366 .Pp
367 The
368 .Nm
369 utility displays the current configuration for a network interface
370 when no optional parameters are supplied.
371 If a protocol family is specified,
372 .Nm
373 will report only the details specific to that protocol family.
374 .Pp
375 When no arguments are given,
376 .Fl a
377 is implied.
378 .Pp
379 Only the super-user may modify the configuration of a network interface.
380 .Sh PARAMETERS
381 The following
382 .Ar parameter Ns s
383 may be set with
384 .Nm :
385 .Bl -tag -width indent
386 .It Cm add
387 Another name for the
388 .Cm alias
389 parameter.
390 Introduced for compatibility
391 with
392 .Bsx .
393 .It Cm alias
394 Establish an additional network address for this interface.
395 This is sometimes useful when changing network numbers, and
396 one wishes to accept packets addressed to the old interface.
397 If the address is on the same subnet as the first network address
398 for this interface, a non-conflicting netmask must be given.
399 Usually
400 .Li 0xffffffff
401 is most appropriate.
402 .It Fl alias
403 Remove the network address specified.
404 This would be used if you incorrectly specified an alias, or it
405 was no longer needed.
406 If you have incorrectly set an NS address having the side effect
407 of specifying the host portion, removing all NS addresses will
408 allow you to respecify the host portion.
409 .It Cm anycast
410 (Inet6 only.)
411 Specify that the address configured is an anycast address.
412 Based on the current specification,
413 only routers may configure anycast addresses.
414 Anycast address will not be used as source address of any of outgoing
415 IPv6 packets.
416 .It Cm arp
417 Enable the use of the Address Resolution Protocol
418 .Pq Xr arp 4
419 in mapping
420 between network level addresses and link level addresses (default).
421 This is currently implemented for mapping between Internet Protocol addresses
422 and IEEE 802 48-bit MAC addresses (Ethernet addresses).
423 .It Fl arp
424 Disable the use of the Address Resolution Protocol
425 .Pq Xr arp 4 .
426 .It Cm staticarp
427 If the Address Resolution Protocol is enabled,
428 the host will only reply to requests for its addresses,
429 and will never send any requests.
430 .It Fl staticarp
431 If the Address Resolution Protocol is enabled,
432 the host will perform normally,
433 sending out requests and listening for replies.
434 .It Cm stickyarp
435 Enable the so-called sticky ARP mode for the interface.
436 If this option is enabled on the given interface, any resolved address is
437 marked as a static one and never expires. This may be used to increase
438 security of the network by preventing ARP spoofing or to reduce latency for
439 high-performance Ethernet networks where the time needed for ARP resolution is
440 too high. Please note that a similar feature is also provided for bridges. See
441 the sticky option in the
442 .Sx Bridge Interface Parameters
443 section. Enabling this
444 option may impact techniques which rely on ARP expiration/overwriting feature
445 such as load-balancers or high-availabity solutions such as
446 .Xr carp 4 .
447 .It Fl stickyarp
448 Disable the so-called sticky ARP mode for the interface (default).
449 Resolved addresses will expire normally respecting the kernel ARP
450 configuration.
451 .It Cm broadcast
452 (Inet only.)
453 Specify the address to use to represent broadcasts to the
454 network.
455 The default broadcast address is the address with a host part of all 1's.
456 .It Cm debug
457 Enable driver dependent debugging code; usually, this turns on
458 extra console error logging.
459 .It Fl debug
460 Disable driver dependent debugging code.
461 .It Cm promisc
462 Put interface into permanently promiscuous mode.
463 .It Fl promisc
464 Disable permanently promiscuous mode.
465 .It Cm delete
466 Another name for the
467 .Fl alias
468 parameter.
469 .It Cm description Ar value , Cm descr Ar value
470 Specify a description of the interface.
471 This can be used to label interfaces in situations where they may
472 otherwise be difficult to distinguish.
473 .It Cm -description , Cm -descr
474 Clear the interface description.
475 .It Cm down
476 Mark an interface
477 .Dq down .
478 When an interface is marked
479 .Dq down ,
480 the system will not attempt to
481 transmit messages through that interface.
482 If possible, the interface will be reset to disable reception as well.
483 This action does not automatically disable routes using the interface.
484 .It Cm group Ar groupname
485 Assign the interface to a
486 .Dq group .
487 Any interface can be in multiple groups.
488 .Pp
489 Cloned interfaces are members of their interface family group by default.
490 For example, a VLAN interface such as
491 .Em vlan10
492 is a member of the VLAN interface family group,
493 .Em vlan .
494 .It Cm -group Ar groupname
495 Remove the interface from the given
496 .Dq group .
497 .It Cm eui64
498 (Inet6 only.)
499 Fill interface index
500 (lowermost 64bit of an IPv6 address)
501 automatically.
502 .It Cm fib Ar fib_number
503 Specify interface FIB.
504 A FIB
505 .Ar fib_number
506 is assigned to all frames or packets received on that interface.
507 The FIB is not inherited, e.g., vlans or other sub-interfaces will use
508 the default FIB (0) irrespective of the parent interface's FIB.
509 The kernel needs to be tuned to support more than the default FIB
510 using the
511 .Va ROUTETABLES
512 kernel configuration option, or the
513 .Va net.fibs
514 tunable.
515 .It Cm tunnelfib Ar fib_number
516 Specify tunnel FIB.
517 A FIB
518 .Ar fib_number
519 is assigned to all packets encapsulated by tunnel interface, e.g.,
520 .Xr gif 4 ,
521 .Xr gre 4
522 and
523 .Xr vxlan 4 .
524 .It Cm maclabel Ar label
525 If Mandatory Access Control support is enabled in the kernel,
526 set the MAC label to
527 .Ar label .
528 .\" (see
529 .\" .Xr maclabel 7 ) .
530 .It Cm media Ar type
531 If the driver supports the media selection system, set the media type
532 of the interface to
533 .Ar type .
534 Some interfaces support the mutually exclusive use of one of several
535 different physical media connectors.
536 For example, a 10Mbit/s Ethernet
537 interface might support the use of either AUI
538 or twisted pair connectors.
539 Setting the media type to
540 .Cm 10base5/AUI
541 would change the currently active connector to the AUI port.
542 Setting it to
543 .Cm 10baseT/UTP
544 would activate twisted pair.
545 Refer to the interfaces' driver
546 specific documentation or man page for a complete list of the
547 available types.
548 .It Cm mediaopt Ar opts
549 If the driver supports the media selection system, set the specified
550 media options on the interface.
551 The
552 .Ar opts
553 argument
554 is a comma delimited list of options to apply to the interface.
555 Refer to the interfaces' driver specific man page for a complete
556 list of available options.
557 .It Fl mediaopt Ar opts
558 If the driver supports the media selection system, disable the
559 specified media options on the interface.
560 .It Cm mode Ar mode
561 If the driver supports the media selection system, set the specified
562 operating mode on the interface to
563 .Ar mode .
564 For IEEE 802.11 wireless interfaces that support multiple operating modes
565 this directive is used to select between 802.11a
566 .Pq Cm 11a ,
567 802.11b
568 .Pq Cm 11b ,
569 and 802.11g
570 .Pq Cm 11g
571 operating modes.
572 .It Cm txrtlmt
573 Set if the driver supports TX rate limiting.
574 .It Cm inst Ar minst , Cm instance Ar minst
575 Set the media instance to
576 .Ar minst .
577 This is useful for devices which have multiple physical layer interfaces
578 .Pq PHYs .
579 .It Cm name Ar name
580 Set the interface name to
581 .Ar name .
582 .It Cm rxcsum , txcsum , rxcsum6 , txcsum6
583 If the driver supports user-configurable checksum offloading,
584 enable receive (or transmit) checksum offloading on the interface.
585 The feature can be turned on selectively per protocol family.
586 Use
587 .Cm rxcsum6 , txcsum6
588 for
589 .Xr ip6 4
590 or
591 .Cm rxcsum , txcsum
592 otherwise.
593 Some drivers may not be able to enable these flags independently
594 of each other, so setting one may also set the other.
595 The driver will offload as much checksum work as it can reliably
596 support, the exact level of offloading varies between drivers.
597 .It Fl rxcsum , txcsum , rxcsum6 , txcsum6
598 If the driver supports user-configurable checksum offloading,
599 disable receive (or transmit) checksum offloading on the interface.
600 The feature can be turned off selectively per protocol family.
601 Use
602 .Fl rxcsum6 , txcsum6
603 for
604 .Xr ip6 4
605 or
606 .Fl rxcsum , txcsum
607 otherwise.
608 These settings may not always be independent of each other.
609 .It Cm tso
610 If the driver supports
611 .Xr tcp 4
612 segmentation offloading, enable TSO on the interface.
613 Some drivers may not be able to support TSO for
614 .Xr ip 4
615 and
616 .Xr ip6 4
617 packets, so they may enable only one of them.
618 .It Fl tso
619 If the driver supports
620 .Xr tcp 4
621 segmentation offloading, disable TSO on the interface.
622 It will always disable TSO for
623 .Xr ip 4
624 and
625 .Xr ip6 4 .
626 .It Cm tso6 , tso4
627 If the driver supports
628 .Xr tcp 4
629 segmentation offloading for
630 .Xr ip6 4
631 or
632 .Xr ip 4
633 use one of these to selectively enabled it only for one protocol family.
634 .It Fl tso6 , tso4
635 If the driver supports
636 .Xr tcp 4
637 segmentation offloading for
638 .Xr ip6 4
639 or
640 .Xr ip 4
641 use one of these to selectively disable it only for one protocol family.
642 .It Cm lro
643 If the driver supports
644 .Xr tcp 4
645 large receive offloading, enable LRO on the interface.
646 .It Fl lro
647 If the driver supports
648 .Xr tcp 4
649 large receive offloading, disable LRO on the interface.
650 .It Cm txtls
651 Transmit TLS offload encrypts Transport Layer Security (TLS) records and
652 segments the encrypted record into one or more
653 .Xr tcp 4
654 segments over either
655 .Xr ip 4
656 or
657 .Xr ip6 4 .
658 If the driver supports transmit TLS offload,
659 enable transmit TLS offload on the interface.
660 Some drivers may not be able to support transmit TLS offload for
661 .Xr ip 4
662 and
663 .Xr ip6 4
664 packets, so they may enable only one of them.
665 .It Fl txtls
666 If the driver supports transmit TLS offload,
667 disable transmit TLS offload on the interface.
668 It will always disable TLS for
669 .Xr ip 4
670 and
671 .Xr ip6 4 .
672 .It Cm txtlsrtlmt
673 Enable use of rate limiting (packet pacing) for TLS offload.
674 .It Fl txtlsrtlmt
675 Disable use of rate limiting for TLS offload.
676 .It Cm mextpg
677 If the driver supports extended multi-page
678 .Xr mbuf 9
679 buffers, enable them on the interface.
680 .It Fl mextpg
681 If the driver supports extended multi-page
682 .Xr mbuf 9
683 biffers, disable them on the interface.
684 .It Cm wol , wol_ucast , wol_mcast , wol_magic
685 Enable Wake On Lan (WOL) support, if available.
686 WOL is a facility whereby a machine in a low power state may be woken
687 in response to a received packet.
688 There are three types of packets that may wake a system:
689 ucast (directed solely to the machine's mac address),
690 mcast (directed to a broadcast or multicast address),
691 or
692 magic
693 .Po unicast or multicast frames with a
694 .Dq magic contents
695 .Pc .
696 Not all devices support WOL, those that do indicate the mechanisms
697 they support in their capabilities.
698 .Cm wol
699 is a synonym for enabling all available WOL mechanisms.
700 To disable WOL use
701 .Fl wol .
702 .It Cm vlanmtu , vlanhwtag , vlanhwfilter , vlanhwcsum , vlanhwtso
703 If the driver offers user-configurable VLAN support, enable
704 reception of extended frames, tag processing in hardware,
705 frame filtering in hardware, checksum offloading, or TSO on VLAN,
706 respectively.
707 Note that this must be configured on a physical interface associated with
708 .Xr vlan 4 ,
709 not on a
710 .Xr vlan 4
711 interface itself.
712 .It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwcsum , vlanhwtso
713 If the driver offers user-configurable VLAN support, disable
714 reception of extended frames, tag processing in hardware,
715 frame filtering in hardware, checksum offloading, or TSO on VLAN,
716 respectively.
717 .It Cm vxlanhwcsum , vxlanhwtso
718 If the driver offers user-configurable VXLAN support, enable inner checksum
719 offloading (receive and transmit) or TSO on VXLAN, respectively.
720 Note that this must be configured on a physical interface associated with
721 .Xr vxlan 4 ,
722 not on a
723 .Xr vxlan 4
724 interface itself.
725 The physical interface is either the interface specified as the vxlandev
726 or the interface hosting the vxlanlocal address.
727 The driver will offload as much checksum work and TSO as it can reliably
728 support, the exact level of offloading may vary between drivers.
729 .It Fl vxlanhwcsum , vxlanhwtso
730 If the driver offers user-configurable VXLAN support, disable checksum
731 offloading (receive and transmit) or TSO on VXLAN, respectively.
732 .It Cm vnet Ar jail
733 Move the interface to the
734 .Xr jail 8 ,
735 specified by name or JID.
736 If the jail has a virtual network stack, the interface will disappear
737 from the current environment and become visible to the jail.
738 .It Fl vnet Ar jail
739 Reclaim the interface from the
740 .Xr jail 8 ,
741 specified by name or JID.
742 If the jail has a virtual network stack, the interface will disappear
743 from the jail, and become visible to the current network environment.
744 .It Cm polling
745 Turn on
746 .Xr polling 4
747 feature and disable interrupts on the interface, if driver supports
748 this mode.
749 .It Fl polling
750 Turn off
751 .Xr polling 4
752 feature and enable interrupt mode on the interface.
753 .It Cm create
754 Create the specified network pseudo-device.
755 If the interface is given without a unit number, try to create a new
756 device with an arbitrary unit number.
757 If creation of an arbitrary device is successful, the new device name is
758 printed to standard output unless the interface is renamed or destroyed
759 in the same
760 .Nm
761 invocation.
762 .It Cm destroy
763 Destroy the specified network pseudo-device.
764 .It Cm plumb
765 Another name for the
766 .Cm create
767 parameter.
768 Included for Solaris compatibility.
769 .It Cm unplumb
770 Another name for the
771 .Cm destroy
772 parameter.
773 Included for Solaris compatibility.
774 .It Cm metric Ar n
775 Set the routing metric of the interface to
776 .Ar n ,
777 default 0.
778 The routing metric is used by the routing protocol
779 .Pq Xr routed 8 .
780 Higher metrics have the effect of making a route
781 less favorable; metrics are counted as additional hops
782 to the destination network or host.
783 .It Cm mtu Ar n
784 Set the maximum transmission unit of the interface to
785 .Ar n ,
786 default is interface specific.
787 The MTU is used to limit the size of packets that are transmitted on an
788 interface.
789 Not all interfaces support setting the MTU, and some interfaces have
790 range restrictions.
791 .It Cm netmask Ar mask
792 .\" (Inet and ISO.)
793 (Inet only.)
794 Specify how much of the address to reserve for subdividing
795 networks into sub-networks.
796 The mask includes the network part of the local address
797 and the subnet part, which is taken from the host field of the address.
798 The mask can be specified as a single hexadecimal number
799 with a leading
800 .Ql 0x ,
801 with a dot-notation Internet address,
802 or with a pseudo-network name listed in the network table
803 .Xr networks 5 .
804 The mask contains 1's for the bit positions in the 32-bit address
805 which are to be used for the network and subnet parts,
806 and 0's for the host part.
807 The mask should contain at least the standard network portion,
808 and the subnet field should be contiguous with the network
809 portion.
810 .Pp
811 The netmask can also be specified in CIDR notation after the address.
812 See the
813 .Ar address
814 option above for more information.
815 .It Cm prefixlen Ar len
816 (Inet6 only.)
817 Specify that
818 .Ar len
819 bits are reserved for subdividing networks into sub-networks.
820 The
821 .Ar len
822 must be integer, and for syntactical reason it must be between 0 to 128.
823 It is almost always 64 under the current IPv6 assignment rule.
824 If the parameter is omitted, 64 is used.
825 .Pp
826 The prefix can also be specified using the slash notation after the address.
827 See the
828 .Ar address
829 option above for more information.
830 .It Cm remove
831 Another name for the
832 .Fl alias
833 parameter.
834 Introduced for compatibility
835 with
836 .Bsx .
837 .Sm off
838 .It Cm link Op Cm 0 No - Cm 2
839 .Sm on
840 Enable special processing of the link level of the interface.
841 These three options are interface specific in actual effect, however,
842 they are in general used to select special modes of operation.
843 An example
844 of this is to enable SLIP compression, or to select the connector type
845 for some Ethernet cards.
846 Refer to the man page for the specific driver
847 for more information.
848 .Sm off
849 .It Fl link Op Cm 0 No - Cm 2
850 .Sm on
851 Disable special processing at the link level with the specified interface.
852 .It Cm monitor
853 Put the interface in monitor mode.
854 No packets are transmitted, and received packets are discarded after
855 .Xr bpf 4
856 processing.
857 .It Fl monitor
858 Take the interface out of monitor mode.
859 .It Cm pcp Ar priority_code_point
860 Priority code point
861 .Pq Dv PCP
862 is an 3-bit field which refers to the IEEE 802.1p
863 class of service and maps to the frame priority level.
864 .It Fl pcp
865 Stop tagging packets on the interface w/ the priority code point.
866 .It Cm up
867 Mark an interface
868 .Dq up .
869 This may be used to enable an interface after an
870 .Dq Nm Cm down .
871 It happens automatically when setting the first address on an interface.
872 If the interface was reset when previously marked down,
873 the hardware will be re-initialized.
874 .El
875 .Ss ICMPv6 Neighbor Discovery Protocol Parameters
876 The following parameters are for ICMPv6 Neighbor Discovery Protocol.
877 Note that the address family keyword
878 .Dq Li inet6
879 is needed for them:
880 .Bl -tag -width indent
881 .It Cm accept_rtadv
882 Set a flag to enable accepting ICMPv6 Router Advertisement messages.
883 The
884 .Xr sysctl 8
885 variable
886 .Va net.inet6.ip6.accept_rtadv
887 controls whether this flag is set by default or not.
888 .It Cm -accept_rtadv
889 Clear a flag
890 .Cm accept_rtadv .
891 .It Cm no_radr
892 Set a flag to control whether routers from which the system accepts
893 Router Advertisement messages will be added to the Default Router List
894 or not.
895 When the
896 .Cm accept_rtadv
897 flag is disabled, this flag has no effect.
898 The
899 .Xr sysctl 8
900 variable
901 .Va net.inet6.ip6.no_radr
902 controls whether this flag is set by default or not.
903 .It Cm -no_radr
904 Clear a flag
905 .Cm no_radr .
906 .It Cm auto_linklocal
907 Set a flag to perform automatic link-local address configuration when
908 the interface becomes available.
909 The
910 .Xr sysctl 8
911 variable
912 .Va net.inet6.ip6.auto_linklocal
913 controls whether this flag is set by default or not.
914 .It Cm -auto_linklocal
915 Clear a flag
916 .Cm auto_linklocal .
917 .It Cm defaultif
918 Set the specified interface as the default route when there is no
919 default router.
920 .It Cm -defaultif
921 Clear a flag
922 .Cm defaultif .
923 .It Cm ifdisabled
924 Set a flag to disable all of IPv6 network communications on the
925 specified interface.
926 Note that if there are already configured IPv6
927 addresses on that interface, all of them are marked as
928 .Dq tentative
929 and DAD will be performed when this flag is cleared.
930 .It Cm -ifdisabled
931 Clear a flag
932 .Cm ifdisabled .
933 When this flag is cleared and
934 .Cm auto_linklocal
935 flag is enabled, automatic configuration of a link-local address is
936 performed.
937 .It Cm nud
938 Set a flag to enable Neighbor Unreachability Detection.
939 .It Cm -nud
940 Clear a flag
941 .Cm nud .
942 .It Cm no_prefer_iface
943 Set a flag to not honor rule 5 of source address selection in RFC 3484.
944 In practice this means the address on the outgoing interface will not be
945 preferred, effectively yielding the decision to the address selection
946 policy table, configurable with
947 .Xr ip6addrctl 8 .
948 .It Cm -no_prefer_iface
949 Clear a flag
950 .Cm no_prefer_iface .
951 .It Cm no_dad
952 Set a flag to disable Duplicate Address Detection.
953 .It Cm -no_dad
954 Clear a flag
955 .Cm no_dad .
956 .El
957 .Ss IPv6 Parameters
958 The following parameters are specific for IPv6 addresses.
959 Note that the address family keyword
960 .Dq Li inet6
961 is needed for them:
962 .Bl -tag -width indent
963 .It Cm autoconf
964 Set the IPv6 autoconfigured address bit.
965 .It Fl autoconf
966 Clear the IPv6 autoconfigured address bit.
967 .It Cm deprecated
968 Set the IPv6 deprecated address bit.
969 .It Fl deprecated
970 Clear the IPv6 deprecated address bit.
971 .It Cm pltime Ar n
972 Set preferred lifetime for the address.
973 .It Cm prefer_source
974 Set a flag to prefer address as a candidate of the source address for
975 outgoing packets.
976 .It Cm -prefer_source
977 Clear a flag
978 .Cm prefer_source .
979 .It Cm vltime Ar n
980 Set valid lifetime for the address.
981 .El
982 .Ss IEEE 802.11 Wireless Interfaces Cloning Parameters
983 The following parameters are specific to cloning
984 IEEE 802.11 wireless interfaces with the
985 .Cm create
986 request:
987 .Bl -tag -width indent
988 .It Cm wlandev Ar device
989 Use
990 .Ar device
991 as the parent for the cloned device.
992 .It Cm wlanmode Ar mode
993 Specify the operating mode for this cloned device.
994 .Ar mode
995 is one of
996 .Cm sta ,
997 .Cm ahdemo
998 (or
999 .Cm adhoc-demo ) ,
1000 .Cm ibss
1001 (or
1002 .Cm adhoc ) ,
1003 .Cm ap
1004 (or
1005 .Cm hostap ) ,
1006 .Cm wds ,
1007 .Cm tdma ,
1008 .Cm mesh ,
1009 and
1010 .Cm monitor .
1011 The operating mode of a cloned interface cannot be changed.
1012 The
1013 .Cm tdma
1014 mode is actually implemented as an
1015 .Cm adhoc-demo
1016 interface with special properties.
1017 .It Cm wlanbssid Ar bssid
1018 The 802.11 mac address to use for the bssid.
1019 This must be specified at create time for a legacy
1020 .Cm wds
1021 device.
1022 .It Cm wlanaddr Ar address
1023 The local mac address.
1024 If this is not specified then a mac address will automatically be assigned
1025 to the cloned device.
1026 Typically this address is the same as the address of the parent device
1027 but if the
1028 .Cm bssid
1029 parameter is specified then the driver will craft a unique address for
1030 the device (if supported).
1031 .It Cm wdslegacy
1032 Mark a
1033 .Cm wds
1034 device as operating in
1035 .Dq legacy mode .
1036 Legacy
1037 .Cm wds
1038 devices have a fixed peer relationship and do not, for example, roam
1039 if their peer stops communicating.
1040 For completeness a Dynamic WDS (DWDS) interface may marked as
1041 .Fl wdslegacy .
1042 .It Cm bssid
1043 Request a unique local mac address for the cloned device.
1044 This is only possible if the device supports multiple mac addresses.
1045 To force use of the parent's mac address use
1046 .Fl bssid .
1047 .It Cm beacons
1048 Mark the cloned interface as depending on hardware support to
1049 track received beacons.
1050 To have beacons tracked in software use
1051 .Fl beacons .
1052 For
1053 .Cm hostap
1054 mode
1055 .Fl beacons
1056 can also be used to indicate no beacons should
1057 be transmitted; this can be useful when creating a WDS configuration but
1058 .Cm wds
1059 interfaces can only be created as companions to an access point.
1060 .El
1061 .Ss Cloned IEEE 802.11 Wireless Interface Parameters
1062 The following parameters are specific to IEEE 802.11 wireless interfaces
1063 cloned with a
1064 .Cm create
1065 operation:
1066 .Bl -tag -width indent
1067 .It Cm ampdu
1068 Enable sending and receiving AMPDU frames when using 802.11n (default).
1069 The 802.11n specification states a compliant station must be capable
1070 of receiving AMPDU frames but transmission is optional.
1071 Use
1072 .Fl ampdu
1073 to disable all use of AMPDU with 802.11n.
1074 For testing and/or to work around interoperability problems one can use
1075 .Cm ampdutx
1076 and
1077 .Cm ampdurx
1078 to control use of AMPDU in one direction.
1079 .It Cm ampdudensity Ar density
1080 Set the AMPDU density parameter used when operating with 802.11n.
1081 This parameter controls the inter-packet gap for AMPDU frames.
1082 The sending device normally controls this setting but a receiving station
1083 may request wider gaps.
1084 Legal values for
1085 .Ar density
1086 are 0, .25, .5, 1, 2, 4, 8, and 16 (microseconds).
1087 A value of
1088 .Cm -
1089 is treated the same as 0.
1090 .It Cm ampdulimit Ar limit
1091 Set the limit on packet size for receiving AMPDU frames when operating
1092 with 802.11n.
1093 Legal values for
1094 .Ar limit
1095 are 8192, 16384, 32768, and 65536 but one can also specify
1096 just the unique prefix: 8, 16, 32, 64.
1097 Note the sender may limit the size of AMPDU frames to be less
1098 than the maximum specified by the receiving station.
1099 .It Cm amsdu
1100 Enable sending and receiving AMSDU frames when using 802.11n.
1101 By default AMSDU is received but not transmitted.
1102 Use
1103 .Fl amsdu
1104 to disable all use of AMSDU with 802.11n.
1105 For testing and/or to work around interoperability problems one can use
1106 .Cm amsdutx
1107 and
1108 .Cm amsdurx
1109 to control use of AMSDU in one direction.
1110 .It Cm amsdulimit Ar limit
1111 Set the limit on packet size for sending and receiving AMSDU frames
1112 when operating with 802.11n.
1113 Legal values for
1114 .Ar limit
1115 are 7935 and 3839 (bytes).
1116 Note the sender may limit the size of AMSDU frames to be less
1117 than the maximum specified by the receiving station.
1118 Note also that devices are not required to support the 7935 limit,
1119 only 3839 is required by the specification and the larger value
1120 may require more memory to be dedicated to support functionality
1121 that is rarely used.
1122 .It Cm apbridge
1123 When operating as an access point, pass packets between
1124 wireless clients directly (default).
1125 To instead let them pass up through the
1126 system and be forwarded using some other mechanism, use
1127 .Fl apbridge .
1128 Disabling the internal bridging
1129 is useful when traffic is to be processed with
1130 packet filtering.
1131 .It Cm authmode Ar mode
1132 Set the desired authentication mode in infrastructure mode.
1133 Not all adapters support all modes.
1134 The set of
1135 valid modes is
1136 .Cm none , open , shared
1137 (shared key),
1138 .Cm 8021x
1139 (IEEE 802.1x),
1140 and
1141 .Cm wpa
1142 (IEEE WPA/WPA2/802.11i).
1143 The
1144 .Cm 8021x
1145 and
1146 .Cm wpa
1147 modes are only useful when using an authentication service
1148 (a supplicant for client operation or an authenticator when
1149 operating as an access point).
1150 Modes are case insensitive.
1151 .It Cm bgscan
1152 Enable background scanning when operating as a station.
1153 Background scanning is a technique whereby a station associated to
1154 an access point will temporarily leave the channel to scan for
1155 neighboring stations.
1156 This allows a station to maintain a cache of nearby access points
1157 so that roaming between access points can be done without
1158 a lengthy scan operation.
1159 Background scanning is done only when a station is not busy and
1160 any outbound traffic will cancel a scan operation.
1161 Background scanning should never cause packets to be lost though
1162 there may be some small latency if outbound traffic interrupts a
1163 scan operation.
1164 By default background scanning is enabled if the device is capable.
1165 To disable background scanning, use
1166 .Fl bgscan .
1167 Background scanning is controlled by the
1168 .Cm bgscanidle
1169 and
1170 .Cm bgscanintvl
1171 parameters.
1172 Background scanning must be enabled for roaming; this is an artifact
1173 of the current implementation and may not be required in the future.
1174 .It Cm bgscanidle Ar idletime
1175 Set the minimum time a station must be idle (not transmitting or
1176 receiving frames) before a background scan is initiated.
1177 The
1178 .Ar idletime
1179 parameter is specified in milliseconds.
1180 By default a station must be idle at least 250 milliseconds before
1181 a background scan is initiated.
1182 The idle time may not be set to less than 100 milliseconds.
1183 .It Cm bgscanintvl Ar interval
1184 Set the interval at which background scanning is attempted.
1185 The
1186 .Ar interval
1187 parameter is specified in seconds.
1188 By default a background scan is considered every 300 seconds (5 minutes).
1189 The
1190 .Ar interval
1191 may not be set to less than 15 seconds.
1192 .It Cm bintval Ar interval
1193 Set the interval at which beacon frames are sent when operating in
1194 ad-hoc or ap mode.
1195 The
1196 .Ar interval
1197 parameter is specified in TU's (1024 usecs).
1198 By default beacon frames are transmitted every 100 TU's.
1199 .It Cm bmissthreshold Ar count
1200 Set the number of consecutive missed beacons at which the station
1201 will attempt to roam (i.e., search for a new access point).
1202 The
1203 .Ar count
1204 parameter must be in the range 1 to 255; though the
1205 upper bound may be reduced according to device capabilities.
1206 The default threshold is 7 consecutive missed beacons; but
1207 this may be overridden by the device driver.
1208 Another name for the
1209 .Cm bmissthreshold
1210 parameter is
1211 .Cm bmiss .
1212 .It Cm bssid Ar address
1213 Specify the MAC address of the access point to use when operating
1214 as a station in a BSS network.
1215 This overrides any automatic selection done by the system.
1216 To disable a previously selected access point, supply
1217 .Cm any , none ,
1218 or
1219 .Cm -
1220 for the address.
1221 This option is useful when more than one access point uses the same SSID.
1222 Another name for the
1223 .Cm bssid
1224 parameter is
1225 .Cm ap .
1226 .It Cm burst
1227 Enable packet bursting.
1228 Packet bursting is a transmission technique whereby the wireless
1229 medium is acquired once to send multiple frames and the interframe
1230 spacing is reduced.
1231 This technique can significantly increase throughput by reducing
1232 transmission overhead.
1233 Packet bursting is supported by the 802.11e QoS specification
1234 and some devices that do not support QoS may still be capable.
1235 By default packet bursting is enabled if a device is capable
1236 of doing it.
1237 To disable packet bursting, use
1238 .Fl burst .
1239 .It Cm chanlist Ar channels
1240 Set the desired channels to use when scanning for access
1241 points, neighbors in an IBSS network, or looking for unoccupied
1242 channels when operating as an access point.
1243 The set of channels is specified as a comma-separated list with
1244 each element in the list representing either a single channel number or a range
1245 of the form
1246 .Dq Li a-b .
1247 Channel numbers must be in the range 1 to 255 and be permissible
1248 according to the operating characteristics of the device.
1249 .It Cm channel Ar number
1250 Set a single desired channel.
1251 Channels range from 1 to 255, but the exact selection available
1252 depends on the region your adaptor was manufactured for.
1253 Setting
1254 the channel to
1255 .Cm any ,
1256 or
1257 .Dq Cm -
1258 will clear any desired channel and, if the device is marked up,
1259 force a scan for a channel to operate on.
1260 Alternatively the frequency, in megahertz, may be specified
1261 instead of the channel number.
1262 .Pp
1263 When there are several ways to use a channel the channel
1264 number/frequency may be appended with attributes to clarify.
1265 For example, if a device is capable of operating on channel 6
1266 with 802.11n and 802.11g then one can specify that g-only use
1267 should be used by specifying
1268 .Cm 6:g .
1269 Similarly the channel width can be specified by appending it
1270 with
1271 .Dq Cm \&/ ;
1272 e.g.,
1273 .Cm 6/40
1274 specifies a 40MHz wide channel.
1275 These attributes can be combined as in:
1276 .Cm 6:ht/40 .
1277 .Pp
1278 The full set of flags specified following a
1279 .Dq Cm \&:
1280 are:
1281 .Pp
1282 .Bl -tag -compact
1283 .It Cm a
1284 802.11a
1285 .It Cm b
1286 802.11b
1287 .It Cm d
1288 Atheros Dynamic Turbo mode
1289 .It Cm g
1290 802.11g
1291 .It Cm h
1292 Same as
1293 .Cm n
1294 .It Cm n
1295 802.11n aka HT
1296 .It Cm s
1297 Atheros Static Turbo mode
1298 .It Cm t
1299 Atheros Dynamic Turbo mode, or appended to
1300 .Cm st
1301 and
1302 .Cm dt
1303 .El
1304 .Pp
1305 The full set of channel widths following a
1306 .Cm \&/
1307 are:
1308 .Pp
1309 .Bl -tag -compact
1310 .It Cm 5
1311 5MHz aka quarter-rate channel
1312 .It Cm 10
1313 10MHz aka half-rate channel
1314 .It Cm 20
1315 20MHz mostly for use in specifying
1316 .Cm ht20
1317 .It Cm 40
1318 40MHz mostly for use in specifying
1319 .Cm ht40
1320 .El
1321 .Pp
1322 In addition,
1323 a 40MHz HT channel specification may include the location
1324 of the extension channel by appending
1325 .Dq Cm \&+
1326 or
1327 .Dq Cm \&-
1328 for above and below,
1329 respectively; e.g.,
1330 .Cm 2437:ht/40+
1331 specifies 40MHz wide HT operation
1332 with the center channel at frequency 2437 and the extension channel above.
1333 .It Cm country Ar name
1334 Set the country code to use in calculating the regulatory constraints
1335 for operation.
1336 In particular the set of available channels, how the wireless device
1337 will operation on the channels, and the maximum transmit power that
1338 can be used on a channel are defined by this setting.
1339 Country/Region codes are specified as a 2-character abbreviation
1340 defined by ISO 3166 or using a longer, but possibly ambiguous, spelling;
1341 e.g., "ES" and "Spain".
1342 The set of country codes are taken from
1343 .Pa /etc/regdomain.xml
1344 and can also
1345 be viewed with the
1346 .Cm list countries
1347 request.
1348 Note that not all devices support changing the country code from a default
1349 setting; typically stored in EEPROM.
1350 See also
1351 .Cm regdomain ,
1352 .Cm indoor ,
1353 .Cm outdoor ,
1354 and
1355 .Cm anywhere .
1356 .It Cm dfs
1357 Enable Dynamic Frequency Selection (DFS) as specified in 802.11h.
1358 DFS embodies several facilities including detection of overlapping
1359 radar signals, dynamic transmit power control, and channel selection
1360 according to a least-congested criteria.
1361 DFS support is mandatory for some 5GHz frequencies in certain
1362 locales (e.g., ETSI).
1363 By default DFS is enabled according to the regulatory definitions
1364 specified in
1365 .Pa /etc/regdomain.xml
1366 and the current country code, regdomain,
1367 and channel.
1368 Note the underlying device (and driver) must support radar detection
1369 for full DFS support to work.
1370 To be fully compliant with the local regulatory agency frequencies that
1371 require DFS should not be used unless it is fully supported.
1372 Use
1373 .Fl dfs
1374 to disable this functionality for testing.
1375 .It Cm dotd
1376 Enable support for the 802.11d specification (default).
1377 When this support is enabled in station mode, beacon frames that advertise
1378 a country code different than the currently configured country code will
1379 cause an event to be dispatched to user applications.
1380 This event can be used by the station to adopt that country code and
1381 operate according to the associated regulatory constraints.
1382 When operating as an access point with 802.11d enabled the beacon and
1383 probe response frames transmitted will advertise the current regulatory
1384 domain settings.
1385 To disable 802.11d use
1386 .Fl dotd .
1387 .It Cm doth
1388 Enable 802.11h support including spectrum management.
1389 When 802.11h is enabled beacon and probe response frames will have
1390 the SpectrumMgt bit set in the capabilities field and
1391 country and power constraint information elements will be present.
1392 802.11h support also includes handling Channel Switch Announcements (CSA)
1393 which are a mechanism to coordinate channel changes by an access point.
1394 By default 802.11h is enabled if the device is capable.
1395 To disable 802.11h use
1396 .Fl doth .
1397 .It Cm deftxkey Ar index
1398 Set the default key to use for transmission.
1399 Typically this is only set when using WEP encryption.
1400 Note that you must set a default transmit key
1401 for the system to know which key to use in encrypting outbound traffic.
1402 The
1403 .Cm weptxkey
1404 is an alias for this request; it is provided for backwards compatibility.
1405 .It Cm dtimperiod Ar period
1406 Set the
1407 DTIM
1408 period for transmitting buffered multicast data frames when
1409 operating in ap mode.
1410 The
1411 .Ar period
1412 specifies the number of beacon intervals between DTIM
1413 and must be in the range 1 to 15.
1414 By default DTIM is 1 (i.e., DTIM occurs at each beacon).
1415 .It Cm quiet
1416 Enable the use of quiet IE.
1417 Hostap will use this to silence other
1418 stations to reduce interference for radar detection when
1419 operating on 5GHz frequency and doth support is enabled.
1420 Use
1421 .Fl quiet
1422 to disable this functionality.
1423 .It Cm quiet_period Ar period
1424 Set the QUIET
1425 .Ar period
1426 to the number of beacon intervals between the start of regularly
1427 scheduled quiet intervals defined by Quiet element.
1428 .It Cm quiet_count Ar count
1429 Set the QUIET
1430 .Ar count
1431 to the number of TBTTs until the beacon interval during which the
1432 next quiet interval shall start.
1433 A value of 1 indicates the quiet
1434 interval will start during the beacon interval starting at the next
1435 TBTT.
1436 A value 0 is reserved.
1437 .It Cm quiet_offset Ar offset
1438 Set the QUIET
1439 .Ar offset
1440 to the offset of the start of the quiet interval from the TBTT
1441 specified by the Quiet count, expressed in TUs.
1442 The value of the
1443 .Ar offset
1444 shall be less than one beacon interval.
1445 .It Cm quiet_duration Ar dur
1446 Set the QUIET
1447 .Ar dur
1448 to the duration of the Quiet interval, expressed in TUs.
1449 The value should be less than beacon interval.
1450 .It Cm dturbo
1451 Enable the use of Atheros Dynamic Turbo mode when communicating with
1452 another Dynamic Turbo-capable station.
1453 Dynamic Turbo mode is an Atheros-specific mechanism by which
1454 stations switch between normal 802.11 operation and a
1455 .Dq boosted
1456 mode in which a 40MHz wide channel is used for communication.
1457 Stations using Dynamic Turbo mode operate boosted only when the
1458 channel is free of non-dturbo stations; when a non-dturbo station
1459 is identified on the channel all stations will automatically drop
1460 back to normal operation.
1461 By default, Dynamic Turbo mode is not enabled, even if the device is capable.
1462 Note that turbo mode (dynamic or static) is only allowed on some
1463 channels depending on the regulatory constraints; use the
1464 .Cm list chan
1465 command to identify the channels where turbo mode may be used.
1466 To disable Dynamic Turbo mode use
1467 .Fl dturbo .
1468 .It Cm dwds
1469 Enable Dynamic WDS (DWDS) support.
1470 DWDS is a facility by which 4-address traffic can be carried between
1471 stations operating in infrastructure mode.
1472 A station first associates to an access point and authenticates using
1473 normal procedures (e.g., WPA).
1474 Then 4-address frames are passed to carry traffic for stations
1475 operating on either side of the wireless link.
1476 DWDS extends the normal WDS mechanism by leveraging existing security
1477 protocols and eliminating static binding.
1478 .Pp
1479 When DWDS is enabled on an access point 4-address frames received from
1480 an authorized station will generate a
1481 .Dq DWDS discovery
1482 event to user
1483 applications.
1484 This event should be used to create a WDS interface that is bound
1485 to the remote station (and usually plumbed into a bridge).
1486 Once the WDS interface is up and running 4-address traffic then logically
1487 flows through that interface.
1488 .Pp
1489 When DWDS is enabled on a station, traffic with a destination address
1490 different from the peer station are encapsulated in a 4-address frame
1491 and transmitted to the peer.
1492 All 4-address traffic uses the security information of the stations
1493 (e.g., cryptographic keys).
1494 A station is associated using 802.11n facilities may transport
1495 4-address traffic using these same mechanisms; this depends on available
1496 resources and capabilities of the device.
1497 The DWDS implementation guards against layer 2 routing loops of
1498 multicast traffic.
1499 .It Cm ff
1500 Enable the use of Atheros Fast Frames when communicating with
1501 another Fast Frames-capable station.
1502 Fast Frames are an encapsulation technique by which two 802.3
1503 frames are transmitted in a single 802.11 frame.
1504 This can noticeably improve throughput but requires that the
1505 receiving station understand how to decapsulate the frame.
1506 Fast frame use is negotiated using the Atheros 802.11 vendor-specific
1507 protocol extension so enabling use is safe when communicating with
1508 non-Atheros devices.
1509 By default, use of fast frames is enabled if the device is capable.
1510 To explicitly disable fast frames, use
1511 .Fl ff .
1512 .It Cm fragthreshold Ar length
1513 Set the threshold for which transmitted frames are broken into fragments.
1514 The
1515 .Ar length
1516 argument is the frame size in bytes and must be in the range 256 to 2346.
1517 Setting
1518 .Ar length
1519 to
1520 .Li 2346 ,
1521 .Cm any ,
1522 or
1523 .Cm -
1524 disables transmit fragmentation.
1525 Not all adapters honor the fragmentation threshold.
1526 .It Cm hidessid
1527 When operating as an access point, do not broadcast the SSID
1528 in beacon frames or respond to probe request frames unless
1529 they are directed to the ap (i.e., they include the ap's SSID).
1530 By default, the SSID is included in beacon frames and
1531 undirected probe request frames are answered.
1532 To re-enable the broadcast of the SSID etc., use
1533 .Fl hidessid .
1534 .It Cm ht
1535 Enable use of High Throughput (HT) when using 802.11n (default).
1536 The 802.11n specification includes mechanisms for operation
1537 on 20MHz and 40MHz wide channels using different signalling mechanisms
1538 than specified in 802.11b, 802.11g, and 802.11a.
1539 Stations negotiate use of these facilities, termed HT20 and HT40,
1540 when they associate.
1541 To disable all use of 802.11n use
1542 .Fl ht .
1543 To disable use of HT20 (e.g., to force only HT40 use) use
1544 .Fl ht20 .
1545 To disable use of HT40 use
1546 .Fl ht40 .
1547 .Pp
1548 HT configuration is used to
1549 .Dq auto promote
1550 operation
1551 when several choices are available.
1552 For example, if a station associates to an 11n-capable access point
1553 it controls whether the station uses legacy operation, HT20, or HT40.
1554 When an 11n-capable device is setup as an access point and
1555 Auto Channel Selection is used to locate a channel to operate on,
1556 HT configuration controls whether legacy, HT20, or HT40 operation is setup
1557 on the selected channel.
1558 If a fixed channel is specified for a station then HT configuration can
1559 be given as part of the channel specification; e.g., 6:ht/20 to setup
1560 HT20 operation on channel 6.
1561 .It Cm htcompat
1562 Enable use of compatibility support for pre-802.11n devices (default).
1563 The 802.11n protocol specification went through several incompatible iterations.
1564 Some vendors implemented 11n support to older specifications that
1565 will not interoperate with a purely 11n-compliant station.
1566 In particular the information elements included in management frames
1567 for old devices are different.
1568 When compatibility support is enabled both standard and compatible data
1569 will be provided.
1570 Stations that associate using the compatibility mechanisms are flagged
1571 in
1572 .Cm list sta .
1573 To disable compatibility support use
1574 .Fl htcompat .
1575 .It Cm htprotmode Ar technique
1576 For interfaces operating in 802.11n, use the specified
1577 .Ar technique
1578 for protecting HT frames in a mixed legacy/HT network.
1579 The set of valid techniques is
1580 .Cm off ,
1581 and
1582 .Cm rts
1583 (RTS/CTS, default).
1584 Technique names are case insensitive.
1585 .It Cm inact
1586 Enable inactivity processing for stations associated to an
1587 access point (default).
1588 When operating as an access point the 802.11 layer monitors
1589 the activity of each associated station.
1590 When a station is inactive for 5 minutes it will send several
1591 .Dq probe frames
1592 to see if the station is still present.
1593 If no response is received then the station is deauthenticated.
1594 Applications that prefer to handle this work can disable this
1595 facility by using
1596 .Fl inact .
1597 .It Cm indoor
1598 Set the location to use in calculating regulatory constraints.
1599 The location is also advertised in beacon and probe response frames
1600 when 802.11d is enabled with
1601 .Cm dotd .
1602 See also
1603 .Cm outdoor ,
1604 .Cm anywhere ,
1605 .Cm country ,
1606 and
1607 .Cm regdomain .
1608 .It Cm list active
1609 Display the list of channels available for use taking into account
1610 any restrictions set with the
1611 .Cm chanlist
1612 directive.
1613 See the description of
1614 .Cm list chan
1615 for more information.
1616 .It Cm list caps
1617 Display the adaptor's capabilities, including the operating
1618 modes supported.
1619 .It Cm list chan
1620 Display the list of channels available for use.
1621 Channels are shown with their IEEE channel number, equivalent
1622 frequency, and usage modes.
1623 Channels identified as
1624 .Ql 11g
1625 are also usable in
1626 .Ql 11b
1627 mode.
1628 Channels identified as
1629 .Ql 11a Turbo
1630 may be used only for Atheros' Static Turbo mode
1631 (specified with
1632 . Cm mediaopt turbo ) .
1633 Channels marked with a
1634 .Ql *
1635 have a regulatory constraint that they be passively scanned.
1636 This means a station is not permitted to transmit on the channel until
1637 it identifies the channel is being used for 802.11 communication;
1638 typically by hearing a beacon frame from an access point operating
1639 on the channel.
1640 .Cm list freq
1641 is another way of requesting this information.
1642 By default a compacted list of channels is displayed; if the
1643 .Fl v
1644 option is specified then all channels are shown.
1645 .It Cm list countries
1646 Display the set of country codes and regulatory domains that can be
1647 used in regulatory configuration.
1648 .It Cm list mac
1649 Display the current MAC Access Control List state.
1650 Each address is prefixed with a character that indicates the
1651 current policy applied to it:
1652 .Ql +
1653 indicates the address is allowed access,
1654 .Ql -
1655 indicates the address is denied access,
1656 .Ql *
1657 indicates the address is present but the current policy open
1658 (so the ACL is not consulted).
1659 .It Cm list mesh
1660 Displays the mesh routing table, used for forwarding packets on a mesh
1661 network.
1662 .It Cm list regdomain
1663 Display the current regulatory settings including the available channels
1664 and transmit power caps.
1665 .It Cm list roam
1666 Display the parameters that govern roaming operation.
1667 .It Cm list txparam
1668 Display the parameters that govern transmit operation.
1669 .It Cm list txpower
1670 Display the transmit power caps for each channel.
1671 .It Cm list scan
1672 Display the access points and/or ad-hoc neighbors
1673 located in the vicinity.
1674 This information may be updated automatically by the adapter
1675 with a
1676 .Cm scan
1677 request or through background scanning.
1678 Depending on the capabilities of the stations the following
1679 flags (capability codes) can be included in the output:
1680 .Bl -tag -width 3n
1681 .It Li A
1682 Channel agility.
1683 .It Li B
1684 PBCC modulation.
1685 .It Li C
1686 Poll request capability.
1687 .It Li D
1688 DSSS/OFDM capability.
1689 .It Li E
1690 Extended Service Set (ESS).
1691 Indicates that the station is part of an infrastructure network
1692 rather than an IBSS/ad-hoc network.
1693 .It Li I
1694 Independent Basic Service Set (IBSS).
1695 Indicates that the station is part of an ad-hoc network
1696 rather than an ESS network.
1697 .It Li P
1698 Privacy capability.
1699 The station requires authentication and encryption
1700 for all data frames exchanged within the BSS using cryptographic means
1701 such as WEP, TKIP, or AES-CCMP.
1702 .It Li R
1703 Robust Secure Network (RSN).
1704 .It Li S
1705 Short Preamble.
1706 Indicates that the network is using short preambles,
1707 defined in 802.11b High Rate/DSSS PHY,
1708 and utilizes a 56 bit sync field
1709 rather than the 128 bit field used in long preamble mode.
1710 Short preambles are used to optionally
1711 improve throughput performance with 802.11g and 802.11b.
1712 .It Li c
1713 Pollable capability.
1714 .It Li s
1715 Short slot time capability.
1716 Indicates that the 802.11g network is using a short slot time
1717 because there are no legacy (802.11b) stations present.
1718 .El
1719 .Pp
1720 By default interesting information elements captured from the neighboring
1721 stations are displayed at the end of each row.
1722 Possible elements include:
1723 .Cm WME
1724 (station supports WME),
1725 .Cm WPA
1726 (station supports WPA),
1727 .Cm WPS
1728 (station supports WPS),
1729 .Cm RSN
1730 (station supports 802.11i/RSN),
1731 .Cm HTCAP
1732 (station supports 802.11n/HT communication),
1733 .Cm ATH
1734 (station supports Atheros protocol extensions),
1735 .Cm VEN
1736 (station supports unknown vendor-specific extensions).
1737 If the
1738 .Fl v
1739 flag is used all the information elements and their
1740 contents will be shown.
1741 Specifying the
1742 .Fl v
1743 flag also enables display of long SSIDs.
1744 The
1745 .Cm list ap
1746 command is another way of requesting this information.
1747 .It Cm list sta
1748 When operating as an access point display the stations that are
1749 currently associated.
1750 When operating in ad-hoc mode display stations identified as
1751 neighbors in the IBSS.
1752 When operating in mesh mode display stations identified as
1753 neighbors in the MBSS.
1754 When operating in station mode display the access point.
1755 Capabilities advertised by the stations are described under
1756 the
1757 .Cm scan
1758 request.
1759 The following flags can be included in the output:
1760 .Bl -tag -width 3n
1761 .It Li A
1762 Authorized.
1763 Indicates that the station is permitted to send/receive data frames.
1764 .It Li E
1765 Extended Rate Phy (ERP).
1766 Indicates that the station is operating in an 802.11g network
1767 using extended transmit rates.
1768 .It Li H
1769 High Throughput (HT).
1770 Indicates that the station is using HT transmit rates.
1771 If a
1772 .Sq Li +
1773 follows immediately after then the station associated
1774 using deprecated mechanisms supported only when
1775 .Cm htcompat
1776 is enabled.
1777 .It Li P
1778 Power Save.
1779 Indicates that the station is operating in power save mode.
1780 .It Li Q
1781 Quality of Service (QoS).
1782 Indicates that the station is using QoS encapsulation for
1783 data frame.
1784 QoS encapsulation is enabled only when WME mode is enabled.
1785 .It Li S
1786 Short GI in HT 40MHz mode enabled.
1787 If a
1788 .Sq Li +
1789 follows immediately after then short GI in HT 20MHz mode is enabled as well.
1790 .It Li T
1791 Transitional Security Network (TSN).
1792 Indicates that the station associated using TSN; see also
1793 .Cm tsn
1794 below.
1795 .It Li W
1796 Wi-Fi Protected Setup (WPS).
1797 Indicates that the station associated using WPS.
1798 .It Li s
1799 Short GI in HT 20MHz mode enabled.
1800 .El
1801 .Pp
1802 By default information elements received from associated stations
1803 are displayed in a short form; the
1804 .Fl v
1805 flag causes this information to be displayed symbolically.
1806 .It Cm list wme
1807 Display the current channel parameters to use when operating in WME mode.
1808 If the
1809 .Fl v
1810 option is specified then both channel and BSS parameters are displayed
1811 for each AC (first channel, then BSS).
1812 When WME mode is enabled for an adaptor this information will be
1813 displayed with the regular status; this command is mostly useful
1814 for examining parameters when WME mode is disabled.
1815 See the description of the
1816 .Cm wme
1817 directive for information on the various parameters.
1818 .It Cm maxretry Ar count
1819 Set the maximum number of tries to use in sending unicast frames.
1820 The default setting is 6 but drivers may override this with a value
1821 they choose.
1822 .It Cm mcastrate Ar rate
1823 Set the rate for transmitting multicast/broadcast frames.
1824 Rates are specified as megabits/second in decimal; e.g.,\& 5.5 for 5.5 Mb/s.
1825 This rate should be valid for the current operating conditions;
1826 if an invalid rate is specified drivers are free to chose an
1827 appropriate rate.
1828 .It Cm mgtrate Ar rate
1829 Set the rate for transmitting management and/or control frames.
1830 Rates are specified as megabits/second in decimal; e.g.,\& 5.5 for 5.5 Mb/s.
1831 .It Cm outdoor
1832 Set the location to use in calculating regulatory constraints.
1833 The location is also advertised in beacon and probe response frames
1834 when 802.11d is enabled with
1835 .Cm dotd .
1836 See also
1837 .Cm anywhere ,
1838 .Cm country ,
1839 .Cm indoor ,
1840 and
1841 .Cm regdomain .
1842 .It Cm powersave
1843 Enable powersave operation.
1844 When operating as a client, the station will conserve power by
1845 periodically turning off the radio and listening for
1846 messages from the access point telling it there are packets waiting.
1847 The station must then retrieve the packets.
1848 Not all devices support power save operation as a client.
1849 The 802.11 specification requires that all access points support
1850 power save but some drivers do not.
1851 Use
1852 .Fl powersave
1853 to disable powersave operation when operating as a client.
1854 .It Cm powersavesleep Ar sleep
1855 Set the desired max powersave sleep time in TU's (1024 usecs).
1856 By default the max powersave sleep time is 100 TU's.
1857 .It Cm protmode Ar technique
1858 For interfaces operating in 802.11g, use the specified
1859 .Ar technique
1860 for protecting OFDM frames in a mixed 11b/11g network.
1861 The set of valid techniques is
1862 .Cm off , cts
1863 (CTS to self),
1864 and
1865 .Cm rtscts
1866 (RTS/CTS).
1867 Technique names are case insensitive.
1868 Not all devices support
1869 .Cm cts
1870 as a protection technique.
1871 .It Cm pureg
1872 When operating as an access point in 802.11g mode allow only
1873 11g-capable stations to associate (11b-only stations are not
1874 permitted to associate).
1875 To allow both 11g and 11b-only stations to associate, use
1876 .Fl pureg .
1877 .It Cm puren
1878 When operating as an access point in 802.11n mode allow only
1879 HT-capable stations to associate (legacy stations are not
1880 permitted to associate).
1881 To allow both HT and legacy stations to associate, use
1882 .Fl puren .
1883 .It Cm regdomain Ar sku
1884 Set the regulatory domain to use in calculating the regulatory constraints
1885 for operation.
1886 In particular the set of available channels, how the wireless device
1887 will operation on the channels, and the maximum transmit power that
1888 can be used on a channel are defined by this setting.
1889 Regdomain codes (SKU's) are taken from
1890 .Pa /etc/regdomain.xml
1891 and can also
1892 be viewed with the
1893 .Cm list countries
1894 request.
1895 Note that not all devices support changing the regdomain from a default
1896 setting; typically stored in EEPROM.
1897 See also
1898 .Cm country ,
1899 .Cm indoor ,
1900 .Cm outdoor ,
1901 and
1902 .Cm anywhere .
1903 .It Cm rifs
1904 Enable use of Reduced InterFrame Spacing (RIFS) when operating in 802.11n
1905 on an HT channel.
1906 Note that RIFS must be supported by both the station and access point
1907 for it to be used.
1908 To disable RIFS use
1909 .Fl rifs .
1910 .It Cm roam:rate Ar rate
1911 Set the threshold for controlling roaming when operating in a BSS.
1912 The
1913 .Ar rate
1914 parameter specifies the transmit rate in megabits
1915 at which roaming should be considered.
1916 If the current transmit rate drops below this setting and background scanning
1917 is enabled, then the system will check if a more desirable access point is
1918 available and switch over to it.
1919 The current scan cache contents are used if they are considered
1920 valid according to the
1921 .Cm scanvalid
1922 parameter; otherwise a background scan operation is triggered before
1923 any selection occurs.
1924 Each channel type has a separate rate threshold; the default values are:
1925 12 Mb/s (11a), 2 Mb/s (11b), 2 Mb/s (11g), MCS 1 (11na, 11ng).
1926 .It Cm roam:rssi Ar rssi
1927 Set the threshold for controlling roaming when operating in a BSS.
1928 The
1929 .Ar rssi
1930 parameter specifies the receive signal strength in dBm units
1931 at which roaming should be considered.
1932 If the current rssi drops below this setting and background scanning
1933 is enabled, then the system will check if a more desirable access point is
1934 available and switch over to it.
1935 The current scan cache contents are used if they are considered
1936 valid according to the
1937 .Cm scanvalid
1938 parameter; otherwise a background scan operation is triggered before
1939 any selection occurs.
1940 Each channel type has a separate rssi threshold; the default values are
1941 all 7 dBm.
1942 .It Cm roaming Ar mode
1943 When operating as a station, control how the system will
1944 behave when communication with the current access point
1945 is broken.
1946 The
1947 .Ar mode
1948 argument may be one of
1949 .Cm device
1950 (leave it to the hardware device to decide),
1951 .Cm auto
1952 (handle either in the device or the operating system\[em]as appropriate),
1953 .Cm manual
1954 (do nothing until explicitly instructed).
1955 By default, the device is left to handle this if it is
1956 capable; otherwise, the operating system will automatically
1957 attempt to reestablish communication.
1958 Manual mode is used by applications such as
1959 .Xr wpa_supplicant 8
1960 that want to control the selection of an access point.
1961 .It Cm rtsthreshold Ar length
1962 Set the threshold for which
1963 transmitted frames are preceded by transmission of an
1964 RTS
1965 control frame.
1966 The
1967 .Ar length
1968 argument
1969 is the frame size in bytes and must be in the range 1 to 2346.
1970 Setting
1971 .Ar length
1972 to
1973 .Li 2346 ,
1974 .Cm any ,
1975 or
1976 .Cm -
1977 disables transmission of RTS frames.
1978 Not all adapters support setting the RTS threshold.
1979 .It Cm scan
1980 Initiate a scan of neighboring stations, wait for it to complete, and
1981 display all stations found.
1982 Only the super-user can initiate a scan.
1983 See
1984 .Cm list scan
1985 for information on the display.
1986 By default a background scan is done; otherwise a foreground
1987 scan is done and the station may roam to a different access point.
1988 The
1989 .Cm list scan
1990 request can be used to show recent scan results without
1991 initiating a new scan.
1992 .It Cm scanvalid Ar threshold
1993 Set the maximum time the scan cache contents are considered valid;
1994 i.e., will be used without first triggering a scan operation to
1995 refresh the data.
1996 The
1997 .Ar threshold
1998 parameter is specified in seconds and defaults to 60 seconds.
1999 The minimum setting for
2000 .Ar threshold
2001 is 10 seconds.
2002 One should take care setting this threshold; if it is set too low
2003 then attempts to roam to another access point may trigger unnecessary
2004 background scan operations.
2005 .It Cm shortgi
2006 Enable use of Short Guard Interval when operating in 802.11n
2007 on an HT channel.
2008 NB: this currently enables Short GI on both HT40 and HT20 channels.
2009 To disable Short GI use
2010 .Fl shortgi .
2011 .It Cm smps
2012 Enable use of Static Spatial Multiplexing Power Save (SMPS)
2013 when operating in 802.11n.
2014 A station operating with Static SMPS maintains only a single
2015 receive chain active (this can significantly reduce power consumption).
2016 To disable SMPS use
2017 .Fl smps .
2018 .It Cm smpsdyn
2019 Enable use of Dynamic Spatial Multiplexing Power Save (SMPS)
2020 when operating in 802.11n.
2021 A station operating with Dynamic SMPS maintains only a single
2022 receive chain active but switches to multiple receive chains when it
2023 receives an RTS frame (this can significantly reduce power consumption).
2024 Note that stations cannot distinguish between RTS/CTS intended to
2025 enable multiple receive chains and those used for other purposes.
2026 To disable SMPS use
2027 .Fl smps .
2028 .It Cm ssid Ar ssid
2029 Set the desired Service Set Identifier (aka network name).
2030 The SSID is a string up to 32 characters
2031 in length and may be specified as either a normal string or in
2032 hexadecimal when preceded by
2033 .Ql 0x .
2034 Additionally, the SSID may be cleared by setting it to
2035 .Ql - .
2036 .It Cm tdmaslot Ar slot
2037 When operating with TDMA, use the specified
2038 .Ar slot
2039 configuration.
2040 The
2041 .Ar slot
2042 is a number between 0 and the maximum number of slots in the BSS.
2043 Note that a station configured as slot 0 is a master and
2044 will broadcast beacon frames advertising the BSS;
2045 stations configured to use other slots will always
2046 scan to locate a master before they ever transmit.
2047 By default
2048 .Cm tdmaslot
2049 is set to 1.
2050 .It Cm tdmaslotcnt Ar cnt
2051 When operating with TDMA, setup a BSS with
2052 .Ar cnt
2053 slots.
2054 The slot count may be at most 8.
2055 The current implementation is only tested with two stations
2056 (i.e., point to point applications).
2057 This setting is only meaningful when a station is configured as slot 0;
2058 other stations adopt this setting from the BSS they join.
2059 By default
2060 .Cm tdmaslotcnt
2061 is set to 2.
2062 .It Cm tdmaslotlen Ar len
2063 When operating with TDMA, setup a BSS such that each station has a slot
2064 .Ar len
2065 microseconds long.
2066 The slot length must be at least 150 microseconds (1/8 TU)
2067 and no more than 65 milliseconds.
2068 Note that setting too small a slot length may result in poor channel
2069 bandwidth utilization due to factors such as timer granularity and
2070 guard time.
2071 This setting is only meaningful when a station is configured as slot 0;
2072 other stations adopt this setting from the BSS they join.
2073 By default
2074 .Cm tdmaslotlen
2075 is set to 10 milliseconds.
2076 .It Cm tdmabintval Ar intval
2077 When operating with TDMA, setup a BSS such that beacons are transmitted every
2078 .Ar intval
2079 superframes to synchronize the TDMA slot timing.
2080 A superframe is defined as the number of slots times the slot length; e.g.,
2081 a BSS with two slots of 10 milliseconds has a 20 millisecond superframe.
2082 The beacon interval may not be zero.
2083 A lower setting of
2084 .Cm tdmabintval
2085 causes the timers to be resynchronized more often; this can be help if
2086 significant timer drift is observed.
2087 By default
2088 .Cm tdmabintval
2089 is set to 5.
2090 .It Cm tsn
2091 When operating as an access point with WPA/802.11i allow legacy
2092 stations to associate using static key WEP and open authentication.
2093 To disallow legacy station use of WEP, use
2094 .Fl tsn .
2095 .It Cm txpower Ar power
2096 Set the power used to transmit frames.
2097 The
2098 .Ar power
2099 argument is specified in .5 dBm units.
2100 Out of range values are truncated.
2101 Typically only a few discrete power settings are available and
2102 the driver will use the setting closest to the specified value.
2103 Not all adapters support changing the transmit power.
2104 .It Cm ucastrate Ar rate
2105 Set a fixed rate for transmitting unicast frames.
2106 Rates are specified as megabits/second in decimal; e.g.,\& 5.5 for 5.5 Mb/s.
2107 This rate should be valid for the current operating conditions;
2108 if an invalid rate is specified drivers are free to chose an
2109 appropriate rate.
2110 .It Cm wepmode Ar mode
2111 Set the desired WEP mode.
2112 Not all adapters support all modes.
2113 The set of valid modes is
2114 .Cm off , on ,
2115 and
2116 .Cm mixed .
2117 The
2118 .Cm mixed
2119 mode explicitly tells the adaptor to allow association with access
2120 points which allow both encrypted and unencrypted traffic.
2121 On these adapters,
2122 .Cm on
2123 means that the access point must only allow encrypted connections.
2124 On other adapters,
2125 .Cm on
2126 is generally another name for
2127 .Cm mixed .
2128 Modes are case insensitive.
2129 .It Cm weptxkey Ar index
2130 Set the WEP key to be used for transmission.
2131 This is the same as setting the default transmission key with
2132 .Cm deftxkey .
2133 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
2134 Set the selected WEP key.
2135 If an
2136 .Ar index
2137 is not given, key 1 is set.
2138 A WEP key will be either 5 or 13
2139 characters (40 or 104 bits) depending on the local network and the
2140 capabilities of the adaptor.
2141 It may be specified either as a plain
2142 string or as a string of hexadecimal digits preceded by
2143 .Ql 0x .
2144 For maximum portability, hex keys are recommended;
2145 the mapping of text keys to WEP encryption is usually driver-specific.
2146 In particular, the Windows drivers do this mapping differently to
2147 .Fx .
2148 A key may be cleared by setting it to
2149 .Ql - .
2150 If WEP is supported then there are at least four keys.
2151 Some adapters support more than four keys.
2152 If that is the case, then the first four keys
2153 (1-4) will be the standard temporary keys and any others will be adaptor
2154 specific keys such as permanent keys stored in NVRAM.
2155 .Pp
2156 Note that you must set a default transmit key with
2157 .Cm deftxkey
2158 for the system to know which key to use in encrypting outbound traffic.
2159 .It Cm wme
2160 Enable Wireless Multimedia Extensions (WME) support, if available,
2161 for the specified interface.
2162 WME is a subset of the IEEE 802.11e standard to support the
2163 efficient communication of realtime and multimedia data.
2164 To disable WME support, use
2165 .Fl wme .
2166 Another name for this parameter is
2167 .Cm wmm .
2168 .Pp
2169 The following parameters are meaningful only when WME support is in use.
2170 Parameters are specified per-AC (Access Category) and
2171 split into those that are used by a station when acting
2172 as an access point and those for client stations in the BSS.
2173 The latter are received from the access point and may not be changed
2174 (at the station).
2175 The following Access Categories are recognized:
2176 .Pp
2177 .Bl -tag -width ".Cm AC_BK" -compact
2178 .It Cm AC_BE
2179 (or
2180 .Cm BE )
2181 best effort delivery,
2182 .It Cm AC_BK
2183 (or
2184 .Cm BK )
2185 background traffic,
2186 .It Cm AC_VI
2187 (or
2188 .Cm VI )
2189 video traffic,
2190 .It Cm AC_VO
2191 (or
2192 .Cm VO )
2193 voice traffic.
2194 .El
2195 .Pp
2196 AC parameters are case-insensitive.
2197 Traffic classification is done in the operating system using the
2198 vlan priority associated with data frames or the
2199 ToS (Type of Service) indication in IP-encapsulated frames.
2200 If neither information is present, traffic is assigned to the
2201 Best Effort (BE) category.
2202 .Bl -tag -width indent
2203 .It Cm ack Ar ac
2204 Set the ACK policy for QoS transmissions by the local station;
2205 this controls whether or not data frames transmitted by a station
2206 require an ACK response from the receiving station.
2207 To disable waiting for an ACK use
2208 .Fl ack .
2209 This parameter is applied only to the local station.
2210 .It Cm acm Ar ac
2211 Enable the Admission Control Mandatory (ACM) mechanism
2212 for transmissions by the local station.
2213 To disable the ACM use
2214 .Fl acm .
2215 On stations in a BSS this parameter is read-only and indicates
2216 the setting received from the access point.
2217 NB: ACM is not supported right now.
2218 .It Cm aifs Ar ac Ar count
2219 Set the Arbitration Inter Frame Spacing (AIFS)
2220 channel access parameter to use for transmissions
2221 by the local station.
2222 On stations in a BSS this parameter is read-only and indicates
2223 the setting received from the access point.
2224 .It Cm cwmin Ar ac Ar count
2225 Set the CWmin channel access parameter to use for transmissions
2226 by the local station.
2227 On stations in a BSS this parameter is read-only and indicates
2228 the setting received from the access point.
2229 .It Cm cwmax Ar ac Ar count
2230 Set the CWmax channel access parameter to use for transmissions
2231 by the local station.
2232 On stations in a BSS this parameter is read-only and indicates
2233 the setting received from the access point.
2234 .It Cm txoplimit Ar ac Ar limit
2235 Set the Transmission Opportunity Limit channel access parameter
2236 to use for transmissions by the local station.
2237 This parameter defines an interval of time when a WME station
2238 has the right to initiate transmissions onto the wireless medium.
2239 On stations in a BSS this parameter is read-only and indicates
2240 the setting received from the access point.
2241 .It Cm bss:aifs Ar ac Ar count
2242 Set the AIFS channel access parameter to send to stations in a BSS.
2243 This parameter is meaningful only when operating in ap mode.
2244 .It Cm bss:cwmin Ar ac Ar count
2245 Set the CWmin channel access parameter to send to stations in a BSS.
2246 This parameter is meaningful only when operating in ap mode.
2247 .It Cm bss:cwmax Ar ac Ar count
2248 Set the CWmax channel access parameter to send to stations in a BSS.
2249 This parameter is meaningful only when operating in ap mode.
2250 .It Cm bss:txoplimit Ar ac Ar limit
2251 Set the TxOpLimit channel access parameter to send to stations in a BSS.
2252 This parameter is meaningful only when operating in ap mode.
2253 .El
2254 .It Cm wps
2255 Enable Wireless Privacy Subscriber support.
2256 Note that WPS support requires a WPS-capable supplicant.
2257 To disable this function use
2258 .Fl wps .
2259 .El
2260 .Ss MAC-Based Access Control List Parameters
2261 The following parameters support an optional access control list
2262 feature available with some adapters when operating in ap mode; see
2263 .Xr wlan_acl 4 .
2264 This facility allows an access point to accept/deny association
2265 requests based on the MAC address of the station.
2266 Note that this feature does not significantly enhance security
2267 as MAC address spoofing is easy to do.
2268 .Bl -tag -width indent
2269 .It Cm mac:add Ar address
2270 Add the specified MAC address to the database.
2271 Depending on the policy setting association requests from the
2272 specified station will be allowed or denied.
2273 .It Cm mac:allow
2274 Set the ACL policy to permit association only by
2275 stations registered in the database.
2276 .It Cm mac:del Ar address
2277 Delete the specified MAC address from the database.
2278 .It Cm mac:deny
2279 Set the ACL policy to deny association only by
2280 stations registered in the database.
2281 .It Cm mac:kick Ar address
2282 Force the specified station to be deauthenticated.
2283 This typically is done to block a station after updating the
2284 address database.
2285 .It Cm mac:open
2286 Set the ACL policy to allow all stations to associate.
2287 .It Cm mac:flush
2288 Delete all entries in the database.
2289 .It Cm mac:radius
2290 Set the ACL policy to permit association only by
2291 stations approved by a RADIUS server.
2292 Note that this feature requires the
2293 .Xr hostapd 8
2294 program be configured to do the right thing
2295 as it handles the RADIUS processing
2296 (and marks stations as authorized).
2297 .El
2298 .Ss Mesh Mode Wireless Interface Parameters
2299 The following parameters are related to a wireless interface operating in mesh
2300 mode:
2301 .Bl -tag -width indent
2302 .It Cm meshid Ar meshid
2303 Set the desired Mesh Identifier.
2304 The Mesh ID is a string up to 32 characters in length.
2305 A mesh interface must have a Mesh Identifier specified
2306 to reach an operational state.
2307 .It Cm meshttl Ar ttl
2308 Set the desired
2309 .Dq time to live
2310 for mesh forwarded packets;
2311 this is the number of hops a packet may be forwarded before
2312 it is discarded.
2313 The default setting for
2314 .Cm meshttl
2315 is 31.
2316 .It Cm meshpeering
2317 Enable or disable peering with neighbor mesh stations.
2318 Stations must peer before any data packets can be exchanged.
2319 By default
2320 .Cm meshpeering
2321 is enabled.
2322 .It Cm meshforward
2323 Enable or disable forwarding packets by a mesh interface.
2324 By default
2325 .Cm meshforward
2326 is enabled.
2327 .It Cm meshgate
2328 This attribute specifies whether or not the mesh STA activates mesh gate
2329 announcements.
2330 By default
2331 .Cm meshgate
2332 is disabled.
2333 .It Cm meshmetric Ar protocol
2334 Set the specified
2335 .Ar protocol
2336 as the link metric protocol used on a mesh network.
2337 The default protocol is called
2338 .Ar AIRTIME .
2339 The mesh interface will restart after changing this setting.
2340 .It Cm meshpath Ar protocol
2341 Set the specified
2342 .Ar protocol
2343 as the path selection protocol used on a mesh network.
2344 The only available protocol at the moment is called
2345 .Ar HWMP
2346 (Hybrid Wireless Mesh Protocol).
2347 The mesh interface will restart after changing this setting.
2348 .It Cm hwmprootmode Ar mode
2349 Stations on a mesh network can operate as
2350 .Dq root nodes .
2351 Root nodes try to find paths to all mesh nodes and advertise themselves
2352 regularly.
2353 When there is a root mesh node on a network, other mesh nodes can setup
2354 paths between themselves faster because they can use the root node
2355 to find the destination.
2356 This path may not be the best, but on-demand
2357 routing will eventually find the best path.
2358 The following modes are recognized:
2359 .Pp
2360 .Bl -tag -width ".Cm PROACTIVE" -compact
2361 .It Cm DISABLED
2362 Disable root mode.
2363 .It Cm NORMAL
2364 Send broadcast path requests every two seconds.
2365 Nodes on the mesh without a path to this root mesh station with try to
2366 discover a path to us.
2367 .It Cm PROACTIVE
2368 Send broadcast path requests every two seconds and every node must reply
2369 with a path reply even if it already has a path to this root mesh station.
2370 .It Cm RANN
2371 Send broadcast root announcement (RANN) frames.
2372 Nodes on the mesh without a path to this root mesh station with try to
2373 discover a path to us.
2374 .El
2375 By default
2376 .Cm hwmprootmode
2377 is set to
2378 .Ar DISABLED .
2379 .It Cm hwmpmaxhops Ar cnt
2380 Set the maximum number of hops allowed in an HMWP path to
2381 .Ar cnt .
2382 The default setting for
2383 .Cm hwmpmaxhops
2384 is 31.
2385 .El
2386 .Ss Compatibility Parameters
2387 The following parameters are for compatibility with other systems:
2388 .Bl -tag -width indent
2389 .It Cm nwid Ar ssid
2390 Another name for the
2391 .Cm ssid
2392 parameter.
2393 Included for
2394 .Nx
2395 compatibility.
2396 .It Cm stationname Ar name
2397 Set the name of this station.
2398 The station name is not part of the IEEE 802.11
2399 protocol though some interfaces support it.
2400 As such it only
2401 seems to be meaningful to identical or virtually identical equipment.
2402 Setting the station name is identical in syntax to setting the SSID.
2403 One can also use
2404 .Cm station
2405 for
2406 .Bsx
2407 compatibility.
2408 .It Cm wep
2409 Another way of saying
2410 .Cm wepmode on .
2411 Included for
2412 .Bsx
2413 compatibility.
2414 .It Fl wep
2415 Another way of saying
2416 .Cm wepmode off .
2417 Included for
2418 .Bsx
2419 compatibility.
2420 .It Cm nwkey key
2421 Another way of saying:
2422 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
2423 Included for
2424 .Nx
2425 compatibility.
2426 .It Cm nwkey Xo
2427 .Sm off
2428 .Ar n : k1 , k2 , k3 , k4
2429 .Sm on
2430 .Xc
2431 Another way of saying
2432 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
2433 Included for
2434 .Nx
2435 compatibility.
2436 .It Fl nwkey
2437 Another way of saying
2438 .Cm wepmode off .
2439 Included for
2440 .Nx
2441 compatibility.
2442 .El
2443 .Ss Bridge Interface Parameters
2444 The following parameters are specific to bridge interfaces:
2445 .Bl -tag -width indent
2446 .It Cm addm Ar interface
2447 Add the interface named by
2448 .Ar interface
2449 as a member of the bridge.
2450 The interface is put into promiscuous mode
2451 so that it can receive every packet sent on the network.
2452 .It Cm deletem Ar interface
2453 Remove the interface named by
2454 .Ar interface
2455 from the bridge.
2456 Promiscuous mode is disabled on the interface when
2457 it is removed from the bridge.
2458 .It Cm maxaddr Ar size
2459 Set the size of the bridge address cache to
2460 .Ar size .
2461 The default is 2000 entries.
2462 .It Cm timeout Ar seconds
2463 Set the timeout of address cache entries to
2464 .Ar seconds
2465 seconds.
2466 If
2467 .Ar seconds
2468 is zero, then address cache entries will not be expired.
2469 The default is 1200 seconds.
2470 .It Cm addr
2471 Display the addresses that have been learned by the bridge.
2472 .It Cm static Ar interface-name Ar address
2473 Add a static entry into the address cache pointing to
2474 .Ar interface-name .
2475 Static entries are never aged out of the cache or re-placed, even if the
2476 address is seen on a different interface.
2477 .It Cm deladdr Ar address
2478 Delete
2479 .Ar address
2480 from the address cache.
2481 .It Cm flush
2482 Delete all dynamically-learned addresses from the address cache.
2483 .It Cm flushall
2484 Delete all addresses, including static addresses, from the address cache.
2485 .It Cm discover Ar interface
2486 Mark an interface as a
2487 .Dq discovering
2488 interface.
2489 When the bridge has no address cache entry
2490 (either dynamic or static)
2491 for the destination address of a packet,
2492 the bridge will forward the packet to all
2493 member interfaces marked as
2494 .Dq discovering .
2495 This is the default for all interfaces added to a bridge.
2496 .It Cm -discover Ar interface
2497 Clear the
2498 .Dq discovering
2499 attribute on a member interface.
2500 For packets without the
2501 .Dq discovering
2502 attribute, the only packets forwarded on the interface are broadcast
2503 or multicast packets and packets for which the destination address
2504 is known to be on the interface's segment.
2505 .It Cm learn Ar interface
2506 Mark an interface as a
2507 .Dq learning
2508 interface.
2509 When a packet arrives on such an interface, the source
2510 address of the packet is entered into the address cache as being a
2511 destination address on the interface's segment.
2512 This is the default for all interfaces added to a bridge.
2513 .It Cm -learn Ar interface
2514 Clear the
2515 .Dq learning
2516 attribute on a member interface.
2517 .It Cm sticky Ar interface
2518 Mark an interface as a
2519 .Dq sticky
2520 interface.
2521 Dynamically learned address entries are treated at static once entered into
2522 the cache.
2523 Sticky entries are never aged out of the cache or replaced, even if the
2524 address is seen on a different interface.
2525 .It Cm -sticky Ar interface
2526 Clear the
2527 .Dq sticky
2528 attribute on a member interface.
2529 .It Cm private Ar interface
2530 Mark an interface as a
2531 .Dq private
2532 interface.
2533 A private interface does not forward any traffic to any other port that is also
2534 a private interface.
2535 .It Cm -private Ar interface
2536 Clear the
2537 .Dq private
2538 attribute on a member interface.
2539 .It Cm span Ar interface
2540 Add the interface named by
2541 .Ar interface
2542 as a span port on the bridge.
2543 Span ports transmit a copy of every frame received by the bridge.
2544 This is most useful for snooping a bridged network passively on
2545 another host connected to one of the span ports of the bridge.
2546 .It Cm -span Ar interface
2547 Delete the interface named by
2548 .Ar interface
2549 from the list of span ports of the bridge.
2550 .It Cm stp Ar interface
2551 Enable Spanning Tree protocol on
2552 .Ar interface .
2553 The
2554 .Xr if_bridge 4
2555 driver has support for the IEEE 802.1D Spanning Tree protocol (STP).
2556 Spanning Tree is used to detect and remove loops in a network topology.
2557 .It Cm -stp Ar interface
2558 Disable Spanning Tree protocol on
2559 .Ar interface .
2560 This is the default for all interfaces added to a bridge.
2561 .It Cm edge Ar interface
2562 Set
2563 .Ar interface
2564 as an edge port.
2565 An edge port connects directly to end stations cannot create bridging
2566 loops in the network, this allows it to transition straight to forwarding.
2567 .It Cm -edge Ar interface
2568 Disable edge status on
2569 .Ar interface .
2570 .It Cm autoedge Ar interface
2571 Allow
2572 .Ar interface
2573 to automatically detect edge status.
2574 This is the default for all interfaces added to a bridge.
2575 .It Cm -autoedge Ar interface
2576 Disable automatic edge status on
2577 .Ar interface .
2578 .It Cm ptp Ar interface
2579 Set the
2580 .Ar interface
2581 as a point to point link.
2582 This is required for straight transitions to forwarding and
2583 should be enabled on a direct link to another RSTP capable switch.
2584 .It Cm -ptp Ar interface
2585 Disable point to point link status on
2586 .Ar interface .
2587 This should be disabled for a half duplex link and for an interface
2588 connected to a shared network segment,
2589 like a hub or a wireless network.
2590 .It Cm autoptp Ar interface
2591 Automatically detect the point to point status on
2592 .Ar interface
2593 by checking the full duplex link status.
2594 This is the default for interfaces added to the bridge.
2595 .It Cm -autoptp Ar interface
2596 Disable automatic point to point link detection on
2597 .Ar interface .
2598 .It Cm maxage Ar seconds
2599 Set the time that a Spanning Tree protocol configuration is valid.
2600 The default is 20 seconds.
2601 The minimum is 6 seconds and the maximum is 40 seconds.
2602 .It Cm fwddelay Ar seconds
2603 Set the time that must pass before an interface begins forwarding
2604 packets when Spanning Tree is enabled.
2605 The default is 15 seconds.
2606 The minimum is 4 seconds and the maximum is 30 seconds.
2607 .It Cm hellotime Ar seconds
2608 Set the time between broadcasting of Spanning Tree protocol
2609 configuration messages.
2610 The hello time may only be changed when operating in legacy stp mode.
2611 The default is 2 seconds.
2612 The minimum is 1 second and the maximum is 2 seconds.
2613 .It Cm priority Ar value
2614 Set the bridge priority for Spanning Tree.
2615 The default is 32768.
2616 The minimum is 0 and the maximum is 61440.
2617 .It Cm proto Ar value
2618 Set the Spanning Tree protocol.
2619 The default is rstp.
2620 The available options are stp and rstp.
2621 .It Cm holdcnt Ar value
2622 Set the transmit hold count for Spanning Tree.
2623 This is the number of packets transmitted before being rate limited.
2624 The default is 6.
2625 The minimum is 1 and the maximum is 10.
2626 .It Cm ifpriority Ar interface Ar value
2627 Set the Spanning Tree priority of
2628 .Ar interface
2629 to
2630 .Ar value .
2631 The default is 128.
2632 The minimum is 0 and the maximum is 240.
2633 .It Cm ifpathcost Ar interface Ar value
2634 Set the Spanning Tree path cost of
2635 .Ar interface
2636 to
2637 .Ar value .
2638 The default is calculated from the link speed.
2639 To change a previously selected path cost back to automatic, set the
2640 cost to 0.
2641 The minimum is 1 and the maximum is 200000000.
2642 .It Cm ifmaxaddr Ar interface Ar size
2643 Set the maximum number of hosts allowed from an interface, packets with unknown
2644 source addresses are dropped until an existing host cache entry expires or is
2645 removed.
2646 Set to 0 to disable.
2647 .El
2648 .Ss Link Aggregation and Link Failover Parameters
2649 The following parameters are specific to lagg interfaces:
2650 .Bl -tag -width indent
2651 .It Cm laggtype Ar type
2652 When creating a lagg interface the type can be specified as either
2653 .Cm ethernet
2654 or
2655 .Cm infiniband .
2656 If not specified ethernet is the default lagg type.
2657 .It Cm laggport Ar interface
2658 Add the interface named by
2659 .Ar interface
2660 as a port of the aggregation interface.
2661 .It Cm -laggport Ar interface
2662 Remove the interface named by
2663 .Ar interface
2664 from the aggregation interface.
2665 .It Cm laggproto Ar proto
2666 Set the aggregation protocol.
2667 The default is
2668 .Li failover .
2669 The available options are
2670 .Li failover ,
2671 .Li lacp ,
2672 .Li loadbalance ,
2673 .Li roundrobin ,
2674 .Li broadcast
2675 and
2676 .Li none .
2677 .It Cm lagghash Ar option Ns Oo , Ns Ar option Oc
2678 Set the packet layers to hash for aggregation protocols which load balance.
2679 The default is
2680 .Dq l2,l3,l4 .
2681 The options can be combined using commas.
2682 .Pp
2683 .Bl -tag -width ".Cm l2" -compact
2684 .It Cm l2
2685 src/dst mac address and optional vlan number.
2686 .It Cm l3
2687 src/dst address for IPv4 or IPv6.
2688 .It Cm l4
2689 src/dst port for TCP/UDP/SCTP.
2690 .El
2691 .It Cm -use_flowid
2692 Enable local hash computation for RSS hash on the interface.
2693 The
2694 .Li loadbalance
2695 and
2696 .Li lacp
2697 modes will use the RSS hash from the network card if available
2698 to avoid computing one, this may give poor traffic distribution
2699 if the hash is invalid or uses less of the protocol header information.
2700 .Cm -use_flowid
2701 disables use of RSS hash from the network card.
2702 The default value can be set via the
2703 .Va net.link.lagg.default_use_flowid
2704 .Xr sysctl 8
2705 variable.
2706 .Li 0
2707 means
2708 .Dq disabled
2709 and
2710 .Li 1
2711 means
2712 .Dq enabled .
2713 .It Cm use_flowid
2714 Use the RSS hash from the network card if available.
2715 .It Cm flowid_shift Ar number
2716 Set a shift parameter for RSS local hash computation.
2717 Hash is calculated by using flowid bits in a packet header mbuf
2718 which are shifted by the number of this parameter.
2719 .It Cm use_numa
2720 Enable selection of egress ports based on the native
2721 .Xr numa 4
2722 domain for the packets being transmitted.
2723 This is currently only implemented for lacp mode.
2724 This works only on
2725 .Xr numa 4
2726 hardware, running a kernel compiled with the
2727 .Xr numa 4
2728 option, and when interfaces from multiple
2729 .Xr numa 4
2730 domains are ports of the aggregation interface.
2731 .It Cm -use_numa
2732 Disable selection of egress ports based on the native
2733 .Xr numa 4
2734 domain for the packets being transmitted.
2735 .It Cm lacp_fast_timeout
2736 Enable lacp fast-timeout on the interface.
2737 .It Cm -lacp_fast_timeout
2738 Disable lacp fast-timeout on the interface.
2739 .It Cm lacp_strict
2740 Enable lacp strict compliance on the interface.
2741 The default value can be set via the
2742 .Va net.link.lagg.lacp.default_strict_mode
2743 .Xr sysctl 8
2744 variable.
2745 .Li 0
2746 means
2747 .Dq disabled
2748 and
2749 .Li 1
2750 means
2751 .Dq enabled .
2752 .It Cm -lacp_strict
2753 Disable lacp strict compliance on the interface.
2754 .It Cm rr_limit Ar number
2755 Configure a stride for an interface in round-robin mode.
2756 The default stride is 1.
2757 .El
2758 .Ss Generic IP Tunnel Parameters
2759 The following parameters apply to IP tunnel interfaces,
2760 .Xr gif 4 :
2761 .Bl -tag -width indent
2762 .It Cm tunnel Ar src_addr dest_addr
2763 Configure the physical source and destination address for IP tunnel
2764 interfaces.
2765 The arguments
2766 .Ar src_addr
2767 and
2768 .Ar dest_addr
2769 are interpreted as the outer source/destination for the encapsulating
2770 IPv4/IPv6 header.
2771 .It Fl tunnel
2772 Unconfigure the physical source and destination address for IP tunnel
2773 interfaces previously configured with
2774 .Cm tunnel .
2775 .It Cm deletetunnel
2776 Another name for the
2777 .Fl tunnel
2778 parameter.
2779 .It Cm accept_rev_ethip_ver
2780 Set a flag to accept both correct EtherIP packets and ones
2781 with reversed version field.
2782 Enabled by default.
2783 This is for backward compatibility with
2784 .Fx 6.1 ,
2785 6.2, 6.3, 7.0, and 7.1.
2786 .It Cm -accept_rev_ethip_ver
2787 Clear a flag
2788 .Cm accept_rev_ethip_ver .
2789 .It Cm ignore_source
2790 Set a flag to accept encapsulated packets destined to this host
2791 independently from source address.
2792 This may be useful for hosts, that receive encapsulated packets
2793 from the load balancers.
2794 .It Cm -ignore_source
2795 Clear a flag
2796 .Cm ignore_source .
2797 .It Cm send_rev_ethip_ver
2798 Set a flag to send EtherIP packets with reversed version
2799 field intentionally.
2800 Disabled by default.
2801 This is for backward compatibility with
2802 .Fx 6.1 ,
2803 6.2, 6.3, 7.0, and 7.1.
2804 .It Cm -send_rev_ethip_ver
2805 Clear a flag
2806 .Cm send_rev_ethip_ver .
2807 .El
2808 .Ss GRE Tunnel Parameters
2809 The following parameters apply to GRE tunnel interfaces,
2810 .Xr gre 4 :
2811 .Bl -tag -width indent
2812 .It Cm tunnel Ar src_addr dest_addr
2813 Configure the physical source and destination address for GRE tunnel
2814 interfaces.
2815 The arguments
2816 .Ar src_addr
2817 and
2818 .Ar dest_addr
2819 are interpreted as the outer source/destination for the encapsulating
2820 IPv4/IPv6 header.
2821 .It Fl tunnel
2822 Unconfigure the physical source and destination address for GRE tunnel
2823 interfaces previously configured with
2824 .Cm tunnel .
2825 .It Cm deletetunnel
2826 Another name for the
2827 .Fl tunnel
2828 parameter.
2829 .It Cm grekey Ar key
2830 Configure the GRE key to be used for outgoing packets.
2831 Note that
2832 .Xr gre 4 will always accept GRE packets with invalid or absent keys.
2833 This command will result in a four byte MTU reduction on the interface.
2834 .El
2835 .Ss Packet Filter State Table Sychronisation Parameters
2836 The following parameters are specific to
2837 .Xr pfsync 4
2838 interfaces:
2839 .Bl -tag -width indent
2840 .It Cm syncdev Ar iface
2841 Use the specified interface
2842 to send and receive pfsync state synchronisation messages.
2843 .It Fl syncdev
2844 Stop sending pfsync state synchronisation messages over the network.
2845 .It Cm syncpeer Ar peer_address
2846 Make the pfsync link point-to-point rather than using
2847 multicast to broadcast the state synchronisation messages.
2848 The peer_address is the IP address of the other host taking part in
2849 the pfsync cluster.
2850 .It Fl syncpeer
2851 Broadcast the packets using multicast.
2852 .It Cm maxupd Ar n
2853 Set the maximum number of updates for a single state which
2854 can be collapsed into one.
2855 This is an 8-bit number; the default value is 128.
2856 .It Cm defer
2857 Defer transmission of the first packet in a state until a peer has
2858 acknowledged that the associated state has been inserted.
2859 .It Fl defer
2860 Do not defer the first packet in a state.
2861 This is the default.
2862 .El
2863 .Ss VLAN Parameters
2864 The following parameters are specific to
2865 .Xr vlan 4
2866 interfaces:
2867 .Bl -tag -width indent
2868 .It Cm vlan Ar vlan_tag
2869 Set the VLAN tag value to
2870 .Ar vlan_tag .
2871 This value is a 12-bit VLAN Identifier (VID) which is used to create an 802.1Q
2872 or 802.1ad VLAN header for packets sent from the
2873 .Xr vlan 4
2874 interface.
2875 Note that
2876 .Cm vlan
2877 and
2878 .Cm vlandev
2879 must both be set at the same time.
2880 .It Cm vlanproto Ar vlan_proto
2881 Set the VLAN encapsulation protocol to
2882 .Ar vlan_proto .
2883 Supported encapsulation protocols are currently:
2884 .Bl -tag
2885 .It Cm 802.1Q
2886 Default.
2887 .It Cm 802.1ad
2888 .It Cm QinQ
2889 Same as
2890 .Cm 802.1ad .
2891 .El
2892 .It Cm vlanpcp Ar priority_code_point
2893 Priority code point
2894 .Pq Dv PCP
2895 is an 3-bit field which refers to the IEEE 802.1p
2896 class of service and maps to the frame priority level.
2897 .Pp
2898 Values in order of priority are:
2899 .Cm 1
2900 .Pq Dv Background (lowest) ,
2901 .Cm 0
2902 .Pq Dv Best effort (default) ,
2903 .Cm 2
2904 .Pq Dv Excellent effort ,
2905 .Cm 3
2906 .Pq Dv Critical applications ,
2907 .Cm 4
2908 .Pq Dv Video, < 100ms latency and jitter ,
2909 .Cm 5
2910 .Pq Dv Voice, < 10ms latency and jitter ,
2911 .Cm 6
2912 .Pq Dv Internetwork control ,
2913 .Cm 7
2914 .Pq Dv Network control (highest) .
2915 .It Cm vlandev Ar iface
2916 Associate the physical interface
2917 .Ar iface
2918 with a
2919 .Xr vlan 4
2920 interface.
2921 Packets transmitted through the
2922 .Xr vlan 4
2923 interface will be
2924 diverted to the specified physical interface
2925 .Ar iface
2926 with 802.1Q VLAN encapsulation.
2927 Packets with 802.1Q encapsulation received
2928 by the parent interface with the correct VLAN Identifier will be diverted to
2929 the associated
2930 .Xr vlan 4
2931 pseudo-interface.
2932 The
2933 .Xr vlan 4
2934 interface is assigned a
2935 copy of the parent interface's flags and the parent's Ethernet address.
2936 The
2937 .Cm vlandev
2938 and
2939 .Cm vlan
2940 must both be set at the same time.
2941 If the
2942 .Xr vlan 4
2943 interface already has
2944 a physical interface associated with it, this command will fail.
2945 To
2946 change the association to another physical interface, the existing
2947 association must be cleared first.
2948 .Pp
2949 Note: if the hardware tagging capability
2950 is set on the parent interface, the
2951 .Xr vlan 4
2952 pseudo
2953 interface's behavior changes:
2954 the
2955 .Xr vlan 4
2956 interface recognizes that the
2957 parent interface supports insertion and extraction of VLAN tags on its
2958 own (usually in firmware) and that it should pass packets to and from
2959 the parent unaltered.
2960 .It Fl vlandev Op Ar iface
2961 If the driver is a
2962 .Xr vlan 4
2963 pseudo device, disassociate the parent interface from it.
2964 This breaks the link between the
2965 .Xr vlan 4
2966 interface and its parent,
2967 clears its VLAN Identifier, flags and its link address and shuts the interface
2968 down.
2969 The
2970 .Ar iface
2971 argument is useless and hence deprecated.
2972 .El
2973 .Ss Virtual eXtensible LAN Parameters
2974 The following parameters are used to configure
2975 .Xr vxlan 4
2976 interfaces.
2977 .Bl -tag -width indent
2978 .It Cm vxlanid Ar identifier
2979 This value is a 24-bit VXLAN Network Identifier (VNI) that identifies the
2980 virtual network segment membership of the interface.
2981 .It Cm vxlanlocal Ar address
2982 The source address used in the encapsulating IPv4/IPv6 header.
2983 The address should already be assigned to an existing interface.
2984 When the interface is configured in unicast mode, the listening socket
2985 is bound to this address.
2986 .It Cm vxlanremote Ar address
2987 The interface can be configured in a unicast, or point-to-point, mode
2988 to create a tunnel between two hosts.
2989 This is the IP address of the remote end of the tunnel.
2990 .It Cm vxlangroup Ar address
2991 The interface can be configured in a multicast mode
2992 to create a virtual network of hosts.
2993 This is the IP multicast group address the interface will join.
2994 .It Cm vxlanlocalport Ar port
2995 The port number the interface will listen on.
2996 The default port number is 4789.
2997 .It Cm vxlanremoteport Ar port
2998 The destination port number used in the encapsulating IPv4/IPv6 header.
2999 The remote host should be listening on this port.
3000 The default port number is 4789.
3001 Note some other implementations, such as Linux,
3002 do not default to the IANA assigned port,
3003 but instead listen on port 8472.
3004 .It Cm vxlanportrange Ar low high
3005 The range of source ports used in the encapsulating IPv4/IPv6 header.
3006 The port selected within the range is based on a hash of the inner frame.
3007 A range is useful to provide entropy within the outer IP header
3008 for more effective load balancing.
3009 The default range is between the
3010 .Xr sysctl 8
3011 variables
3012 .Va net.inet.ip.portrange.first
3013 and
3014 .Va net.inet.ip.portrange.last
3015 .It Cm vxlantimeout Ar timeout
3016 The maximum time, in seconds, before an entry in the forwarding table
3017 is pruned.
3018 The default is 1200 seconds (20 minutes).
3019 .It Cm vxlanmaxaddr Ar max
3020 The maximum number of entries in the forwarding table.
3021 The default is 2000.
3022 .It Cm vxlandev Ar dev
3023 When the interface is configured in multicast mode, the
3024 .Cm dev
3025 interface is used to transmit IP multicast packets.
3026 .It Cm vxlanttl Ar ttl
3027 The TTL used in the encapsulating IPv4/IPv6 header.
3028 The default is 64.
3029 .It Cm vxlanlearn
3030 The source IP address and inner source Ethernet MAC address of
3031 received packets are used to dynamically populate the forwarding table.
3032 When in multicast mode, an entry in the forwarding table allows the
3033 interface to send the frame directly to the remote host instead of
3034 broadcasting the frame to the multicast group.
3035 This is the default.
3036 .It Fl vxlanlearn
3037 The forwarding table is not populated by received packets.
3038 .It Cm vxlanflush
3039 Delete all dynamically-learned addresses from the forwarding table.
3040 .It Cm vxlanflushall
3041 Delete all addresses, including static addresses, from the forwarding table.
3042 .El
3043 .Ss CARP Parameters
3044 The following parameters are used to configure
3045 .Xr carp 4
3046 protocol on an interface:
3047 .Bl -tag -width indent
3048 .It Cm vhid Ar n
3049 Set the virtual host ID.
3050 This is a required setting to initiate
3051 .Xr carp 4 .
3052 If the virtual host ID does not exist yet, it is created and attached to the
3053 interface, otherwise configuration of an existing vhid is adjusted.
3054 If the
3055 .Cm vhid
3056 keyword is supplied along with an
3057 .Dq inet6
3058 or
3059 .Dq inet
3060 address, then this address is configured to be run under control of the
3061 specified vhid.
3062 Whenever a last address that refers to a particular vhid is removed from an
3063 interface, the vhid is automatically removed from interface and destroyed.
3064 Any other configuration parameters for the
3065 .Xr carp 4
3066 protocol should be supplied along with the
3067 .Cm vhid
3068 keyword.
3069 Acceptable values for vhid are 1 to 255.
3070 .It Cm advbase Ar seconds
3071 Specifies the base of the advertisement interval in seconds.
3072 The acceptable values are 1 to 255.
3073 The default value is 1.
3074 .It Cm advskew Ar interval
3075 Specifies the skew to add to the base advertisement interval to
3076 make one host advertise slower than another host.
3077 It is specified in 1/256 of seconds.
3078 The acceptable values are 1 to 254.
3079 The default value is 0.
3080 .It Cm pass Ar phrase
3081 Set the authentication key to
3082 .Ar phrase .
3083 .It Cm state Ar state
3084 Forcibly change state of a given vhid.
3085 The following states are recognized:
3086 .Cm MASTER
3087 and
3088 .Cm BACKUP .
3089 .El
3090 .Sh ENVIRONMENT
3091 The following environment variables affect the execution of
3092 .Nm :
3093 .Bl -tag -width IFCONFIG_FORMAT
3094 .It Ev IFCONFIG_FORMAT
3095 This variable can contain a specification of the output format.
3096 See the description of the
3097 .Fl f
3098 flag for more details.
3099 .El
3100 .Sh EXAMPLES
3101 Assign the IPv4 address
3102 .Li 192.0.2.10 ,
3103 with a network mask of
3104 .Li 255.255.255.0 ,
3105 to the interface
3106 .Li em0 :
3107 .Dl # ifconfig em0 inet 192.0.2.10 netmask 255.255.255.0
3108 .Pp
3109 Add the IPv4 address
3110 .Li 192.0.2.45 ,
3111 with the CIDR network prefix
3112 .Li /28 ,
3113 to the interface
3114 .Li em0 :
3115 .Dl # ifconfig em0 inet 192.0.2.45/28 alias
3116 .Pp
3117 Remove the IPv4 address
3118 .Li 192.0.2.45
3119 from the interface
3120 .Li em0 :
3121 .Dl # ifconfig em0 inet 192.0.2.45 -alias
3122 .Pp
3123 Enable IPv6 functionality of the interface:
3124 .Dl # ifconfig em0 inet6 -ifdisabled
3125 .Pp
3126 Add the IPv6 address
3127 .Li 2001:DB8:DBDB::123/48
3128 to the interface
3129 .Li em0 :
3130 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123 prefixlen 48 alias
3131 Note that lower case hexadecimal IPv6 addresses are acceptable.
3132 .Pp
3133 Remove the IPv6 address added in the above example,
3134 using the
3135 .Li /
3136 character as shorthand for the network prefix:
3137 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123/48 -alias
3138 .Pp
3139 Configure a single CARP redundant address on igb0, and then switch it
3140 to be master:
3141 .Bd -literal -offset indent -compact
3142 # ifconfig igb0 vhid 1 10.0.0.1/24 pass foobar up
3143 # ifconfig igb0 vhid 1 state master
3144 .Ed
3145 .Pp
3146 Configure the interface
3147 .Li xl0 ,
3148 to use 100baseTX, full duplex Ethernet media options:
3149 .Dl # ifconfig xl0 media 100baseTX mediaopt full-duplex
3150 .Pp
3151 Label the em0 interface as an uplink:
3152 .Dl # ifconfig em0 description \&"Uplink to Gigabit Switch 2\&"
3153 .Pp
3154 Create the software network interface
3155 .Li gif1 :
3156 .Dl # ifconfig gif1 create
3157 .Pp
3158 Destroy the software network interface
3159 .Li gif1 :
3160 .Dl # ifconfig gif1 destroy
3161 .Pp
3162 Display available wireless networks using
3163 .Li wlan0 :
3164 .Dl # ifconfig wlan0 list scan
3165 .Pp
3166 Display inet and inet6 address subnet masks in CIDR notation
3167 .Dl # ifconfig -f inet:cidr,inet6:cidr
3168 .Pp
3169 Display interfaces that are up with the exception of loopback
3170 .Dl # ifconfig -a -u -G lo
3171 .Pp
3172 Display a list of interface names beloning to the wlan group:
3173 .Bd -literal -offset indent -compact
3174 # ifconfig -g wlan
3175 wlan0
3176 wlan1
3177 .Ed
3178 .Pp
3179 Display details about the interfaces belonging to the wlan group:
3180 .Bd -literal -offset indent -compact
3181 # ifconfig -a -g wlan
3182 wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
3183         ether 75:4c:61:6b:7a:73
3184         inet6 fe80::4c75:636a:616e:ffd8%wlan0 prefixlen 64 scopeid 0x3
3185         inet6 2001:5761:6e64:6152:6f6d:616e:fea4:ffe2 prefixlen 64 autoconf
3186         inet 192.168.10.5 netmask 0xffffff00 broadcast 192.168.10.255
3187         groups: wlan
3188         ssid "Hotspot" channel 11 (2462 MHz 11g) bssid 12:34:ff:ff:43:21
3189         regdomain ETSI country DE authmode WPA2/802.11i privacy ON
3190         deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 30 bmiss 10
3191         scanvalid 60 protmode CTS wme roaming MANUAL
3192         parent interface: iwm0
3193         media: IEEE 802.11 Wireless Ethernet DS/2Mbps mode 11g
3194         status: associated
3195         nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
3196 wlan1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
3197         ether 00:50:69:6f:74:72
3198         groups: wlan
3199         ssid "" channel 2 (2417 MHz 11g)
3200         regdomain FCC country US authmode OPEN privacy OFF txpower 30 bmiss 7
3201         scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7
3202         roam:rate 5 protmode CTS wme bintval 0
3203         parent interface: rum0
3204         media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
3205         status: no carrier
3206         nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
3207 .Ed
3208 .Pp
3209 Set a randomly-generated MAC address on tap0:
3210 .Dl # ifconfig tap0 ether random
3211 .Sh DIAGNOSTICS
3212 Messages indicating the specified interface does not exist, the
3213 requested address is unknown, or the user is not privileged and
3214 tried to alter an interface's configuration.
3215 .Sh SEE ALSO
3216 .Xr netstat 1 ,
3217 .Xr carp 4 ,
3218 .Xr gif 4 ,
3219 .Xr netintro 4 ,
3220 .Xr pfsync 4 ,
3221 .Xr polling 4 ,
3222 .Xr vlan 4 ,
3223 .Xr vxlan 4 ,
3224 .Xr devd.conf 5 ,
3225 .Xr devd 8 ,
3226 .Xr jail 8 ,
3227 .Xr rc 8 ,
3228 .Xr routed 8 ,
3229 .Xr sysctl 8
3230 .Sh HISTORY
3231 The
3232 .Nm
3233 utility appeared in
3234 .Bx 4.2 .
3235 .Sh BUGS
3236 Basic IPv6 node operation requires a link-local address on each
3237 interface configured for IPv6.
3238 Normally, such an address is automatically configured by the
3239 kernel on each interface added to the system or enabled; this behavior may
3240 be disabled by setting per-interface flag
3241 .Cm -auto_linklocal .
3242 The default value of this flag is 1 and can be disabled by using the sysctl
3243 MIB variable
3244 .Va net.inet6.ip6.auto_linklocal .
3245 .Pp
3246 Do not configure IPv6 addresses with no link-local address by using
3247 .Nm .
3248 It can result in unexpected behaviors of the kernel.