Skip to main content

VNI

A VNI represents a Layer 2 or Layer 3 logical network that can be extended across the Fabric and mapped to a VLAN ID on specific Ports and LAGs. A VNI can be mapped to a VRF and configured with an SVI to serve as an Anycast Gateway.

Location in GUI: Fabrics » XXX » Logical networks (VNI)

Diagram

Classes

fabrics (hyperfabric)

NameTypeConstraintMandatoryDefault Value
vnisList[vnis]No

vnis (hyperfabric.fabrics)

NameTypeConstraintMandatoryDefault Value
nameStringYes
vniIntegerNo
sviClass[svi]No
membersList[members]No

svi (hyperfabric.fabrics.vnis)

NameTypeConstraintMandatoryDefault Value
enabledBooleantrue, falseNotrue
ipv4_addressesListIPNo
ipv6_addressesListIPNo

members (hyperfabric.fabrics.vnis)

NameTypeConstraintMandatoryDefault Value
nodeStringNo
nodesListStringNo
portStringNo
portsListStringNo
vlan_idIntegermin: 2, max: 3600No

Examples

hyperfabric:
fabrics:
- name: My Fabric 01
vnis:
- name: L3VNI01
description: My first VNI
vni: 10001
svi:
ipv4_addresses: [10.1.11.1/24]
members:
- node: Leaf01
port: Ethernet1_1
vlan_id: 101
- nodes: [Leaf02, Leaf03]
ports: [Ethernet1_1, Ethernet1_2]
vlan_id: 101
- node: Leaf04
vlan_id: 101