Skip to main content

Port

A Port is a front panel network interface of a Node used as Fabric Port to interconnect with other Nodes, as Routed Port to peer at Layer 3 with external devices or as a Host Port to connect to other endpoints via Layer 2 (VLAN).

Location in GUI: Fabrics » XXX » Nodes » XXX » Port configurations

Diagram

Classes

nodes (hyperfabric.fabrics)

NameTypeConstraintMandatoryDefault Value
portsList[ports]No

ports (hyperfabric.fabrics.nodes)

NameTypeConstraintMandatoryDefault Value
nameStringYes
rolesListChoice[UNUSED_PORT, FABRIC_PORT, HOST_PORT, ROUTED_PORT]Yes
descriptionStringNo
enabledBooleantrue, falseNotrue
ipv4_addressesListIPNo
ipv6_addressesListIPNo
prevent_forwardingBooleantrue, falseNo
vrfStringNo
labelsListStringNo
annotationsMapNo
sub_interfacesList[sub_interfaces]No

sub_interfaces (hyperfabric.fabrics.nodes.ports)

NameTypeConstraintMandatoryDefault Value
idIntegerYes
descriptionStringNo
enabledBooleantrue, falseNotrue
ipv4_addressesListIPNo
ipv6_addressesListIPNo
vlan_idIntegermin: 1, max: 4094No
vrfStringNo
labelsListStringNo
annotationsMapNo

Examples

hyperfabric:
fabrics:
- name: My Fabric 01
nodes:
- name: Leaf01
ports:
- name: Ethernet1_3
description: Connected to server01 e0
ipv4_address: 10.1.10.1/24