Go to main content

Managing Network Virtualization and Network Resources in Oracle® Solaris 11.3

Exit Print View

Updated: April 2018
 
 

Managing Network Resources by Using Datalink Properties

You can allocate network resources to datalinks to increase the system's efficiency to process packets. You can allocate network resources by setting datalink properties when you create a datalink. Alternatively, you can set datalink properties to an existing datalink. You can set the following datalink properties to allocate network resources to a datalink by using the dladm command:

For a demonstration of managing network resources in Oracle Solaris, see Managing Network Resources Using Oracle Solaris (https://www.oracle.com/webfolder/technetwork/tutorials/tutorial/solaris/11/ManagingNetworkResources/ManagingNetworkResources.htm).

You can allocate resources to existing datalinks or while creating new datalinks.

The following commands are used for allocating network resources in datalinks:

  • To simultaneously create a virtual link and allocate resources to it, use the following command syntax:

    # dladm create-vnic –l link –p prop=value[,...] VNIC
    link

    Refers to the name of the link which can be either a physical link or a virtual link.

    prop

    Refers to the datalink property. For information about the different types of datalink properties that can be set for resource allocation, see Managing Network Resources by Using Datalink Properties.

  • To set the property for an existing link, use the following command syntax:

    # dladm set-linkprop –p prop=value[,...] link

For more information, see the dladm(1M) man page.