ต้องทำผ่าน Command Line นะครับ
ตามรายละเอียดนี้ ต้องการดูทั้งหมดคลิ๊กที่ ที่มา นะครับ
4.2.3. Creating VLANs
For servers in a resource pool, you can use the pool-vlan-create command. This command creates the VLAN and automatically creates and plugs in the required PIFs on the hosts in the pool. See Section 8.4.22.2, “pool-vlan-create” for more information.
To connect a network to an external VLAN using the CLI
1. Open the XenServer host text console.
2. Create a new network for use with the VLAN. The UUID of the new network is returned:xe network-create name-label=network5
3. Use the pif-list command to find the UUID of the PIF corresponding to the physical NIC supporting the desired VLAN tag. The UUIDs and device names of all PIFs are returned, including any existing VLANs:
xe pif-list
4. Create a VLAN object specifying the desired physical PIF and VLAN tag on all VMs to be connected to the new VLAN. A new PIF will be created and plugged into the specified network. The UUID of the new PIF object is returned.
xe vlan-create network-uuid=
pif-uuid= vlan=5 5. Attach VM VIFs to the new network. See Section 4.2.1, “Creating networks in a standalone server” for more details.

Recent Comments