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