A Review of the Final Network Configuration

Scenario #2, Tutorial #2, Part #6


Legend: GET | SEE | USE

[root@xs-1 ~]# xe network-list params=uuid,name-label,bridge | grep -B1 -A2 name-label
uuid ( RO) : d6d54a3d-27c0-8ebf-fd4d-1e465924c391
name-label ( RW): Pool-wide network associated with eth4
bridge ( RO): xenbr4

uuid ( RO) : 28644253-3734-7ccf-1046-bd10709457bf
name-label ( RW): Pool-wide network associated with eth1
bridge ( RO): xenbr1

uuid ( RO) : ce980e76-9eb8-c7c5-9f70-ffdda9b05adb
name-label ( RW): Pool-wide network associated with eth0
bridge ( RO): xenbr0

uuid ( RO) : 92823c10-28af-3ad1-89e7-36df6ed3d83b
name-label ( RW): Pool-wide network associated with eth5
bridge ( RO): xenbr5

uuid ( RO) : 929521ce-0cd6-db0a-0501-4a6829192378
name-label ( RW): NAS
bridge ( RO): xapi0

uuid ( RO) : 45ea2b0f-cbf1-df35-010b-145b3e90b163
name-label ( RW): Pool-wide network associated with eth2
bridge ( RO): xenbr2

uuid ( RO) : 335e74ba-13ce-12a7-5d63-40d09c360d31
name-label ( RW): Host internal management network
bridge ( RO): xenapi

uuid ( RO) : 01ec20b5-1c91-d311-5d28-df7b6745b910
name-label ( RW): MGT
bridge ( RO): xapi2

uuid ( RO) : 01abebfb-9b44-4a99-305e-b0cc94f068df
name-label ( RW): PUB
bridge ( RO): xapi1

uuid ( RO) : 95af3ef3-5be2-5365-2375-59d0784a5449
name-label ( RW): Pool-wide network associated with eth3
bridge ( RO): xenbr3

[root@xs-1 ~]# xe pif-list host-uuid=$INSTALLATION_UUID physical=true IP-configuration-mode=Static params=uuid,device,IP,network-name-label

[root@xs-1 ~]# xe pif-list host-uuid=$INSTALLATION_UUID physical=false IP-configuration-mode=Static params=uuid,device,IP,network-name-label
uuid ( RO) : 501c099a-7215-fc4f-97c6-324b7661f827
device ( RO): bond0
network-name-label ( RO): NAS
IP ( RO): 172.16.0.35

uuid ( RO) : 8f937d86-10a5-3bf5-132a-07f7a6bc9b46
device ( RO): bond2
network-name-label ( RO): MGT
IP ( RO): 172.16.0.10

[root@xs-1 ~]# xe pif-list host-uuid=$INSTALLATION_UUID physical=false IP-configuration-mode=None params=uuid,device,IP,network-name-label
uuid ( RO) : 41e8de7d-b7a5-6f2d-9134-b86009a56ebf
device ( RO): bond1
network-name-label ( RO): PUB
IP ( RO):

[root@xs-1 ~]# xe bond-list params=uuid,name-label,bridge
uuid ( RO) : c7b1a5ec-34eb-7fd6-bfe2-a8ede5129a4c

uuid ( RO) : feb191c1-5faa-ca88-3a19-60604dc63ddd

uuid ( RO) : ab9c3ae8-775e-743e-847d-c990296513f2

uuid ( RO) : b4da6a53-c233-3730-c98f-b90835eaf9ca

uuid ( RO) : 2c22c629-b1de-7921-dae3-6c36141f1bf3

uuid ( RO) : bb703a1f-eb27-0ac2-75fa-a37383ee6804

[root@xs-1 ~]# ifconfig | grep -v ‘127\.0\.0\.1’ | grep -B1 inet
xapi0 Link encap:Ethernet HWaddr 00:26:55:D1:E8:CC
inet addr:172.16.0.35 Bcast:172.16.0.47 Mask:255.255.255.240

xapi2 Link encap:Ethernet HWaddr 00:1F:29:C4:9F:5C
inet addr:172.16.0.10 Bcast:172.16.0.31 Mask:255.255.255.224

[root@xs-1 ~]# ifconfig -a | grep -e xen -e xapi -e eth
eth0 Link encap:Ethernet HWaddr 00:1F:29:C4:9F:5C
eth1 Link encap:Ethernet HWaddr 00:1F:29:C4:9F:3C
eth2 Link encap:Ethernet HWaddr 00:26:55:D1:E8:CC
eth3 Link encap:Ethernet HWaddr 00:26:55:D1:E8:CD
eth4 Link encap:Ethernet HWaddr 00:1B:78:5A:21:8D
eth5 Link encap:Ethernet HWaddr 00:1B:78:5A:21:8C
xapi0 Link encap:Ethernet HWaddr 00:26:55:D1:E8:CC
xapi1 Link encap:Ethernet HWaddr 00:1F:29:C4:9F:3C
xapi2 Link encap:Ethernet HWaddr 00:1F:29:C4:9F:5C

[root@xs-1 ~]# ovs-vsctl list-br
xapi0
xapi1
xapi2

[root@xs-1 ~]# ovs-appctl bond/list
bond type slaves
bond2 active-backup eth0, eth3
bond0 active-backup eth2, eth4
bond1 balance-slb eth5, eth1