]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ifconfig/ifconfig.8
Wake On Lan (WOL) infrastructure
[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 December 8, 2007
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 IEEE 802.11 wireless interfaces:
588 .Bl -tag -width indent
589 .It Cm apbridge
590 When operating as an access point, pass packets between
591 wireless clients directly (default).
592 To instead let them pass up through the
593 system and be forwarded using some other mechanism, use
594 .Fl apbridge .
595 Disabling the internal bridging
596 is useful when traffic is to be processed with
597 packet filtering.
598 .It Cm authmode Ar mode
599 Set the desired authentication mode in infrastructure mode.
600 Not all adaptors support all modes.
601 The set of
602 valid modes is
603 .Cm none , open , shared
604 (shared key),
605 .Cm 8021x
606 (IEEE 802.1x),
607 and
608 .Cm wpa
609 (IEEE WPA/WPA2/802.11i).
610 The
611 .Cm 8021x
612 and
613 .Cm wpa
614 modes are only useful when using an authentication service
615 (a supplicant for client operation or an authenticator when
616 operating as an access point).
617 Modes are case insensitive.
618 .It Cm bgscan
619 Enable background scanning when operating as a station.
620 Background scanning is a technique whereby a station associated to
621 an access point will temporarily leave the channel to scan for
622 neighboring stations.
623 This allows a station to maintain a cache of nearby access points
624 so that roaming between access points can be done without
625 a lengthy scan operation.
626 Background scanning is done only when a station is not busy and
627 any outbound traffic will cancel a scan operation.
628 Background scanning should never cause packets to be lost though
629 there may be some small latency if outbound traffic interrupts a
630 scan operation.
631 By default background scanning is enabled if the device is capable.
632 To disable background scanning, use
633 .Fl bgscan .
634 Background scanning is controlled by the
635 .Cm bgscanidle
636 and
637 .Cm bgscanintvl
638 parameters.
639 Background scanning must be enabled for roaming; this is an artifact
640 of the current implementation and may not be required in the future.
641 .It Cm bgscanidle Ar idletime
642 Set the minimum time a station must be idle (not transmitting or
643 receiving frames) before a background scan is initiated.
644 The
645 .Ar idletime
646 parameter is specified in milliseconds.
647 By default a station must be idle at least 250 milliseconds before
648 a background scan is initiated.
649 The idle time may not be set to less than 100 milliseconds.
650 .It Cm bgscanintvl Ar interval
651 Set the interval at which background scanning is attempted.
652 The
653 .Ar interval
654 parameter is specified in seconds.
655 By default a background scan is considered every 300 seconds (5 minutes).
656 The 
657 .Ar interval
658 may not be set to less than 15 seconds.
659 .It Cm bintval Ar interval
660 Set the interval at which beacon frames are sent when operating in
661 ad-hoc or ap mode.
662 The
663 .Ar interval
664 parameter is specified in TU's (1024 usecs).
665 By default beacon frames are transmitted every 100 TU's.
666 .It Cm bmissthreshold Ar count
667 Set the number of consecutive missed beacons at which the station
668 will attempt to roam (i.e., search for a new access point).
669 The
670 .Ar count
671 parameter must be in the range 1 to 255; though the
672 upper bound may be reduced according to device capabilities.
673 The default threshold is 7 consecutive missed beacons; but
674 this may be overridden by the device driver.
675 Another name for the
676 .Cm bmissthreshold
677 parameter is
678 .Cm bmiss .
679 .It Cm bssid Ar address
680 Specify the MAC address of the access point to use when operating
681 as a station in a BSS network.
682 This overrides any automatic selection done by the system.
683 To disable a previously selected access point, supply
684 .Cm any , none ,
685 or
686 .Cm -
687 for the address.
688 This option is useful when more than one access point uses the same SSID.
689 Another name for the
690 .Cm bssid
691 parameter is
692 .Cm ap .
693 .It Cm burst
694 Enable packet bursting.
695 Packet bursting is a transmission technique whereby the wireless
696 medium is acquired once to send multiple frames and the interframe
697 spacing is reduced.
698 This technique can significantly increase throughput by reducing
699 transmission overhead.
700 Packet bursting is supported by the 802.11e QoS specification
701 and some devices that do not support QoS may still be capable.
702 By default packet bursting is enabled if a device is capable
703 of doing it.
704 To disable packet bursting, use
705 .Fl burst .
706 .It Cm chanlist Ar channels
707 Set the desired channels to use when scanning for access
708 points, neighbors in an IBSS network, or looking for unoccupied
709 channels when operating as an access point.
710 The set of channels is specified as a comma-separated list with
711 each element in the list representing either a single channel number or a range
712 of the form
713 .Dq Li a-b .
714 Channel numbers must be in the range 1 to 255 and be permissible
715 according to the operating characteristics of the device.
716 .It Cm channel Ar number
717 Set a single desired channel.
718 Channels range from 1 to 255, but the exact selection available
719 depends on the region your adaptor was manufactured for.
720 Setting
721 the channel to
722 .Li 0 ,
723 .Cm any ,
724 or
725 .Cm -
726 will give you the default for your adaptor.
727 Some
728 adaptors ignore this setting unless you are in ad-hoc mode.
729 Alternatively the frequency, in megahertz, may be specified
730 instead of the channel number.
731 .Pp
732 When there are several ways to use a channel the channel
733 number/frequency may be appended with attributes to clarify.
734 For example, if a device is capable of operating on channel 6
735 with 802.11n and 802.11g then one can specify that g-only use
736 should be used by specifying ``6:g''.
737 Similarly the channel width can be specified by appending it
738 with ``/''; e.g. ``6/40'' specifies a 40MHz wide channel,
739 These attributes can be combined as in: ``6:ht/40''.
740 The full set of flags specified following a `:'' are:
741 .Cm a
742 (802.11a),
743 .Cm b
744 (802.11b),
745 .Cm d
746 (Atheros Dynamic Turbo mode),
747 .Cm g
748 (802.11g),
749 .Cm h
750 or
751 .Cm n
752 (802.11n aka HT),
753 .Cm s
754 (Atheros Static Turbo mode),
755 and
756 .Cm t
757 (Atheros Dynamic Turbo mode, or appended to ``st'' and ``dt'').
758 The full set of channel widths following a '/' are:
759 .Cm 5 
760 (5MHz aka quarter-rate channel),
761 .Cm 10 
762 (10MHz aka half-rate channel),
763 .Cm 20 
764 (20MHz mostly for use in specifying ht20),
765 and
766 .Cm 40 
767 (40MHz mostly for use in specifying ht40),
768 In addition,
769 a 40MHz HT channel specification may include the location
770 of the extension channel by appending ``+'' or ``-'' for above and below,
771 respectively; e.g. ``2437:ht/40+'' specifies 40MHz wide HT operation 
772 with the center channel at frequency 2437 and the extension channel above.
773 .It Cm doth
774 Enable inclusion of an 802.11h country information element in beacon
775 frames transmitted when operating as an access point.
776 By default 802.11h is enabled if the device is capable.
777 To disable 802.11h use
778 .Fl doth .
779 .It Cm deftxkey Ar index
780 Set the default key to use for transmission.
781 Typically this is only set when using WEP encryption.
782 The
783 .Cm weptxkey
784 is an alias for this request; it is provided for backwards compatibility.
785 .It Cm dtimperiod Ar period
786 Set the
787 DTIM
788 period for transmitting buffered multicast data frames when
789 operating in ap mode.
790 The
791 .Ar period
792 specifies the number of beacon intervals between DTIM
793 and must be in the range 1 to 15.
794 By default DTIM is 1 (i.e., DTIM occurs at each beacon).
795 .It Cm dturbo
796 Enable the use of Atheros Dynamic Turbo mode when communicating with
797 another Dynamic Turbo-capable station.
798 Dynamic Turbo mode is an Atheros-specific mechanism by which
799 stations switch between normal 802.11 operation and a ``boosted''
800 mode in which a 40MHz wide channel is used for communication.
801 Stations using Dynamic Turbo mode operate boosted only when the
802 channel is free of non-dturbo stations; when a non-dturbo station
803 is identified on the channel all stations will automatically drop
804 back to normal operation.
805 By default, Dynamic Turbo mode is not enabled, even if the device is capable.
806 Note that turbo mode (dynamic or static) is only allowed on some
807 channels depending on the regulatory constraints; use the
808 .Cm list chan
809 command to identify the channels where turbo mode may be used.
810 To disable Dynamic Turbo mode use
811 .Fl dturbo .
812 .It Cm fragthreshold Ar length
813 Set the threshold for which transmitted frames are broken into fragments.
814 The
815 .Ar length
816 argument is the frame size in bytes and must be in the range 256 to 2346.
817 Setting
818 .Ar length
819 to
820 .Li 2346 ,
821 .Cm any ,
822 or
823 .Cm -
824 disables transmit fragmentation.
825 Not all adaptors honor the fragmentation threshold.
826 .It Cm hidessid
827 When operating as an access point, do not broadcast the SSID
828 in beacon frames or respond to probe request frames unless
829 they are directed to the ap (i.e., they include the ap's SSID).
830 By default, the SSID is included in beacon frames and
831 undirected probe request frames are answered.
832 To re-enable the broadcast of the SSID etc., use
833 .Fl hidessid .
834 .It Cm ff
835 Enable the use of Atheros Fast Frames when communicating with
836 another Fast Frames-capable station.
837 Fast Frames are an encapsulation technique by which two 802.3
838 frames are transmitted in a single 802.11 frame.
839 This can noticeably improve throughput but requires that the
840 receiving station understand how to decapsulate the frame.
841 Fast frame use is negotiated using the Atheros 802.11 vendor-specific
842 protocol extension so enabling use is safe when communicating with
843 non-Atheros devices.
844 By default, use of fast frames is enabled if the device is capable.
845 To explicitly disable fast frames, use
846 .Fl ff .
847 .It Cm list active
848 Display the list of channels available for use taking into account
849 any restrictions set with the
850 .Cm chanlist
851 directive.
852 See the description of
853 .Cm list chan
854 for more information.
855 .It Cm list caps
856 Display the adaptor's capabilities, including the operating
857 modes supported.
858 .It Cm list chan
859 Display the list of channels available for use.
860 Channels are shown with their IEEE channel number, equivalent
861 frequency, and usage modes.
862 Channels identified as
863 .Ql 11g
864 are also usable in
865 .Ql 11b
866 mode.
867 Channels identified as
868 .Ql 11a Turbo
869 may be used only for Atheros' Static Turbo mode
870 (specified with
871 . Cm mediaopt turbo ) .
872 Channels marked with a
873 .Ql *
874 have a regulatory constraint that they be passively scanned.
875 This means a station is not permitted to transmit on the channel until
876 it identifies the channel is being used for 802.11 communication;
877 typically by hearing a beacon frame from an access point operating
878 on the channel.
879 .Cm list freq
880 is another way of requesting this information.
881 By default a compacted list of channels is displayed; if the
882 .Fl v
883 option is specified then all channels are shown.
884 .It Cm list mac
885 Display the current MAC Access Control List state.
886 Each address is prefixed with a character that indicates the
887 current policy applied to it:
888 .Ql +
889 indicates the address is allowed access,
890 .Ql -
891 indicates the address is denied access,
892 .Ql *
893 indicates the address is present but the current policy open
894 (so the ACL is not consulted).
895 .It Cm list scan
896 Display the access points and/or ad-hoc neighbors
897 located in the vicinity.
898 The
899 .Fl v
900 flag may be used to display long SSIDs.
901 .Fl v
902 also causes received information elements to be displayed symbolicaly.
903 This information may be updated automatically by the adaptor
904 and/or with a
905 .Cm scan
906 request or through background scanning.
907 .Cm list ap
908 is another way of requesting this information.
909 .It Cm list sta
910 When operating as an access point display the stations that are
911 currently associated.
912 When operating in ad-hoc mode display stations identified as
913 neighbors in the IBSS.
914 When operating in station mode display the access point.
915 Capabilities advertised by the stations are described under
916 the
917 .Cm scan
918 request.
919 Depending on the capabilities of the stations the following
920 flags can be included in the output:
921 .Bl -tag -width 3n
922 .It Li A
923 Authorized.
924 Indicates that the station is permitted to send/receive data frames.
925 .It Li E
926 Extended Rate Phy (ERP).
927 Indicates that the station is operating in an 802.11g network
928 using extended transmit rates.
929 .It Li H
930 High Throughput (HT).
931 Indicates that the station is using MCS to send/receive frames.
932 .It Li P
933 Power Save.
934 Indicates that the station is operating in power save mode.
935 .It Li Q
936 Quality of Service (QoS).
937 Indicates that the station is using QoS encapsulation for
938 data frame.
939 QoS encapsulation is enabled only when WME mode is enabled.
940 .El
941 .Pp
942 By default information elements received from associated stations
943 are displayed in a short form; the
944 .Fl v
945 flag causes this information to be displayed symbolicaly.
946 .It Cm list wme
947 Display the current parameters to use when operating in WME mode.
948 When WME mode is enabled for an adaptor this information will be
949 displayed with the regular status; this command is mostly useful
950 for examining parameters when WME mode is disabled.
951 See the description of the
952 .Cm wme
953 directive for information on the various parameters.
954 .It Cm mcastrate Ar rate
955 Set the rate for transmitting multicast/broadcast frames.
956 Rates are specified as megabits/second in decimal; e.g.\& 5.5 for 5.5 Mb/s.
957 This rate should be valid for the current operating conditions;
958 if an invalid rate is specified drivers are free to chose an
959 appropriate rate.
960 .It Cm powersave
961 Enable powersave operation.
962 When operating as a client, the station will conserve power by
963 periodically turning off the radio and listening for
964 messages from the access point telling it there are packets waiting.
965 The station must then retrieve the packets.
966 Not all devices support power save operation as a client.
967 The 802.11 specification requires that all access points support
968 power save but some drivers do not.
969 Use
970 .Fl powersave
971 to disable powersave operation when operating as a client.
972 .It Cm powersavesleep Ar sleep
973 Set the desired max powersave sleep time in TU's (1024 usecs).
974 By default the max powersave sleep time is 100 TU's.
975 .It Cm protmode Ar technique
976 For interfaces operating in 802.11g, use the specified
977 .Ar technique
978 for protecting OFDM frames in a mixed 11b/11g network.
979 The set of valid techniques is
980 .Cm off , cts
981 (CTS to self),
982 and
983 .Cm rtscts
984 (RTS/CTS).
985 Technique names are case insensitive.
986 Not all devices support
987 .Cm cts
988 as a protection technique.
989 .It Cm pureg
990 When operating as an access point in 802.11g mode allow only
991 11g-capable stations to associate (11b-only stations are not
992 permitted to associate).
993 To allow both 11g and 11b-only stations to associate, use
994 .Fl pureg .
995 .It Cm roaming Ar mode
996 When operating as a station, control how the system will
997 behave when communication with the current access point
998 is broken.
999 The
1000 .Ar mode
1001 argument may be one of
1002 .Cm device
1003 (leave it to the hardware device to decide),
1004 .Cm auto
1005 (handle either in the device or the operating system\[em]as appropriate),
1006 .Cm manual
1007 (do nothing until explicitly instructed).
1008 By default, the device is left to handle this if it is
1009 capable; otherwise, the operating system will automatically
1010 attempt to reestablish communication.
1011 Manual mode is used by applications such as
1012 .Xr wpa_supplicant 8
1013 that want to control the selection of an access point.
1014 .It Cm roam:rssi11a Ar rssi
1015 Set the threshold for controlling roaming when operating in an
1016 802.11a BSS.
1017 The
1018 .Ar rssi
1019 parameter specifies the receive signal strength in dBm units
1020 at which roaming should be considered.
1021 If the current rssi drops below this setting and background scanning
1022 is enabled, then the system will check if a more desirable access point is
1023 available and switch over to it.
1024 The current scan cache contents are used if they are considered
1025 valid according to the
1026 .Cm scanvalid
1027 parameter; otherwise a background scan operation is triggered before
1028 any selection occurs.
1029 By default
1030 .Ar rssi
1031 is set to 7 dBm.
1032 .It Cm roam:rssi11b Ar rssi
1033 Set the threshold for controlling roaming when operating in an
1034 802.11b-only BSS.
1035 See 
1036 .Cm roam:rssi11a
1037 for a description of this parameter.
1038 By default
1039 .Ar rssi
1040 is set to 7 dBm.
1041 .It Cm roam:rssi11g Ar rssi
1042 Set the threshold for controlling roaming when operating in a
1043 (mixed) 802.11g BSS.
1044 See 
1045 .Cm roam:rssi11a
1046 for a description of this parameter.
1047 By default
1048 .Ar rssi
1049 is set to 7 dBm.
1050 .It Cm roam:rate11a Ar rate
1051 Set the threshold for controlling roaming when operating in an
1052 802.11a BSS.
1053 The
1054 .Ar rate
1055 parameter specifies the transmit rate in megabits
1056 at which roaming should be considered.
1057 If the current transmit rate drops below this setting and background scanning
1058 is enabled, then the system will check if a more desirable access point is
1059 available and switch over to it.
1060 The current scan cache contents are used if they are considered
1061 valid according to the
1062 .Cm scanvalid
1063 parameter; otherwise a background scan operation is triggered before
1064 any selection occurs.
1065 By default
1066 .Ar rate
1067 is set to 12 Mb/s.
1068 .It Cm roam:rate11b Ar rate
1069 Set the threshold for controlling roaming when operating in an
1070 802.11b-only BSS.
1071 See 
1072 .Cm roam:rate11a
1073 for a description of this parameter.
1074 By default
1075 .Ar rate
1076 is set to 1 Mb/s.
1077 .It Cm roam:rate11g Ar rate
1078 Set the threshold for controlling roaming when operating in a
1079 (mixed) 802.11g BSS.
1080 See 
1081 .Cm roam:rate11a
1082 for a description of this parameter.
1083 By default
1084 .Ar rate
1085 is set to 5 Mb/s.
1086 .It Cm rtsthreshold Ar length
1087 Set the threshold for which
1088 transmitted frames are preceded by transmission of an
1089 RTS
1090 control frame.
1091 The
1092 .Ar length
1093 argument
1094 is the frame size in bytes and must be in the range 1 to 2346.
1095 Setting
1096 .Ar length
1097 to
1098 .Li 2346 ,
1099 .Cm any ,
1100 or
1101 .Cm -
1102 disables transmission of RTS frames.
1103 Not all adaptors support setting the RTS threshold.
1104 .It Cm ssid Ar ssid
1105 Set the desired Service Set Identifier (aka network name).
1106 The SSID is a string up to 32 characters
1107 in length and may be specified as either a normal string or in
1108 hexadecimal when preceded by
1109 .Ql 0x .
1110 Additionally, the SSID may be cleared by setting it to
1111 .Ql - .
1112 .It Cm scan
1113 Initiate a scan of neighboring stations, wait for it to complete, and
1114 display all stations found.
1115 Only the super-user can initiate a scan.
1116 Depending on the capabilities of the APs, the following
1117 flags can be included in the output:
1118 .Bl -tag -width 3n
1119 .It Li A
1120 Channel Agility.
1121 Indicates that the station support channel hopping as described by the
1122 IEEE 802.11b specification.
1123 .It Li B
1124 Packet Binary Convolution Code (PBCC).
1125 A modulation alternative to the standard OFDM method.
1126 .It Dv C
1127 Pollreq
1128 .It Dv c
1129 Pollable
1130 .It Dv D
1131 Direct Sequence Spread Spectrum (DSSSOFDM).
1132 Indicates the the station supports DSSS modulation.
1133 .It Li E
1134 Extended Service Set (ESS).
1135 Indicates that the station is part of an infrastructure network
1136 (in contrast to an IBSS/ad-hoc network).
1137 .It Li I
1138 IBSS/ad-hoc network.
1139 Indicates that the station is part of an ad-hoc network
1140 (in contrast to an ESS network).
1141 .It Li P
1142 Privacy.
1143 Data confidentiality is required for all data frames
1144 exchanged within the BSS.
1145 This means that this BSS requires the station to
1146 use cryptographic means such as WEP, TKIP or AES-CCMP to
1147 encrypt/decrypt data frames being exchanged with others.
1148 .It Dv R
1149 Robust Security Network (RSN).
1150 Indicates that the station supports the IEEE 802.11i authentication
1151 and key management protocol.
1152 .It Li S
1153 Short Preamble.
1154 Indicates that the network is using short preambles (defined
1155 in 802.11b High Rate/DSSS PHY, short preamble utilizes a
1156 56 bit sync field in contrast to a 128 bit field used in long
1157 preamble mode).
1158 .It Li s
1159 Short slot time.
1160 Indicates that the network is using a short slot time.
1161 .El
1162 .Pp
1163 Interesting information elements captured from the neighboring
1164 stations are displayed at the end of each row.
1165 Possible elements are:
1166 .Cm WME
1167 (station supports WME),
1168 .Cm WPA
1169 (station supports WPA),
1170 .Cm RSN
1171 (station supports 802.11i/RSN),
1172 .Cm HT
1173 (station supports 802.11n/HT communication),
1174 .Cm ATH
1175 (station supoprts Atheros protocol extensions),
1176 .Cm VEN
1177 (station supports unknown vendor-specific extensions).
1178 If the
1179 .Fl v
1180 flag is used the information element contents will be shown.
1181 .Pp
1182 The
1183 .Cm list scan
1184 request can be used to show recent scan results without
1185 initiating a new scan.
1186 .Pp
1187 The
1188 .Fl v
1189 flag may be used to prevent the shortening of long SSIDs.
1190 .It Cm scanvalid Ar threshold
1191 Set the maximum time the scan cache contents are considered valid;
1192 i.e. will be used without first triggering a scan operation to
1193 refresh the data.
1194 The
1195 .Ar threshold
1196 parameter is specified in seconds and defaults to 60 seconds.
1197 The minimum setting for
1198 .Ar threshold
1199 is 10 seconds.
1200 One should take care setting this threshold; if it is set too low
1201 then attempts to roam to another access point may trigger unnecessary
1202 background scan operations.
1203 .It Cm stationname Ar name
1204 Set the name of this station.
1205 The station name is not part of the IEEE 802.11
1206 protocol though some interfaces support it.
1207 As such it only
1208 seems to be meaningful to identical or virtually identical equipment.
1209 Setting the station name is identical in syntax to setting the SSID.
1210 .It Cm txpower Ar power
1211 Set the power used to transmit frames.
1212 The
1213 .Ar power
1214 argument is specified in .5 dBm units.
1215 Out of range values are truncated.
1216 Typically only a few discreet power settings are available and
1217 the driver will use the setting closest to the specified value.
1218 Not all adaptors support changing the transmit power.
1219 .It Cm wepmode Ar mode
1220 Set the desired WEP mode.
1221 Not all adaptors support all modes.
1222 The set of valid modes is
1223 .Cm off , on ,
1224 and
1225 .Cm mixed .
1226 The
1227 .Cm mixed
1228 mode explicitly tells the adaptor to allow association with access
1229 points which allow both encrypted and unencrypted traffic.
1230 On these adaptors,
1231 .Cm on
1232 means that the access point must only allow encrypted connections.
1233 On other adaptors,
1234 .Cm on
1235 is generally another name for
1236 .Cm mixed .
1237 Modes are case insensitive.
1238 .It Cm weptxkey Ar index
1239 Set the WEP key to be used for transmission.
1240 This is the same as setting the default transmission key with
1241 .Cm deftxkey .
1242 .It Cm wepkey Ar key Ns | Ns Ar index : Ns Ar key
1243 Set the selected WEP key.
1244 If an
1245 .Ar index
1246 is not given, key 1 is set.
1247 A WEP key will be either 5 or 13
1248 characters (40 or 104 bits) depending of the local network and the
1249 capabilities of the adaptor.
1250 It may be specified either as a plain
1251 string or as a string of hexadecimal digits preceded by
1252 .Ql 0x .
1253 For maximum portability, hex keys are recommended;
1254 the mapping of text keys to WEP encryption is usually driver-specific.
1255 In particular, the
1256 .Tn Windows
1257 drivers do this mapping differently to
1258 .Fx .
1259 A key may be cleared by setting it to
1260 .Ql - .
1261 If WEP is supported then there are at least four keys.
1262 Some adaptors support more than four keys.
1263 If that is the case, then the first four keys
1264 (1-4) will be the standard temporary keys and any others will be adaptor
1265 specific keys such as permanent keys stored in NVRAM.
1266 .It Cm wme
1267 Enable Wireless Multimedia Extensions (WME) support, if available,
1268 for the specified interface.
1269 WME is a subset of the IEEE 802.11e standard to support the
1270 efficient communication of realtime and multimedia data.
1271 To disable WME support, use
1272 .Fl wme .
1273 .Pp
1274 The following parameters are meaningful only when WME support is in use.
1275 Parameters are specified per-AC (Access Category) and
1276 split into those that are used by a station when acting
1277 as an access point and those for client stations in the BSS.
1278 The latter are received from the access point and may not be changed
1279 (at the station).
1280 The following Access Categories are recognized:
1281 .Pp
1282 .Bl -tag -width ".Cm AC_BK" -compact
1283 .It Cm AC_BE
1284 (or
1285 .Cm BE )
1286 best effort delivery,
1287 .It Cm AC_BK
1288 (or
1289 .Cm BK )
1290 background traffic,
1291 .It Cm AC_VI
1292 (or
1293 .Cm VI )
1294 video traffic,
1295 .It Cm AC_VO
1296 (or
1297 .Cm VO )
1298 voice traffic.
1299 .El
1300 .Pp
1301 AC parameters are case-insensitive.
1302 Traffic classification is done in the operating system using the
1303 vlan priority associated with data frames or the
1304 ToS (Type of Service) indication in IP-encapsulated frames.
1305 If neither information is present, traffic is assigned to the
1306 Best Effort (BE) category.
1307 .Bl -tag -width indent
1308 .It Cm ack Ar ac
1309 Set the ACK policy for QoS transmissions by the local station;
1310 this controls whether or not data frames transmitted by a station
1311 require an ACK response from the receiving station.
1312 To disable waiting for an ACK use
1313 .Fl ack .
1314 This parameter is applied only to the local station.
1315 .It Cm acm Ar ac
1316 Enable the Admission Control Mandatory (ACM) mechanism
1317 for transmissions by the local station.
1318 To disable the ACM use
1319 .Fl acm .
1320 On stations in a BSS this parameter is read-only and indicates
1321 the setting received from the access point.
1322 NB: ACM is not supported right now.
1323 .It Cm aifs Ar ac Ar count
1324 Set the Arbitration Inter Frame Spacing (AIFS)
1325 channel access parameter to use for transmissions
1326 by the local station.
1327 On stations in a BSS this parameter is read-only and indicates
1328 the setting received from the access point.
1329 .It Cm cwmin Ar ac Ar count
1330 Set the CWmin channel access parameter to use for transmissions
1331 by the local station.
1332 On stations in a BSS this parameter is read-only and indicates
1333 the setting received from the access point.
1334 .It Cm cwmax Ar ac Ar count
1335 Set the CWmax channel access parameter to use for transmissions
1336 by the local station.
1337 On stations in a BSS this parameter is read-only and indicates
1338 the setting received from the access point.
1339 .It Cm txoplimit Ar ac Ar limit
1340 Set the Transmission Opportunity Limit channel access parameter
1341 to use for transmissions by the local station.
1342 This parameter defines an interval of time when a WME station
1343 has the right to initiate transmissions onto the wireless medium.
1344 On stations in a BSS this parameter is read-only and indicates
1345 the setting received from the access point.
1346 .It Cm bss:aifs Ar ac Ar count
1347 Set the AIFS channel access parameter to send to stations in a BSS.
1348 This parameter is meaningful only when operating in ap mode.
1349 .It Cm bss:cwmin Ar ac Ar count
1350 Set the CWmin channel access parameter to send to stations in a BSS.
1351 This parameter is meaningful only when operating in ap mode.
1352 .It Cm bss:cwmax Ar ac Ar count
1353 Set the CWmax channel access parameter to send to stations in a BSS.
1354 This parameter is meaningful only when operating in ap mode.
1355 .It Cm bss:txoplimit Ar ac Ar limit
1356 Set the TxOpLimit channel access parameter to send to stations in a BSS.
1357 This parameter is meaningful only when operating in ap mode.
1358 .El
1359 .El
1360 .Pp
1361 The following parameters support an optional access control list
1362 feature available with some adaptors when operating in ap mode; see
1363 .Xr wlan_acl 4 .
1364 This facility allows an access point to accept/deny association
1365 requests based on the MAC address of the station.
1366 Note that this feature does not significantly enhance security
1367 as MAC address spoofing is easy to do.
1368 .Bl -tag -width indent
1369 .It Cm mac:add Ar address
1370 Add the specified MAC address to the database.
1371 Depending on the policy setting association requests from the
1372 specified station will be allowed or denied.
1373 .It Cm mac:allow
1374 Set the ACL policy to permit association only by
1375 stations registered in the database.
1376 .It Cm mac:del Ar address
1377 Delete the specified MAC address from the database.
1378 .It Cm mac:deny
1379 Set the ACL policy to deny association only by
1380 stations registered in the database.
1381 .It Cm mac:kick Ar address
1382 Force the specified station to be deauthenticated.
1383 This typically is done to block a station after updating the
1384 address database.
1385 .It Cm mac:open
1386 Set the ACL policy to allow all stations to associate.
1387 .It Cm mac:flush
1388 Delete all entries in the database.
1389 .El
1390 .Pp
1391 The following parameters are for compatibility with other systems:
1392 .Bl -tag -width indent
1393 .It Cm nwid Ar ssid
1394 Another name for the
1395 .Cm ssid
1396 parameter.
1397 Included for
1398 .Nx
1399 compatibility.
1400 .It Cm station Ar name
1401 Another name for the
1402 .Cm stationname
1403 parameter.
1404 Included for
1405 .Bsx
1406 compatibility.
1407 .It Cm wep
1408 Another way of saying
1409 .Cm wepmode on .
1410 Included for
1411 .Bsx
1412 compatibility.
1413 .It Fl wep
1414 Another way of saying
1415 .Cm wepmode off .
1416 Included for
1417 .Bsx
1418 compatibility.
1419 .It Cm nwkey key
1420 Another way of saying:
1421 .Dq Li "wepmode on weptxkey 1 wepkey 1:key wepkey 2:- wepkey 3:- wepkey 4:-" .
1422 Included for
1423 .Nx
1424 compatibility.
1425 .It Cm nwkey Xo
1426 .Sm off
1427 .Ar n : k1 , k2 , k3 , k4
1428 .Sm on
1429 .Xc
1430 Another way of saying
1431 .Dq Li "wepmode on weptxkey n wepkey 1:k1 wepkey 2:k2 wepkey 3:k3 wepkey 4:k4" .
1432 Included for
1433 .Nx
1434 compatibility.
1435 .It Fl nwkey
1436 Another way of saying
1437 .Cm wepmode off .
1438 Included for
1439 .Nx
1440 compatibility.
1441 .El
1442 .Pp
1443 The following parameters are specific to bridge interfaces:
1444 .Bl -tag -width indent
1445 .It Cm addm Ar interface
1446 Add the interface named by
1447 .Ar interface
1448 as a member of the bridge.
1449 The interface is put into promiscuous mode
1450 so that it can receive every packet sent on the network.
1451 .It Cm deletem Ar interface
1452 Remove the interface named by
1453 .Ar interface
1454 from the bridge.
1455 Promiscuous mode is disabled on the interface when
1456 it is removed from the bridge.
1457 .It Cm maxaddr Ar size
1458 Set the size of the bridge address cache to
1459 .Ar size .
1460 The default is 100 entries.
1461 .It Cm timeout Ar seconds
1462 Set the timeout of address cache entries to
1463 .Ar seconds
1464 seconds.
1465 If
1466 .Ar seconds
1467 is zero, then address cache entries will not be expired.
1468 The default is 240 seconds.
1469 .It Cm addr
1470 Display the addresses that have been learned by the bridge.
1471 .It Cm static Ar interface-name Ar address
1472 Add a static entry into the address cache pointing to
1473 .Ar interface-name .
1474 Static entries are never aged out of the cache or re-placed, even if the
1475 address is seen on a different interface.
1476 .It Cm deladdr Ar address
1477 Delete
1478 .Ar address
1479 from the address cache.
1480 .It Cm flush
1481 Delete all dynamically-learned addresses from the address cache.
1482 .It Cm flushall
1483 Delete all addresses, including static addresses, from the address cache.
1484 .It Cm discover Ar interface
1485 Mark an interface as a
1486 .Dq discovering
1487 interface.
1488 When the bridge has no address cache entry
1489 (either dynamic or static)
1490 for the destination address of a packet,
1491 the bridge will forward the packet to all
1492 member interfaces marked as
1493 .Dq discovering .
1494 This is the default for all interfaces added to a bridge.
1495 .It Cm -discover Ar interface
1496 Clear the
1497 .Dq discovering
1498 attribute on a member interface.
1499 For packets without the
1500 .Dq discovering
1501 attribute, the only packets forwarded on the interface are broadcast
1502 or multicast packets and packets for which the destination address
1503 is known to be on the interface's segment.
1504 .It Cm learn Ar interface
1505 Mark an interface as a
1506 .Dq learning
1507 interface.
1508 When a packet arrives on such an interface, the source
1509 address of the packet is entered into the address cache as being a
1510 destination address on the interface's segment.
1511 This is the default for all interfaces added to a bridge.
1512 .It Cm -learn Ar interface
1513 Clear the
1514 .Dq learning
1515 attribute on a member interface.
1516 .It Cm sticky Ar interface
1517 Mark an interface as a
1518 .Dq sticky
1519 interface.
1520 Dynamically learned address entries are treated at static once entered into
1521 the cache.
1522 Sticky entries are never aged out of the cache or replaced, even if the
1523 address is seen on a different interface.
1524 .It Cm -sticky Ar interface
1525 Clear the
1526 .Dq sticky
1527 attribute on a member interface.
1528 .It Cm private Ar interface
1529 Mark an interface as a
1530 .Dq private
1531 interface.
1532 A private interface does not forward any traffic to any other port that is also
1533 a private interface.
1534 .It Cm -private Ar interface
1535 Clear the
1536 .Dq private
1537 attribute on a member interface.
1538 .It Cm span Ar interface
1539 Add the interface named by
1540 .Ar interface
1541 as a span port on the bridge.
1542 Span ports transmit a copy of every frame received by the bridge.
1543 This is most useful for snooping a bridged network passively on
1544 another host connected to one of the span ports of the bridge.
1545 .It Cm -span Ar interface
1546 Delete the interface named by
1547 .Ar interface
1548 from the list of span ports of the bridge.
1549 .It Cm stp Ar interface
1550 Enable Spanning Tree protocol on
1551 .Ar interface .
1552 The
1553 .Xr if_bridge 4
1554 driver has support for the IEEE 802.1D Spanning Tree protocol (STP).
1555 Spanning Tree is used to detect and remove loops in a network topology.
1556 .It Cm -stp Ar interface
1557 Disable Spanning Tree protocol on
1558 .Ar interface .
1559 This is the default for all interfaces added to a bridge.
1560 .It Cm edge Ar interface
1561 Set
1562 .Ar interface
1563 as an edge port.
1564 An edge port connects directly to end stations cannot create bridging
1565 loops in the network, this allows it to transition straight to forwarding.
1566 .It Cm -edge Ar interface
1567 Disable edge status on
1568 .Ar interface .
1569 .It Cm autoedge Ar interface
1570 Allow
1571 .Ar interface
1572 to automatically detect edge status.
1573 This is the default for all interfaces added to a bridge.
1574 .It Cm -autoedge Ar interface
1575 Disable automatic edge status on
1576 .Ar interface .
1577 .It Cm ptp Ar interface
1578 Set the
1579 .Ar interface
1580 as a point to point link.
1581 This is required for straight transitions to forwarding and
1582 should be enabled on a direct link to another RSTP capable switch.
1583 .It Cm -ptp Ar interface
1584 Disable point to point link status on
1585 .Ar interface .
1586 This should be disabled for a half duplex link and for an interface
1587 connected to a shared network segment,
1588 like a hub or a wireless network.
1589 .It Cm autoptp Ar interface
1590 Automatically detect the point to point status on
1591 .Ar interface
1592 by checking the full duplex link status.
1593 This is the default for interfaces added to the bridge.
1594 .It Cm -autoptp Ar interface
1595 Disable automatic point to point link detection on
1596 .Ar interface .
1597 .It Cm maxage Ar seconds
1598 Set the time that a Spanning Tree protocol configuration is valid.
1599 The default is 20 seconds.
1600 The minimum is 6 seconds and the maximum is 40 seconds.
1601 .It Cm fwddelay Ar seconds
1602 Set the time that must pass before an interface begins forwarding
1603 packets when Spanning Tree is enabled.
1604 The default is 15 seconds.
1605 The minimum is 4 seconds and the maximum is 30 seconds.
1606 .It Cm hellotime Ar seconds
1607 Set the time between broadcasting of Spanning Tree protocol
1608 configuration messages.
1609 The hello time may only be changed when operating in legacy stp mode.
1610 The default is 2 seconds.
1611 The minimum is 1 second and the maximum is 2 seconds.
1612 .It Cm priority Ar value
1613 Set the bridge priority for Spanning Tree.
1614 The default is 32768.
1615 The minimum is 0 and the maximum is 61440.
1616 .It Cm proto Ar value
1617 Set the Spanning Tree protocol.
1618 The default is rstp.
1619 The available options are stp and rstp.
1620 .It Cm holdcnt Ar value
1621 Set the transmit hold count for Spanning Tree.
1622 This is the number of packets transmitted before being rate limited.
1623 The default is 6.
1624 The minimum is 1 and the maximum is 10.
1625 .It Cm ifpriority Ar interface Ar value
1626 Set the Spanning Tree priority of
1627 .Ar interface
1628 to
1629 .Ar value .
1630 The default is 128.
1631 The minimum is 0 and the maximum is 240.
1632 .It Cm ifpathcost Ar interface Ar value
1633 Set the Spanning Tree path cost of
1634 .Ar interface
1635 to
1636 .Ar value .
1637 The default is calculated from the link speed.
1638 To change a previously selected path cost back to automatic, set the
1639 cost to 0.
1640 The minimum is 1 and the maximum is 200000000.
1641 .It Cm ifmaxaddr Ar interface Ar size
1642 Set the maximum number of hosts allowed from an interface, packets with unknown
1643 source addresses are dropped until an existing host cache entry expires or is
1644 removed.
1645 Set to 0 to disable.
1646 .El
1647 .Pp
1648 The following parameters are specific to lagg interfaces:
1649 .Bl -tag -width indent
1650 .It Cm laggport Ar interface
1651 Add the interface named by
1652 .Ar interface
1653 as a port of the aggregation interface.
1654 .It Cm -laggport Ar interface
1655 Remove the interface named by
1656 .Ar interface
1657 from the aggregation interface.
1658 .It Cm laggproto Ar proto
1659 Set the aggregation protocol.
1660 The default is failover.
1661 The available options are failover, fec, lacp, loadbalance, roundrobin and
1662 none.
1663 .El
1664 .Pp
1665 The following parameters are specific to IP tunnel interfaces,
1666 .Xr gif 4 :
1667 .Bl -tag -width indent
1668 .It Cm tunnel Ar src_addr dest_addr
1669 Configure the physical source and destination address for IP tunnel
1670 interfaces.
1671 The arguments
1672 .Ar src_addr
1673 and
1674 .Ar dest_addr
1675 are interpreted as the outer source/destination for the encapsulating
1676 IPv4/IPv6 header.
1677 .It Fl tunnel
1678 Unconfigure the physical source and destination address for IP tunnel
1679 interfaces previously configured with
1680 .Cm tunnel .
1681 .It Cm deletetunnel
1682 Another name for the
1683 .Fl tunnel
1684 parameter.
1685 .El
1686 .Pp
1687 The following parameters are specific to
1688 .Xr pfsync 4
1689 interfaces:
1690 .Bl -tag -width indent
1691 .It Cm maxupd Ar n
1692 Set the maximum number of updates for a single state which
1693 can be collapsed into one.
1694 This is an 8-bit number; the default value is 128.
1695 .El
1696 .Pp
1697 The following parameters are specific to
1698 .Xr vlan 4
1699 interfaces:
1700 .Bl -tag -width indent
1701 .It Cm vlan Ar vlan_tag
1702 Set the VLAN tag value to
1703 .Ar vlan_tag .
1704 This value is a 16-bit number which is used to create an 802.1Q
1705 VLAN header for packets sent from the
1706 .Xr vlan 4
1707 interface.
1708 Note that
1709 .Cm vlan
1710 and
1711 .Cm vlandev
1712 must both be set at the same time.
1713 .It Cm vlandev Ar iface
1714 Associate the physical interface
1715 .Ar iface
1716 with a
1717 .Xr vlan 4
1718 interface.
1719 Packets transmitted through the
1720 .Xr vlan 4
1721 interface will be
1722 diverted to the specified physical interface
1723 .Ar iface
1724 with 802.1Q VLAN encapsulation.
1725 Packets with 802.1Q encapsulation received
1726 by the parent interface with the correct VLAN tag will be diverted to
1727 the associated
1728 .Xr vlan 4
1729 pseudo-interface.
1730 The
1731 .Xr vlan 4
1732 interface is assigned a
1733 copy of the parent interface's flags and the parent's ethernet address.
1734 The
1735 .Cm vlandev
1736 and
1737 .Cm vlan
1738 must both be set at the same time.
1739 If the
1740 .Xr vlan 4
1741 interface already has
1742 a physical interface associated with it, this command will fail.
1743 To
1744 change the association to another physical interface, the existing
1745 association must be cleared first.
1746 .Pp
1747 Note: if the hardware tagging capability
1748 is set on the parent interface, the
1749 .Xr vlan 4
1750 pseudo
1751 interface's behavior changes:
1752 the
1753 .Xr vlan 4
1754 interface recognizes that the
1755 parent interface supports insertion and extraction of VLAN tags on its
1756 own (usually in firmware) and that it should pass packets to and from
1757 the parent unaltered.
1758 .It Fl vlandev Op Ar iface
1759 If the driver is a
1760 .Xr vlan 4
1761 pseudo device, disassociate the parent interface from it.
1762 This breaks the link between the
1763 .Xr vlan 4
1764 interface and its parent,
1765 clears its VLAN tag, flags and its link address and shuts the interface down.
1766 The
1767 .Ar iface
1768 argument is useless and hence deprecated.
1769 .El
1770 .Pp
1771 The following parameters are specific to
1772 .Xr carp 4
1773 interfaces:
1774 .Bl -tag -width indent
1775 .It Cm advbase Ar seconds
1776 Specifies the base of the advertisement interval in seconds.
1777 The acceptable values are 1 to 255.
1778 The default value is 1.
1779 .\" The default value is
1780 .\" .Dv CARP_DFLTINTV .
1781 .It Cm advskew Ar interval
1782 Specifies the skew to add to the base advertisement interval to
1783 make one host advertise slower than another host.
1784 It is specified in 1/256 of seconds.
1785 The acceptable values are 1 to 254.
1786 The default value is 0.
1787 .It Cm pass Ar phrase
1788 Set the authentication key to
1789 .Ar phrase .
1790 .It Cm vhid Ar n
1791 Set the virtual host ID.
1792 This is a required setting.
1793 Acceptable values are 1 to 255.
1794 .El
1795 .Pp
1796 The
1797 .Nm
1798 utility displays the current configuration for a network interface
1799 when no optional parameters are supplied.
1800 If a protocol family is specified,
1801 .Nm
1802 will report only the details specific to that protocol family.
1803 .Pp
1804 If the
1805 .Fl m
1806 flag is passed before an interface name,
1807 .Nm
1808 will display the capability list and all
1809 of the supported media for the specified interface.
1810 If
1811 .Fl L
1812 flag is supplied, address lifetime is displayed for IPv6 addresses,
1813 as time offset string.
1814 .Pp
1815 Optionally, the
1816 .Fl a
1817 flag may be used instead of an interface name.
1818 This flag instructs
1819 .Nm
1820 to display information about all interfaces in the system.
1821 The
1822 .Fl d
1823 flag limits this to interfaces that are down, and
1824 .Fl u
1825 limits this to interfaces that are up.
1826 When no arguments are given,
1827 .Fl a
1828 is implied.
1829 .Pp
1830 The
1831 .Fl l
1832 flag may be used to list all available interfaces on the system, with
1833 no other additional information.
1834 Use of this flag is mutually exclusive
1835 with all other flags and commands, except for
1836 .Fl d
1837 (only list interfaces that are down)
1838 and
1839 .Fl u
1840 (only list interfaces that are up).
1841 .Pp
1842 The
1843 .Fl v
1844 flag may be used to get more verbose status for an interface.
1845 .Pp
1846 The
1847 .Fl C
1848 flag may be used to list all of the interface cloners available on
1849 the system, with no additional information.
1850 Use of this flag is mutually exclusive with all other flags and commands.
1851 .Pp
1852 The
1853 .Fl k
1854 flag causes keying information for the interface, if available, to be
1855 printed.
1856 For example, the values of 802.11 WEP keys will be printed, if accessible to
1857 the current user.
1858 This information is not printed by default, as it may be considered
1859 sensitive.
1860 .Pp 
1861 If the network interface driver is not present in the kernel then
1862 .Nm
1863 will attempt to load it.
1864 The
1865 .Fl n
1866 flag disables this behavior.
1867 .Pp
1868 Only the super-user may modify the configuration of a network interface.
1869 .Sh NOTES
1870 The media selection system is relatively new and only some drivers support
1871 it (or have need for it).
1872 .Sh EXAMPLES
1873 Assign the IPv4 address
1874 .Li 192.0.2.10 ,
1875 with a network mask of
1876 .Li 255.255.255.0 ,
1877 to the interface
1878 .Li fxp0 :
1879 .Dl # ifconfig fxp0 inet 192.0.2.10 netmask 255.255.255.0
1880 .Pp
1881 Add the IPv4 address
1882 .Li 192.0.2.45 ,
1883 with the CIDR network prefix
1884 .Li /28 ,
1885 to the interface
1886 .Li ed0 ,
1887 using
1888 .Cm add
1889 as a synonym for the canonical form of the option
1890 .Cm alias :
1891 .Dl # ifconfig ed0 inet 192.0.2.45/28 add
1892 .Pp
1893 Remove the IPv4 address
1894 .Li 192.0.2.45
1895 from the interface
1896 .Li ed0 :
1897 .Dl # ifconfig ed0 inet 192.0.2.45 -alias
1898 .Pp
1899 Add the IPv6 address
1900 .Li 2001:DB8:DBDB::123/48
1901 to the interface
1902 .Li em0 :
1903 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123 prefixlen 48 alias
1904 Note that lower case hexadecimal IPv6 addresses are acceptable.
1905 .Pp
1906 Remove the IPv6 address added in the above example,
1907 using the
1908 .Li /
1909 character as shorthand for the network prefix,
1910 and using
1911 .Cm delete
1912 as a synonym for the canonical form of the option
1913 .Fl alias :
1914 .Dl # ifconfig em0 inet6 2001:db8:bdbd::123/48 delete
1915 .Pp
1916 Configure the interface
1917 .Li xl0 ,
1918 to use 100baseTX, full duplex Ethernet media options:
1919 .Dl # ifconfig xl0 media 100baseTX mediaopt full-duplex
1920 .Pp
1921 Create the software network interface
1922 .Li gif1 :
1923 .Dl # ifconfig gif1 create
1924 .Pp
1925 Destroy the software network interface
1926 .Li gif1 :
1927 .Dl # ifconfig gif1 destroy
1928 .Sh DIAGNOSTICS
1929 Messages indicating the specified interface does not exist, the
1930 requested address is unknown, or the user is not privileged and
1931 tried to alter an interface's configuration.
1932 .Sh SEE ALSO
1933 .Xr netstat 1 ,
1934 .Xr carp 4 ,
1935 .Xr netintro 4 ,
1936 .Xr pfsync 4 ,
1937 .Xr polling 4 ,
1938 .Xr vlan 4 ,
1939 .\" .Xr eon 5 ,
1940 .Xr rc 8 ,
1941 .Xr routed 8 ,
1942 .Xr sysctl 8
1943 .Sh HISTORY
1944 The
1945 .Nm
1946 utility appeared in
1947 .Bx 4.2 .
1948 .Sh BUGS
1949 Basic IPv6 node operation requires a link-local address on each
1950 interface configured for IPv6.
1951 Normally, such an address is automatically configured by the
1952 kernel on each interface added to the system; this behaviour may
1953 be disabled by setting the sysctl MIB variable
1954 .Va net.inet6.ip6.auto_linklocal
1955 to 0.
1956 .Pp
1957 If you delete such an address using
1958 .Nm ,
1959 the kernel may act very odd.
1960 Do this at your own risk.