vpp/docs/usecases/contiv/MULTI_NIC_SETUP.md
Paul Vinciguerra 7fa3dd2881 docs: cleanup typos on readthrough
Type: style

Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-10-28 13:51:13 +00:00

736 B

Setting Up a Node with Multiple NICs

  • First, configure hardware interfaces in the VPP startup config, as described here.

  • For each interface owned by Linux, you need to provide individual configuration for each interface used by VPP in the Node Configuration for the node in the contiv-vpp.yaml. For example, if both ens3 and ens4 are known to Linux, then put the following stanza into the node's NodeConfig:

...
    NodeConfig:
    - NodeName: "ubuntu-1"
      StealInterface: "ens3"
      StealInterface: "ens4"
...

If only ens3 is known to Linux, you only put a line for ens3 into the above NodeConfig.