Skip to main content

Node Registration

Location in GUI: Fabric » Inventory » Fabric Membership

Diagram

Classes

nodes (apic.node_policies)

NameTypeConstraintMandatoryDefault Value
roleChoiceleaf, spine, apicYes
set_roleBooleantrue, falseNofalse
serial_numberStringRegex: ^[a-zA-Z0-9_.:-]{1,16}$No
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
idIntegermin: 1, max: 4000Yes
podIntegermin: 0, max: 255No1
typeChoicetier-2-leaf, remote-leaf-wan, virtualNo
remote_pool_idIntegermin: 1, max: 255No
expected_stateClass[expected_state]No

node_policies (apic)

NameTypeConstraintMandatoryDefault Value
expected_stateClass[expected_state]No

expected_state (apic.node_policies.nodes)

NameTypeConstraintMandatoryDefault Value
psu_countIntegermin: 1, max: 10No

expected_state (apic.node_policies)

NameTypeConstraintMandatoryDefault Value
nodes_statusChoiceactive, inactive, disabled, unknown, undiscoveredNo

Examples

apic:
node_policies:
nodes:
- id: 101
pod: 1
role: leaf
serial_number: ABC1234567
name: LEAF101
- id: 3101
pod: 1
role: leaf
type: remote-leaf-wan
serial-number: ABC1234568
name: RLEAF3101
- id: 1001
pod: 1
role: spine
set_role: true # For dual-role switches
serial_number: ABC1234569
name: SPINE1001