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