Print this page
manuals
        
*** 5,15 ****
  NAME
         dladm - administer data links
  
  SYNOPSIS
         dladm show-link [-P] [-s [-i interval]] [[-p] -o field[,...]] [link]
!        dladm rename-link [-R root-dir] link new-link
  
  
         dladm delete-phys phys-link
         dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
  
--- 5,15 ----
  NAME
         dladm - administer data links
  
  SYNOPSIS
         dladm show-link [-P] [-s [-i interval]] [[-p] -o field[,...]] [link]
!        dladm rename-link [-R root-dir] [-z zonename] link new-link
  
  
         dladm delete-phys phys-link
         dladm show-phys [-m | -H | -P] [[-p] -o field[,...]] [phys-link]
  
*** 64,76 ****
  
  
         dladm show-ether [-x] [[-p] -o field[,...]] [ether-link]
  
  
!        dladm set-linkprop [-t] [-R root-dir] -p prop=value[,...] link
!        dladm reset-linkprop [-t] [-R root-dir] [-p prop[,...]] link
!        dladm show-linkprop [-P] [[-c] -o field[,...]] [-p prop[,...]] [link]
  
  
         dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
         dladm delete-secobj [-t] [-R root-dir] secobj[,...]
         dladm show-secobj [-P] [[-p] -o field[,...]] [secobj,...]
--- 64,78 ----
  
  
         dladm show-ether [-x] [[-p] -o field[,...]] [ether-link]
  
  
!        dladm set-linkprop [-t] [-R root-dir] [-z zonename] -p prop=value[,...]
!             link
!        dladm reset-linkprop [-t] [-R root-dir] [-z zonename] [-p prop[,...]] link
!        dladm show-linkprop [-P] [-z zonename] [[-c] -o field[,...]]
!             [-p prop[,...]] [link]
  
  
         dladm create-secobj [-t] [-R root-dir] [-f file] -c class secobj
         dladm delete-secobj [-t] [-R root-dir] secobj[,...]
         dladm show-secobj [-P] [[-p] -o field[,...]] [secobj,...]
*** 77,89 ****
  
  
         dladm create-vnic [-t] -l link [-R root-dir] [-m value | auto |
              {factory -n slot-identifier]} | {random [-r prefix]}]
              [-v vlan-id] [-p prop=value[,...]] vnic-link
!        dladm delete-vnic [-t] [-R root-dir] vnic-link
         dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]]
!             [-l link] [vnic-link]
  
  
         dladm create-etherstub [-t] [-R root-dir] etherstub
         dladm delete-etherstub [-t] [-R root-dir] etherstub
         dladm show-etherstub [etherstub]
--- 79,91 ----
  
  
         dladm create-vnic [-t] -l link [-R root-dir] [-m value | auto |
              {factory -n slot-identifier]} | {random [-r prefix]}]
              [-v vlan-id] [-p prop=value[,...]] vnic-link
!        dladm delete-vnic [-t] [-R root-dir] [-z zonename] vnic-link
         dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]]
!             [-l link] [-z zonename] [vnic-link]
  
  
         dladm create-etherstub [-t] [-R root-dir] etherstub
         dladm delete-etherstub [-t] [-R root-dir] etherstub
         dladm show-etherstub [etherstub]
*** 311,331 ****
                 which statistics should be displayed. If this option is not
                 specified, statistics will be displayed only once.
  
  
  
!        dladm rename-link [-R root-dir] link new-link
             Rename link to new-link. This is used to give a link a meaningful
             name, or to associate existing link configuration such as link
             properties of a removed device with a new device. See the EXAMPLES
             section for specific examples of how this subcommand is used.
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
  
         dladm delete-phys phys-link
             This command is used to delete the persistent configuration of a
             link associated with physical hardware which has been removed from
             the system. See the EXAMPLES section.
  
--- 313,338 ----
                 which statistics should be displayed. If this option is not
                 specified, statistics will be displayed only once.
  
  
  
!        dladm rename-link [-R root-dir] [-z zonename] link new-link
             Rename link to new-link. This is used to give a link a meaningful
             name, or to associate existing link configuration such as link
             properties of a removed device with a new device. See the EXAMPLES
             section for specific examples of how this subcommand is used.
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
+            -z zonename
+                A link assigned to a zone can only be renamed while the zone is
+                in the ready state.
  
+ 
+ 
         dladm delete-phys phys-link
             This command is used to delete the persistent configuration of a
             link associated with physical hardware which has been removed from
             the system. See the EXAMPLES section.
  
*** 1626,1636 ****
                 Extended output is displayed for PTYPE values of current,
                 capable, adv and peeradv.
  
  
  
!        dladm set-linkprop [-t] [-R root-dir] -p prop=value[,...] link
             Sets the values of one or more properties on the link specified.
             The list of properties and their possible values depend on the link
             type, the network device driver, and networking hardware. These
             properties can be retrieved using show-linkprop.
  
--- 1633,1643 ----
                 Extended output is displayed for PTYPE values of current,
                 capable, adv and peeradv.
  
  
  
!        dladm set-linkprop [-t] [-R root-dir] [-z zonename] -p prop=value[,...] link
             Sets the values of one or more properties on the link specified.
             The list of properties and their possible values depend on the link
             type, the network device driver, and networking hardware. These
             properties can be retrieved using show-linkprop.
  
*** 1641,1659 ****
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
             -p prop=value[,...], --prop prop=value[,...]
                 A comma-separated list of properties to set to the specified
                 values.
  
             Note that when the persistent value is set, the temporary value
             changes to the same value.
  
  
!        dladm reset-linkprop [-t] [-R root-dir] [-p prop,...] link
             Resets one or more properties to their values on the link
             specified. Properties are reset to the values they had at startup.
             If no properties are specified, all properties are reset. See show-
             linkprop for a description of properties.
  
--- 1648,1671 ----
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
+            -z zonenme
+                Operate on a link that has been delegated to the specified
+                zone.
+ 
+ 
             -p prop=value[,...], --prop prop=value[,...]
                 A comma-separated list of properties to set to the specified
                 values.
  
             Note that when the persistent value is set, the temporary value
             changes to the same value.
  
  
!        dladm reset-linkprop [-t] [-R root-dir] [-z zonename] [-p prop,...] link
             Resets one or more properties to their values on the link
             specified. Properties are reset to the values they had at startup.
             If no properties are specified, all properties are reset. See show-
             linkprop for a description of properties.
  
*** 1664,1681 ****
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
             -p prop, ..., --prop=prop, ...
                 A comma-separated list of properties to reset.
  
             Note that when the persistent value is reset, the temporary value
             changes to the same value.
  
  
!        dladm show-linkprop [-P] [[-c] -o field[,...]][-p prop[,...]] [link]
             Show the current or persistent values of one or more properties,
             either for all datalinks or for the specified link. By default,
             current values are shown. If no properties are specified, all
             available link properties are displayed. For each property, the
             following fields are displayed:
--- 1676,1699 ----
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
+            -z zonenme
+                Operate on a link that has been delegated to the specified
+                zone.
+ 
+ 
             -p prop, ..., --prop=prop, ...
                 A comma-separated list of properties to reset.
  
             Note that when the persistent value is reset, the temporary value
             changes to the same value.
  
  
!        dladm show-linkprop [-P] [-z zonename] [[-c] -o field[,...]][-p prop[,...]]
!        [link]
             Show the current or persistent values of one or more properties,
             either for all datalinks or for the specified link. By default,
             current values are shown. If no properties are specified, all
             available link properties are displayed. For each property, the
             following fields are displayed:
*** 1736,1745 ****
--- 1754,1768 ----
  
             -P, --persistent
                 Display persistent link property information
  
  
+            -z zonenme
+                Operate on a link that has been delegated to the specified
+                zone.
+ 
+ 
             -p prop, ..., --prop=prop, ...
                 A comma-separated list of properties to show. See the sections
                 on link properties following subcommand descriptions.
  
  
*** 1895,1905 ****
                 A comma-separated list of properties to set to the specified
                 values.
  
  
  
!        dladm delete-vnic [-t] [-R root-dir] vnic-link
             Deletes the specified VNIC.
  
             -t, --temporary
                 Specifies that the deletion is temporary. Temporary deletions
                 last until the next reboot.
--- 1918,1928 ----
                 A comma-separated list of properties to set to the specified
                 values.
  
  
  
!        dladm delete-vnic [-t] [-R root-dir] [-z zonename] vnic-link
             Deletes the specified VNIC.
  
             -t, --temporary
                 Specifies that the deletion is temporary. Temporary deletions
                 last until the next reboot.
*** 1907,1919 ****
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
  
!        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [vnic-
!        link]
             Show VNIC configuration information (the default) or statistics,
             for all VNICs, all VNICs on a link, or only the specified vnic-link.
  
             -o field[,...] , --output=field[,...]
                 A case-insensitive, comma-separated list of output fields to
--- 1930,1947 ----
  
             -R root-dir, --root-dir=root-dir
                 See "Options," above.
  
  
+            -z zonenme
+                Operate on a link that has been delegated to the specified
+                zone.
  
! 
! 
!        dladm show-vnic [-pP] [-s [-i interval]] [-o field[,...]] [-l link] [-z
!        zonename] [vnic-link]
             Show VNIC configuration information (the default) or statistics,
             for all VNICs, all VNICs on a link, or only the specified vnic-link.
  
             -o field[,...] , --output=field[,...]
                 A case-insensitive, comma-separated list of output fields to
*** 1974,1983 ****
--- 2002,2016 ----
  
             -l link, --link=link
                 Display information for all VNICs on the named link.
  
  
+            -z zonenme
+                Operate on a link that has been delegated to the specified
+                zone.
+ 
+ 
  
         dladm create-etherstub [-t] [-R root-dir] etherstub
             Create an etherstub with the specified name.
  
             -t, --temporary