diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst index ba249126f..caf970ba6 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst @@ -3,10 +3,10 @@ Configure VLAN Based on Bond Adapters The following example sets the xCAT properties for compute node ``cn1`` to create: - * Compute node ``cn1`` with two physical NICs: ``eth2`` and ``eth3`` - * Bond eth2 and eth3 as ``bond0`` + * Compute node ``cn1`` with two physical NICs: ``eth2`` and ``eth3`` + * Bond eth2 and eth3 as ``bond0`` * Create bridge ``bond0.1`` based on ``bond0`` - * Assign ip ``40.0.0.1`` to the bridge interface ``bond0.1`` + * Assign ip ``40.0.0.1`` to the bridge interface ``bond0.1`` Add network object into the networks table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -19,9 +19,9 @@ Define attributes in the ``nics`` table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Compute node ``cn1`` has two physical NICs: ``eth2`` and ``eth3`` :: - + chdef cn1 nictypes.eth2=ethernet nictypes.eth3=ethernet - + #. Define ``bond0`` and bond ``eth2`` and ``eth3`` as ``bond0`` :: chdef cn1 nictypes.bond0=bond nicdevices.bond0="eth2|eth3" @@ -36,7 +36,7 @@ Define attributes in the ``nics`` table #. Define ``nichostnamesuffixes`` for ``bond0.1`` in case ``makehosts`` to update ``/etc/hosts``, since the value for ``nichostnamesuffixes`` cannot contain ".", other characters are recommended instead of ".", like following: :: - chdef cn1 nichostnamesuffixes.bond0.1=-bond0-1 + chdef cn1 nichostnamesuffixes.bond0.1=-bond0-1 Enable ``confignetwork`` to configure bridge ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -53,7 +53,7 @@ Verify VLAN ~~~~~~~~~~~ Login to compute node cn1 and check ``ifcfg-bond0.1`` under ``/etc/sysconfig/network-scripts/`` :: - + DEVICE="bond0.1" BOOTPROTO="static" IPADDR="40.0.0.1"