mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="networking-in-a-pod">
|
|
<title>Networking in a Pod</title>
|
|
<para>Figure 2 illustrates network setup within a single pod. The hosts are connected to a pod-level switch. At a minimum, the hosts should have one physical uplink to each switch. Bonded NICs are supported as well. The pod-level switch is a pair of redundant gigabit switches with 10 G uplinks.</para>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="./images/.png" />
|
|
</imageobject>
|
|
<textobject><phrase>ReleaseIPButton.png: button to release an IP</phrase></textobject>
|
|
</mediaobject>
|
|
<para>Servers are connected as follows:</para>
|
|
<itemizedlist>
|
|
<listitem><para>Storage devices are connected to only the network that carries management traffic.</para></listitem>
|
|
<listitem><para>Hosts are connected to networks for both management traffic and public traffic. </para></listitem>
|
|
<listitem><para>Hosts are also connected to one or more networks carrying guest traffic.</para></listitem>
|
|
</itemizedlist>
|
|
<para>We recommend the use of multiple physical Ethernet cards to implement each network interface as well as redundant switch fabric in order to maximize throughput and improve reliability.</para>
|
|
|
|
</section>
|