143
Parameter Name Description Type
other-config:ethtool-gso set to on to enable generic segmentation
offload, off to disable
read write
other-config:domain comma-separated list used to set the DNS
search path
read write
other-config:bond-
miimon
interval between link liveness checks, in
milliseconds
read write
other-config:bond-
downdelay
number of milliseconds to wait after link is
lost before really considering the link to have
gone. This allows for transient link loss
read write
other-config:bond-
updelay
number of milliseconds to wait after the
link comes up before really considering it
up. Allows for links flapping up. Default is
31s to allow for time for switches to begin
forwarding traffic.
read write
disallow-unplug True if this PIF is a dedicated storage NIC,
false otherwise
read/write
Note:
Changes made to the other-config fields of a PIF will only take effect after a reboot.
Alternately, use the xe pif-unplug and xe pif-plug commands to cause the PIF configuration
to be rewritten.
pif-forget
pif-forget uuid=<uuid_of_pif>
Destroy the specified PIF object on a particular host.
pif-introduce
pif-introduce host-uuid=<UUID of XenServer host> mac=<mac_address_for_pif> device=<machine-
readable name of the interface (for example, eth0)>
Create a new PIF object representing a physical interface on the specified XenServer host.
pif-plug
pif-plug uuid=<uuid_of_pif>
Attempt to bring up the specified physical interface.
pif-reconfigure-ip
pif-reconfigure-ip uuid=<uuid_of_pif> [ mode=<dhcp> | mode=<static> ]
gateway=<network_gateway_address> IP=<static_ip_for_this_pif>
netmask=<netmask_for_this_pif> [DNS=<dns_address>]
Modify the IP address of the PIF. For static IP configuration, set the mode parameter to static, with the
gateway, IP, and netmask parameters set to the appropriate values. To use DHCP, set the mode parameter
to DHCP and leave the static parameters undefined.
Note: