xenserver PIF 常用命令 |
| 发表者:分类:云计算容器2012-08-01 10:33:41 阅读[4015] |
Commands for working with PIFs (objects representing the physical network interfaces).
The PIF objects can be listed with the standard object listing command (xe pif-list), and the parameters manipulated with the standard parameter commands. See Section 6.3.2, “Low-level param commands” for details.
PIF parameters
PIFs have the following parameters:
| Parameter Name | Description | Type |
|---|---|---|
| uuid | The unique identifier/object reference for the PIF | read only |
| device | machine-readable name of the interface (for example, eth0) | read only |
| MAC | the MAC address of the PIF | read only |
| physical | If true, the PIF points to an actual physical network interface | read only |
| currently-attached | Is the PIF currently attached on this host? true or false | read only |
| MTU | Maximum Transmission Unit of the PIF in bytes. | read only |
| VLAN | VLAN tag for all traffic passing through this interface; -1 indicates no VLAN tag is assigned | read only |
| bond-master-of | The UUID of the bond this PIF is the master of (if any) | read only |
| bond-slave-of | The UUID of the bond this PIF is the slave of (if any) | read only |
| management | Is this PIF designated to be a management interface for the control domain | read only |
| network-uuid | the unique identifier/object reference of the virtual network to which this PIF is connected | read only |
| network-name-label | the name of the of the virtual network to which this PIF is connected | read only |
| host-uuid | the unique identifier/object reference of the XenServer host to which this PIF is connected | read only |
| host-name-label | the name of the XenServer host to which this PIF is connected | read only |
| IP-configuration-mode | Type of network address configuration used; DHCP or static | read only |
| IP | IP address of the PIF, defined here if IP-configuration-mode is static; undefined if DHCP | read only |
| netmask | Netmask of the PIF, defined here if IP-configuration-mode is static; undefined if supplied by DHCP | read only |
| gateway | Gateway address of the PIF, defined here if IP-configuration-mode is static; undefined if supplied by DHCP | read only |
| DNS | DNS address of the PIF, defined here if IP-configuration-mode is static; undefined if supplied by DHCP | read only |
| io_read_kbs | average read rate in kB/s for the device | read only |
| io_write_kbs | average write rate in kB/s for the device | read only |
| carrier | link state for this device | read only |
| vendor-id | the ID assigned to NIC's vendor | read only |
| vendor-name | the NIC vendor's name | read only |
| device-id | the ID assigned by the vendor to this NIC model | read only |
| device-name | the name assigned by the vendor to this NIC model | read only |
| speed | Data transfer rate of the NIC | read only |
| duplex | Duplexing mode of the NIC; full or half | read only |
| pci-bus-path | read only | |
| other-config | additional configuration | read/write map parameter |
| disallow-unplug | True if this PIF is a dedicated storage NIC, false otherwise | read/write |
转载请标明出处【xenserver PIF 常用命令】。
《www.micoder.cc》
虚拟化云计算,系统运维,安全技术服务.
| Tags: | [阅读全文...] |
最新评论