Connection
A Connection represents the interconnection between two Ports of two Nodes in a Fabric. Cisco Nexus Hyperfabric uses the connections to generate a possible Bill Of Material, cabling plan and to verify the correct implementation of the desired connectivity intent in a Fabric.
Location in GUI: Fabrics
» XXX
» Fabric connections
Diagram
Classes
fabrics (hyperfabric)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
connections | List | [connections] | No |
connections (hyperfabric.fabrics)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
local_node | String | Yes | ||
local_port | String | Yes | ||
remote_node | String | Yes | ||
remote_port | String | Yes | ||
description | String | No | ||
pluggable | String | No |
Examples
hyperfabric: fabrics: - name: My Fabric 01 connections: - description: Leaf01 to Spine01 local_node: Leaf01 local_port: Ethernet1_1 remote_node: Spine01 remote_port: Ethernet1_1 pluggable: QDD-400-AOC7M