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