![](/images/new-backgrounds/1110903/110903365x1.webp)
Network commands
Commands for working with networks.
The network objects can be listed with the standard object listing command (xe
Network parameters
Networks have the following parameters:
Parameter Name | Description | Type |
|
|
|
uuid | The unique identifier/object reference for | read only |
| the network |
|
|
|
|
The name of the network | read write | |
|
|
|
The description text of the network | read write | |
|
|
|
A list of unique identifiers of the VIFs | read only set parameter | |
| (virtual network interfaces) that are |
|
| attached from VMs to this network |
|
|
|
|
A list of unique identifiers of the PIFs | read only set parameter | |
| (physical network interfaces) that are |
|
| attached from XenServer hosts to this |
|
| network |
|
|
|
|
bridge | name of the bridge corresponding to this | read only |
| network on the local XenServer host |
|
|
|
|
read write | ||
routes | <subnet>/<netmask>/<gateway> |
|
| formatted entries specifying the |
|
| gateway address through which to |
|
| route subnets. For example, setting |
|
|
| |
| 172.16.0.0/15/192.168.0.3,172.18.0.0/16/192.168.0.4 | |
| causes traffic on 172.16.0.0/15 to be |
|
| routed over 192.168.0.3 and traffic |
|
| on 172.18.0.0/16 to be routed over |
|
| 192.168.0.4. |
|
|
|
|
set to no to disable autonegotiation of | read write | |
autoneg | the physical interface or bridge. Default is |
|
| yes. |
|
|
|
|
set to on to enable receive checksum, | read write | |
| off to disable |
|
|
|
|
set to on to enable transmit checksum, | read write | |
| off to disable |
|
|
|
|
163