VirtualBox

Changeset 55143 in vbox


Ignore:
Timestamp:
Apr 8, 2015 3:57:42 PM (9 years ago)
Author:
vboxsync
Message:

doc/manual: Solaris and VNIC templates wording.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r55090 r55143  
    17911791    "vboxvnic_template" (case-sensitive).</para>
    17921792 
    1793     <para>On Solaris 11 hosts (i.e. when the default Crossbow based bridged
    1794     networking is used), using a VNIC template is the only means of specifying
    1795     a VLAN ID to use while bridging over a link.</para>
    1796 
    1797     <para>Here is an example of how to use a VNIC template to configure a VLAN
    1798     for VMs. Create a VirtualBox VNIC template, by executing as root:</para>
     1793    <para>On Solaris 11 hosts<footnote><para>When the default Crossbow based
     1794    bridged networking driver is used</para></footnote>, a VNIC template may
     1795    be used to specify the VLAN ID to use while bridging over a network link.</para>
     1796
     1797    <para>Here is an example of how to use a VNIC template to configure a VM
     1798    over a VLAN. Create a VirtualBox VNIC template, by executing as root:</para>
    17991799
    18001800    <screen>dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0</screen>
    18011801
    1802     <para>This will create a temporary VNIC over interface "nge0" with the
    1803     VLAN ID 23. To create VNIC templates that are persistent across host
    1804     reboots, skip the <computeroutput>-t</computeroutput> parameter in the
     1802    <para>This will create a temporary VNIC template over interface "nge0"
     1803    with the VLAN ID 23. To create VNIC templates that are persistent across
     1804    host reboots, skip the <computeroutput>-t</computeroutput> parameter in the
    18051805    above command. You may check the current state of links using:</para>
    18061806
     
    18151815vboxvnic_template0 nge0   1000   2:8:20:25:12:75   random              23</screen></para>
    18161816
    1817     <para>In the example above, once the VNIC template is created, any VMs
    1818     that need to be on VLAN 23 over the physical interface "nge0" can use
    1819     the VNIC template.</para>
    1820 
    1821     <para>VNIC templates makes managing VMs on VLANs simpler and efficient, as
    1822     the VLAN details are not stored as part of every VM's configuration but
    1823     rather inherited from the VNIC template which can be modified anytime
    1824     using <computeroutput>dladm</computeroutput>.</para>
    1825 
    1826     <para>Apart from the VLAN ID, VNIC templates can be created with
    1827     additional properties such as bandwidth limits, CPU fanout etc. Refer to
    1828     your Solaris network documentation on how to accomplish this.
    1829     These additional properties, if any, are also applied to VMs which use
    1830     the VNIC template.</para>
     1817    <para>Once the VNIC template is created, any VMs that need to be on VLAN
     1818    23 over the interface "nge0" can be configured to bridge using this VNIC
     1819    template.</para>
     1820
     1821    <para>VNIC templates makes managing VMs on VLANs simpler and efficient.
     1822    The VLAN details are not stored as part of every VM's configuration but
     1823    rather inherited from the VNIC template while starting the VM. The VNIC
     1824    template itself can be modified anytime using <computeroutput>dladm</computeroutput>.</para>
     1825
     1826    <para>VNIC templates can be created with additional properties such as
     1827    bandwidth limits, CPU fanout etc. Refer to your Solaris network
     1828    documentation on how to accomplish this. These additional properties,
     1829    if any, are also applied to VMs which bridge using the VNIC template.</para>
    18311830  </sect1>
    18321831
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette