Get started

nf nics

The nf nics command lists network interfaces across all registered nodes.

NIC information is primarily used when creating networks with nf network create, which requires a --nicId to bind the network to a specific interface on the master node.


Usage

Terminal
$ nf nics list

Options

nf nics list
nf nics list

List all network interfaces across all nodes. Displays the full NIC UUID, node hostname, interface name, and IP address.

FlagDescription
--jsonOutput results as JSON

Terminals

Terminal
$ nf nics list
NICS: 3 

ID NODE NAME IP 6ba7b810-9dad-11d1-80b4-00c04fd430c8 master-01 eth0 10.0.0.1 7ca8b921-0ebe-22e2-91c5-11d15fe541d9 worker-01 eth0 10.0.0.10 8db9ca32-1fcf-33f3-a2d6-22e26gf652ea worker-02 eth0 10.0.0.11