Print this page
manuals
   1 DLADM(1M)                    Maintenance Commands                    DLADM(1M)
   2 
   3 
   4 
   5 NAME
   6        dladm - administer data links
   7 
   8 SYNOPSIS
   9        dladm show-link [-P] [-s [-i interval]] [[-p] -o field[,...]] [link]
  10        dladm rename-link [-R root-dir] link new-link
  11 
  12 
  13        dladm delete-phys phys-link
  14        dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
  15 
  16 
  17        dladm create-aggr [-t] [-R root-dir] [-P policy] [-L mode]
  18             [-T time] [-u address] -l ether-link1 [-l ether-link2...] aggr-link
  19        dladm modify-aggr [-t] [-R root-dir] [-P policy] [-L mode]
  20             [-T time] [-u address] aggr-link
  21        dladm delete-aggr [-t] [-R root-dir] aggr-link
  22        dladm add-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
  23             aggr-link
  24        dladm remove-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
  25             aggr-link
  26        dladm show-aggr [-PLx] [-s [-i interval]] [[-p] -o field[,...]]
  27             [aggr-link]
  28 
  29 
  30        dladm create-bridge [-P protect] [-R root-dir] [-p priority]


  49        dladm show-bridge [-flt] [-s [-i interval]] [[-p] -o field,...]
  50             [bridge-name]
  51 
  52 
  53        dladm create-vlan [-ft] [-R root-dir] -l ether-link -v vid [vlan-link]
  54        dladm delete-vlan [-t] [-R root-dir] vlan-link
  55        dladm show-vlan [-P] [[-p] -o field[,...]] [vlan-link]
  56 
  57 
  58        dladm scan-wifi [[-p] -o field[,...]] [wifi-link]
  59        dladm connect-wifi [-e essid] [-i bssid] [-k key,...]
  60             [-s none | wep | wpa ] [-a open | shared] [-b bss | ibss] [-c]
  61             [-m a | b | g] [-T time] [wifi-link]
  62        dladm disconnect-wifi [-a] [wifi-link]
  63        dladm show-wifi [[-p] -o field[,...]] [wifi-link]
  64 
  65 
  66        dladm show-ether [-x] [[-p] -o field[,...]] [ether-link]
  67 
  68 
  69        dladm set-linkprop [-t] [-R root-dir] -p prop=value[,...] link
  70        dladm reset-linkprop [-t] [-R root-dir] [-p prop[,...]] link
  71        dladm show-linkprop [-P] [[-c] -o field[,...]] [-p prop[,...]] [link]


  72 
  73 
  74        dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
  75        dladm delete-secobj [-t] [-R root-dir] secobj[,...]
  76        dladm show-secobj [-P] [[-p] -o field[,...]] [secobj,...]
  77 
  78 
  79        dladm create-vnic [-t] -l link [-R root-dir] [-m value | auto |
  80             {factory -n slot-identifier]} | {random [-r prefix]}]
  81             [-v vlan-id] [-p prop=value[,...]] vnic-link
  82        dladm delete-vnic [-t] [-R root-dir] vnic-link
  83        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]]
  84             [-l link] [vnic-link]
  85 
  86 
  87        dladm create-etherstub [-t] [-R root-dir] etherstub
  88        dladm delete-etherstub [-t] [-R root-dir] etherstub
  89        dladm show-etherstub [etherstub]
  90 
  91 
  92        dladm create-iptun [-t] [-R root-dir] -T type [-s tsrc] [-d tdst]
  93             iptun-link
  94        dladm modify-iptun [-t] [-R root-dir] [-s tsrc] [-d tdst] iptun-link
  95        dladm delete-iptun [-t] [-R root-dir] iptun-link
  96        dladm show-iptun [-P] [[-p] -o field[,...]] [iptun-link]
  97 
  98 
  99        dladm show-usage [-a] -f filename [-p plotfile -F format] [-s time]
 100             [-e time] [link]
 101 
 102 
 103 DESCRIPTION
 104        The dladm command is used to administer data-links. A data-link is


 296            -p, --parseable
 297                Display using a stable machine-parseable format. The -o option is
 298                required with -p. See "Parseable Output Format", below.
 299 
 300 
 301            -P, --persistent
 302                Display the persistent link configuration.
 303 
 304 
 305            -s, --statistics
 306                Display link statistics.
 307 
 308 
 309            -i interval, --interval=interval
 310                Used with the -s option to specify an interval, in seconds, at
 311                which statistics should be displayed. If this option is not
 312                specified, statistics will be displayed only once.
 313 
 314 
 315 
 316        dladm rename-link [-R root-dir] link new-link
 317            Rename link to new-link. This is used to give a link a meaningful
 318            name, or to associate existing link configuration such as link
 319            properties of a removed device with a new device. See the EXAMPLES
 320            section for specific examples of how this subcommand is used.
 321 
 322            -R root-dir, --root-dir=root-dir
 323                See "Options," above.
 324 
 325 



 326 


 327        dladm delete-phys phys-link
 328            This command is used to delete the persistent configuration of a
 329            link associated with physical hardware which has been removed from
 330            the system. See the EXAMPLES section.
 331 
 332 
 333        dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
 334            Show the physical device and attributes of all physical links, or
 335            of the named physical link. Without -P, only physical links that are
 336            available on the running system are displayed.
 337 
 338            -H
 339                Show hardware resource usage, as returned by the NIC driver.
 340                Output from -H displays the following elements:
 341 
 342                LINK
 343                    A physical device corresponding to a NIC driver.
 344 
 345 
 346                GROUP


1611 
1612                REM_FAULT
1613                    Fault detection information. Valid values are none or
1614                    fault.
1615 
1616                By default, all fields except REM_FAULT are displayed for the
1617                "current" PTYPE.
1618 
1619 
1620            -p, --parseable
1621                Displays using a stable machine-parseable format. The -o option
1622                is required with -p. See "Parseable Output Format", below.
1623 
1624 
1625            -x, --extended
1626                Extended output is displayed for PTYPE values of current,
1627                capable, adv and peeradv.
1628 
1629 
1630 
1631        dladm set-linkprop [-t] [-R root-dir] -p prop=value[,...] link
1632            Sets the values of one or more properties on the link specified.
1633            The list of properties and their possible values depend on the link
1634            type, the network device driver, and networking hardware. These
1635            properties can be retrieved using show-linkprop.
1636 
1637            -t, --temporary
1638                Specifies that the changes are temporary. Temporary changes
1639                last until the next reboot.
1640 
1641 
1642            -R root-dir, --root-dir=root-dir
1643                See "Options," above.
1644 
1645 





1646            -p prop=value[,...], --prop prop=value[,...]
1647                A comma-separated list of properties to set to the specified
1648                values.
1649 
1650            Note that when the persistent value is set, the temporary value
1651            changes to the same value.
1652 
1653 
1654        dladm reset-linkprop [-t] [-R root-dir] [-p prop,...] link
1655            Resets one or more properties to their values on the link
1656            specified. Properties are reset to the values they had at startup.
1657            If no properties are specified, all properties are reset. See show-
1658            linkprop for a description of properties.
1659 
1660            -t, --temporary
1661                Specifies that the resets are temporary. Values are reset to
1662                default values.  Temporary resets last until the next reboot.
1663 
1664 
1665            -R root-dir, --root-dir=root-dir
1666                See "Options," above.
1667 
1668 





1669            -p prop, ..., --prop=prop, ...
1670                A comma-separated list of properties to reset.
1671 
1672            Note that when the persistent value is reset, the temporary value
1673            changes to the same value.
1674 
1675 
1676        dladm show-linkprop [-P] [[-c] -o field[,...]][-p prop[,...]] [link]

1677            Show the current or persistent values of one or more properties,
1678            either for all datalinks or for the specified link. By default,
1679            current values are shown. If no properties are specified, all
1680            available link properties are displayed. For each property, the
1681            following fields are displayed:
1682 
1683            -o field[,...], --output=field
1684                A case-insensitive, comma-separated list of output fields to
1685                display. The field name must be one of the fields listed below,
1686                or the special value all to display all fields. For each link,
1687                the following fields can be displayed:
1688 
1689                LINK
1690                    The name of the datalink.
1691 
1692 
1693                PROPERTY
1694                    The name of the property.
1695 
1696 


1721                The list of properties depends on the link type and network
1722                device driver, and the available values for a given property
1723                further depends on the underlying network hardware and its
1724                state. General link properties are documented in the LINK
1725                PROPERTIES section. However, link properties that begin with
1726                "_" (underbar) are specific to a given link or its underlying
1727                network device and subject to change or removal. See the
1728                appropriate network device driver man page for details.
1729 
1730 
1731            -c, --parseable
1732                Display using a stable machine-parseable format. The -o option is
1733                required with this option. See "Parseable Output Format",
1734                below.
1735 
1736 
1737            -P, --persistent
1738                Display persistent link property information
1739 
1740 





1741            -p prop, ..., --prop=prop, ...
1742                A comma-separated list of properties to show. See the sections
1743                on link properties following subcommand descriptions.
1744 
1745 
1746 
1747        dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
1748            Create a secure object named secobj in the specified class to be
1749            later used as a WEP or WPA key in connecting to an encrypted
1750            network. The value of the secure object can either be provided
1751            interactively or read from a file.  The sequence of interactive
1752            prompts and the file format depends on the class of the secure
1753            object.
1754 
1755            Currently, the classes wep and wpa are supported. The WEP (Wired
1756            Equivalent Privacy) key can be either 5 or 13 bytes long. It can be
1757            provided either as an ASCII or hexadecimal string -- thus, 12345
1758            and 0x3132333435 are equivalent 5-byte keys (the 0x prefix can be
1759            omitted). A file containing a WEP key must consist of a single line
1760            using either WEP key format. The WPA (Wi-Fi Protected Access) key


1880 
1881 
1882                auto
1883                    Try and use a factory MAC address first. If none is
1884                    available, assign a random MAC address. auto is the default
1885                    action if the -m option is not specified.
1886 
1887 
1888                -v vlan-id
1889                    Enable VLAN tagging for this VNIC. The VLAN tag will have
1890                    id vlan-id.
1891 
1892 
1893 
1894            -p prop=value,..., --prop prop=value,...
1895                A comma-separated list of properties to set to the specified
1896                values.
1897 
1898 
1899 
1900        dladm delete-vnic [-t] [-R root-dir] vnic-link
1901            Deletes the specified VNIC.
1902 
1903            -t, --temporary
1904                Specifies that the deletion is temporary. Temporary deletions
1905                last until the next reboot.
1906 
1907 
1908            -R root-dir, --root-dir=root-dir
1909                See "Options," above.
1910 
1911 



1912 
1913        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [vnic-
1914        link]


1915            Show VNIC configuration information (the default) or statistics,
1916            for all VNICs, all VNICs on a link, or only the specified vnic-link.
1917 
1918            -o field[,...] , --output=field[,...]
1919                A case-insensitive, comma-separated list of output fields to
1920                display. The field name must be one of the fields listed below.
1921                The field name must be one of the fields listed below, or the
1922                special value all to display all fields. By default (without
1923                -o), show-vnic displays all fields.
1924 
1925                LINK
1926                    The name of the VNIC.
1927 
1928 
1929                OVER
1930                    The name of the physical link over which this VNIC is
1931                    configured.
1932 
1933 
1934                SPEED


1959 
1960 
1961            -P, --persistent
1962                Display the persistent VNIC configuration.
1963 
1964 
1965            -s, --statistics
1966                Displays VNIC statistics.
1967 
1968 
1969            -i interval, --interval=interval
1970                Used with the -s option to specify an interval, in seconds, at
1971                which statistics should be displayed. If this option is not
1972                specified, statistics will be displayed only once.
1973 
1974 
1975            -l link, --link=link
1976                Display information for all VNICs on the named link.
1977 
1978 





1979 
1980        dladm create-etherstub [-t] [-R root-dir] etherstub
1981            Create an etherstub with the specified name.
1982 
1983            -t, --temporary
1984                Specifies that the etherstub is temporary. Temporary etherstubs
1985                do not persist across reboots.
1986 
1987 
1988            -R root-dir, --root-dir=root-dir
1989                See "Options," above.
1990 
1991            VNICs can be created on top of etherstubs instead of physical NICs.
1992            As with physical NICs, such a creation causes the stack to
1993            implicitly create a virtual switch between the VNICs created on top
1994            of the same etherstub.
1995 
1996 
1997        dladm delete-etherstub [-t] [-R root-dir] etherstub
1998            Delete the specified etherstub.


   1 DLADM(1M)                    Maintenance Commands                    DLADM(1M)
   2 
   3 
   4 
   5 NAME
   6        dladm - administer data links
   7 
   8 SYNOPSIS
   9        dladm show-link [-P] [-s [-i interval]] [[-p] -o field[,...]] [link]
  10        dladm rename-link [-R root-dir] [-z zonename] link new-link
  11 
  12 
  13        dladm delete-phys phys-link
  14        dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
  15 
  16 
  17        dladm create-aggr [-t] [-R root-dir] [-P policy] [-L mode]
  18             [-T time] [-u address] -l ether-link1 [-l ether-link2...] aggr-link
  19        dladm modify-aggr [-t] [-R root-dir] [-P policy] [-L mode]
  20             [-T time] [-u address] aggr-link
  21        dladm delete-aggr [-t] [-R root-dir] aggr-link
  22        dladm add-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
  23             aggr-link
  24        dladm remove-aggr [-t] [-R root-dir] -l ether-link1 [-l ether-link2...]
  25             aggr-link
  26        dladm show-aggr [-PLx] [-s [-i interval]] [[-p] -o field[,...]]
  27             [aggr-link]
  28 
  29 
  30        dladm create-bridge [-P protect] [-R root-dir] [-p priority]


  49        dladm show-bridge [-flt] [-s [-i interval]] [[-p] -o field,...]
  50             [bridge-name]
  51 
  52 
  53        dladm create-vlan [-ft] [-R root-dir] -l ether-link -v vid [vlan-link]
  54        dladm delete-vlan [-t] [-R root-dir] vlan-link
  55        dladm show-vlan [-P] [[-p] -o field[,...]] [vlan-link]
  56 
  57 
  58        dladm scan-wifi [[-p] -o field[,...]] [wifi-link]
  59        dladm connect-wifi [-e essid] [-i bssid] [-k key,...]
  60             [-s none | wep | wpa ] [-a open | shared] [-b bss | ibss] [-c]
  61             [-m a | b | g] [-T time] [wifi-link]
  62        dladm disconnect-wifi [-a] [wifi-link]
  63        dladm show-wifi [[-p] -o field[,...]] [wifi-link]
  64 
  65 
  66        dladm show-ether [-x] [[-p] -o field[,...]] [ether-link]
  67 
  68 
  69        dladm set-linkprop [-t] [-R root-dir] [-z zonename] -p prop=value[,...]
  70             link
  71        dladm reset-linkprop [-t] [-R root-dir] [-z zonename] [-p prop[,...]] link
  72        dladm show-linkprop [-P] [-z zonename] [[-c] -o field[,...]]
  73             [-p prop[,...]] [link]
  74 
  75 
  76        dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
  77        dladm delete-secobj [-t] [-R root-dir] secobj[,...]
  78        dladm show-secobj [-P] [[-p] -o field[,...]] [secobj,...]
  79 
  80 
  81        dladm create-vnic [-t] -l link [-R root-dir] [-m value | auto |
  82             {factory -n slot-identifier]} | {random [-r prefix]}]
  83             [-v vlan-id] [-p prop=value[,...]] vnic-link
  84        dladm delete-vnic [-t] [-R root-dir] [-z zonename] vnic-link
  85        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]]
  86             [-l link] [-z zonename] [vnic-link]
  87 
  88 
  89        dladm create-etherstub [-t] [-R root-dir] etherstub
  90        dladm delete-etherstub [-t] [-R root-dir] etherstub
  91        dladm show-etherstub [etherstub]
  92 
  93 
  94        dladm create-iptun [-t] [-R root-dir] -T type [-s tsrc] [-d tdst]
  95             iptun-link
  96        dladm modify-iptun [-t] [-R root-dir] [-s tsrc] [-d tdst] iptun-link
  97        dladm delete-iptun [-t] [-R root-dir] iptun-link
  98        dladm show-iptun [-P] [[-p] -o field[,...]] [iptun-link]
  99 
 100 
 101        dladm show-usage [-a] -f filename [-p plotfile -F format] [-s time]
 102             [-e time] [link]
 103 
 104 
 105 DESCRIPTION
 106        The dladm command is used to administer data-links. A data-link is


 298            -p, --parseable
 299                Display using a stable machine-parseable format. The -o option is
 300                required with -p. See "Parseable Output Format", below.
 301 
 302 
 303            -P, --persistent
 304                Display the persistent link configuration.
 305 
 306 
 307            -s, --statistics
 308                Display link statistics.
 309 
 310 
 311            -i interval, --interval=interval
 312                Used with the -s option to specify an interval, in seconds, at
 313                which statistics should be displayed. If this option is not
 314                specified, statistics will be displayed only once.
 315 
 316 
 317 
 318        dladm rename-link [-R root-dir] [-z zonename] link new-link
 319            Rename link to new-link. This is used to give a link a meaningful
 320            name, or to associate existing link configuration such as link
 321            properties of a removed device with a new device. See the EXAMPLES
 322            section for specific examples of how this subcommand is used.
 323 
 324            -R root-dir, --root-dir=root-dir
 325                See "Options," above.
 326 
 327 
 328            -z zonename
 329                A link assigned to a zone can only be renamed while the zone is
 330                in the ready state.
 331 
 332 
 333 
 334        dladm delete-phys phys-link
 335            This command is used to delete the persistent configuration of a
 336            link associated with physical hardware which has been removed from
 337            the system. See the EXAMPLES section.
 338 
 339 
 340        dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
 341            Show the physical device and attributes of all physical links, or
 342            of the named physical link. Without -P, only physical links that are
 343            available on the running system are displayed.
 344 
 345            -H
 346                Show hardware resource usage, as returned by the NIC driver.
 347                Output from -H displays the following elements:
 348 
 349                LINK
 350                    A physical device corresponding to a NIC driver.
 351 
 352 
 353                GROUP


1618 
1619                REM_FAULT
1620                    Fault detection information. Valid values are none or
1621                    fault.
1622 
1623                By default, all fields except REM_FAULT are displayed for the
1624                "current" PTYPE.
1625 
1626 
1627            -p, --parseable
1628                Displays using a stable machine-parseable format. The -o option
1629                is required with -p. See "Parseable Output Format", below.
1630 
1631 
1632            -x, --extended
1633                Extended output is displayed for PTYPE values of current,
1634                capable, adv and peeradv.
1635 
1636 
1637 
1638        dladm set-linkprop [-t] [-R root-dir] [-z zonename] -p prop=value[,...] link
1639            Sets the values of one or more properties on the link specified.
1640            The list of properties and their possible values depend on the link
1641            type, the network device driver, and networking hardware. These
1642            properties can be retrieved using show-linkprop.
1643 
1644            -t, --temporary
1645                Specifies that the changes are temporary. Temporary changes
1646                last until the next reboot.
1647 
1648 
1649            -R root-dir, --root-dir=root-dir
1650                See "Options," above.
1651 
1652 
1653            -z zonenme
1654                Operate on a link that has been delegated to the specified
1655                zone.
1656 
1657 
1658            -p prop=value[,...], --prop prop=value[,...]
1659                A comma-separated list of properties to set to the specified
1660                values.
1661 
1662            Note that when the persistent value is set, the temporary value
1663            changes to the same value.
1664 
1665 
1666        dladm reset-linkprop [-t] [-R root-dir] [-z zonename] [-p prop,...] link
1667            Resets one or more properties to their values on the link
1668            specified. Properties are reset to the values they had at startup.
1669            If no properties are specified, all properties are reset. See show-
1670            linkprop for a description of properties.
1671 
1672            -t, --temporary
1673                Specifies that the resets are temporary. Values are reset to
1674                default values.  Temporary resets last until the next reboot.
1675 
1676 
1677            -R root-dir, --root-dir=root-dir
1678                See "Options," above.
1679 
1680 
1681            -z zonenme
1682                Operate on a link that has been delegated to the specified
1683                zone.
1684 
1685 
1686            -p prop, ..., --prop=prop, ...
1687                A comma-separated list of properties to reset.
1688 
1689            Note that when the persistent value is reset, the temporary value
1690            changes to the same value.
1691 
1692 
1693        dladm show-linkprop [-P] [-z zonename] [[-c] -o field[,...]][-p prop[,...]]
1694        [link]
1695            Show the current or persistent values of one or more properties,
1696            either for all datalinks or for the specified link. By default,
1697            current values are shown. If no properties are specified, all
1698            available link properties are displayed. For each property, the
1699            following fields are displayed:
1700 
1701            -o field[,...], --output=field
1702                A case-insensitive, comma-separated list of output fields to
1703                display. The field name must be one of the fields listed below,
1704                or the special value all to display all fields. For each link,
1705                the following fields can be displayed:
1706 
1707                LINK
1708                    The name of the datalink.
1709 
1710 
1711                PROPERTY
1712                    The name of the property.
1713 
1714 


1739                The list of properties depends on the link type and network
1740                device driver, and the available values for a given property
1741                further depends on the underlying network hardware and its
1742                state. General link properties are documented in the LINK
1743                PROPERTIES section. However, link properties that begin with
1744                "_" (underbar) are specific to a given link or its underlying
1745                network device and subject to change or removal. See the
1746                appropriate network device driver man page for details.
1747 
1748 
1749            -c, --parseable
1750                Display using a stable machine-parseable format. The -o option is
1751                required with this option. See "Parseable Output Format",
1752                below.
1753 
1754 
1755            -P, --persistent
1756                Display persistent link property information
1757 
1758 
1759            -z zonenme
1760                Operate on a link that has been delegated to the specified
1761                zone.
1762 
1763 
1764            -p prop, ..., --prop=prop, ...
1765                A comma-separated list of properties to show. See the sections
1766                on link properties following subcommand descriptions.
1767 
1768 
1769 
1770        dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
1771            Create a secure object named secobj in the specified class to be
1772            later used as a WEP or WPA key in connecting to an encrypted
1773            network. The value of the secure object can either be provided
1774            interactively or read from a file.  The sequence of interactive
1775            prompts and the file format depends on the class of the secure
1776            object.
1777 
1778            Currently, the classes wep and wpa are supported. The WEP (Wired
1779            Equivalent Privacy) key can be either 5 or 13 bytes long. It can be
1780            provided either as an ASCII or hexadecimal string -- thus, 12345
1781            and 0x3132333435 are equivalent 5-byte keys (the 0x prefix can be
1782            omitted). A file containing a WEP key must consist of a single line
1783            using either WEP key format. The WPA (Wi-Fi Protected Access) key


1903 
1904 
1905                auto
1906                    Try and use a factory MAC address first. If none is
1907                    available, assign a random MAC address. auto is the default
1908                    action if the -m option is not specified.
1909 
1910 
1911                -v vlan-id
1912                    Enable VLAN tagging for this VNIC. The VLAN tag will have
1913                    id vlan-id.
1914 
1915 
1916 
1917            -p prop=value,..., --prop prop=value,...
1918                A comma-separated list of properties to set to the specified
1919                values.
1920 
1921 
1922 
1923        dladm delete-vnic [-t] [-R root-dir] [-z zonename] vnic-link
1924            Deletes the specified VNIC.
1925 
1926            -t, --temporary
1927                Specifies that the deletion is temporary. Temporary deletions
1928                last until the next reboot.
1929 
1930 
1931            -R root-dir, --root-dir=root-dir
1932                See "Options," above.
1933 
1934 
1935            -z zonenme
1936                Operate on a link that has been delegated to the specified
1937                zone.
1938 
1939 
1940 
1941        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [-z
1942        zonename] [vnic-link]
1943            Show VNIC configuration information (the default) or statistics,
1944            for all VNICs, all VNICs on a link, or only the specified vnic-link.
1945 
1946            -o field[,...] , --output=field[,...]
1947                A case-insensitive, comma-separated list of output fields to
1948                display. The field name must be one of the fields listed below.
1949                The field name must be one of the fields listed below, or the
1950                special value all to display all fields. By default (without
1951                -o), show-vnic displays all fields.
1952 
1953                LINK
1954                    The name of the VNIC.
1955 
1956 
1957                OVER
1958                    The name of the physical link over which this VNIC is
1959                    configured.
1960 
1961 
1962                SPEED


1987 
1988 
1989            -P, --persistent
1990                Display the persistent VNIC configuration.
1991 
1992 
1993            -s, --statistics
1994                Displays VNIC statistics.
1995 
1996 
1997            -i interval, --interval=interval
1998                Used with the -s option to specify an interval, in seconds, at
1999                which statistics should be displayed. If this option is not
2000                specified, statistics will be displayed only once.
2001 
2002 
2003            -l link, --link=link
2004                Display information for all VNICs on the named link.
2005 
2006 
2007            -z zonenme
2008                Operate on a link that has been delegated to the specified
2009                zone.
2010 
2011 
2012 
2013        dladm create-etherstub [-t] [-R root-dir] etherstub
2014            Create an etherstub with the specified name.
2015 
2016            -t, --temporary
2017                Specifies that the etherstub is temporary. Temporary etherstubs
2018                do not persist across reboots.
2019 
2020 
2021            -R root-dir, --root-dir=root-dir
2022                See "Options," above.
2023 
2024            VNICs can be created on top of etherstubs instead of physical NICs.
2025            As with physical NICs, such a creation causes the stack to
2026            implicitly create a virtual switch between the VNICs created on top
2027            of the same etherstub.
2028 
2029 
2030        dladm delete-etherstub [-t] [-R root-dir] etherstub
2031            Delete the specified etherstub.