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