Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Decision Automation

Configure SR-IOV Nodes

Enable LLDP on SR-IOV Nodes

Follow these steps to use NMState to enable LLDP on your SR-IOV nodes.

  1. Change the interfaces and apply the YAML file below for the NodeNetworkConfigurationPolicy.

  2. Issue the following command to check the state of the NodeNetworkState, and you can see that the LLDP neighbors are visible.

Apply SR-IOV Network Node Policy

Create an SR-IOV network node policy to specify the SR-IOV network device configuration. The API object for the policy is part of the sriovnetwork.openshift.io API group.

Here's an example SR-IOV network node policy YAML file:

Here's another example SR-IOV network node policy YAML file:

See Configuring an SR-IOV Network Device for detailed information on each field in the SR-IOV network node policy.

Mappings of OpenShift Objects with Apstra Objects

The following table highlights what you can expect while creating various OpenShift objects.

Table 1: Mappings of OpenShift Objects with Apstra Objects
OpenShift Object Apstra Object Description

Project

Routing Zones (VRF)

Creating/Deleting a project will create Routing Zones (VRF) in Apstra.

SriovNetwork

Virtual Networks( VNET)

Creating/Deleting a SriovNetwork will create Virtual Networks( VNET) in Apstra.

Pod

Connectivity Template

Creating of VNET creates connectivity template automatically in Apstra. The pod is mapped to the respective nodes and ports in the connectivity templates dynamically.