Changeset 55143 in vbox
- Timestamp:
- Apr 8, 2015 3:57:42 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r55090 r55143 1791 1791 "vboxvnic_template" (case-sensitive).</para> 1792 1792 1793 <para>On Solaris 11 hosts (i.e. when the default Crossbow based bridged1794 networking is used), using a VNIC template is the only means of specifying1795 a VLAN ID to use while bridging over alink.</para>1796 1797 <para>Here is an example of how to use a VNIC template to configure a V LAN1798 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> 1799 1799 1800 1800 <screen>dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0</screen> 1801 1801 1802 <para>This will create a temporary VNIC over interface "nge0" with the1803 VLAN ID 23. To create VNIC templates that are persistent across host1804 reboots, skip the <computeroutput>-t</computeroutput> parameter in the1802 <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 1805 1805 above command. You may check the current state of links using:</para> 1806 1806 … … 1815 1815 vboxvnic_template0 nge0 1000 2:8:20:25:12:75 random 23</screen></para> 1816 1816 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> 1831 1830 </sect1> 1832 1831
Note:
See TracChangeset
for help on using the changeset viewer.

