Difference between revisions of "xenserver network commands"
From thelinuxwiki
(Created page with " == List existing networks == The following command will list virtual networks as well as physical. [root@xen ~]# xe network-list uuid ( RO) : 83ca879f-b93a...") |
|||
Line 4: | Line 4: | ||
The following command will list virtual networks as well as physical. | The following command will list virtual networks as well as physical. | ||
− | [root@xen ~]# xe network-list | + | [root@xen ~]# '''xe network-list''' |
uuid ( RO) : 83ca879f-b93a-ab8c-432c-2d2d6acae80b | uuid ( RO) : 83ca879f-b93a-ab8c-432c-2d2d6acae80b | ||
name-label ( RW): net_192.168.1.0 | name-label ( RW): net_192.168.1.0 | ||
name-description ( RW): my private single server network | name-description ( RW): my private single server network | ||
bridge ( RO): xapi3 | bridge ( RO): xapi3 | ||
− | + | <br>uuid ( RO) : cc4ec144-9a52-12ff-bed9-fcaa21cceffc | |
− | + | ||
name-label ( RW): Pool-wide network associated with eth1 | name-label ( RW): Pool-wide network associated with eth1 | ||
name-description ( RW): | name-description ( RW): | ||
bridge ( RO): xenbr1 | bridge ( RO): xenbr1 | ||
− | + | <br>uuid ( RO) : 9183bb9e-45bc-3d67-5e19-dbe38d327355 | |
− | + | ||
name-label ( RW): Host internal management network | name-label ( RW): Host internal management network | ||
name-description ( RW): Network on which guests will be assigned a private link-local IP address which can be used to talk XenAPI | name-description ( RW): Network on which guests will be assigned a private link-local IP address which can be used to talk XenAPI | ||
bridge ( RO): xenapi | bridge ( RO): xenapi | ||
− | + | <br>uuid ( RO) : 701cbdca-b843-120c-eb44-d691a8d190e8 | |
− | + | ||
name-label ( RW): Pool-wide network associated with eth0 | name-label ( RW): Pool-wide network associated with eth0 | ||
name-description ( RW): | name-description ( RW): |
Revision as of 18:19, 10 February 2014
List existing networks
The following command will list virtual networks as well as physical.
[root@xen ~]# xe network-list uuid ( RO) : 83ca879f-b93a-ab8c-432c-2d2d6acae80b name-label ( RW): net_192.168.1.0 name-description ( RW): my private single server network bridge ( RO): xapi3
uuid ( RO) : cc4ec144-9a52-12ff-bed9-fcaa21cceffc name-label ( RW): Pool-wide network associated with eth1 name-description ( RW): bridge ( RO): xenbr1
uuid ( RO) : 9183bb9e-45bc-3d67-5e19-dbe38d327355 name-label ( RW): Host internal management network name-description ( RW): Network on which guests will be assigned a private link-local IP address which can be used to talk XenAPI bridge ( RO): xenapi
uuid ( RO) : 701cbdca-b843-120c-eb44-d691a8d190e8 name-label ( RW): Pool-wide network associated with eth0 name-description ( RW): bridge ( RO): xenbr0