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