list-interfaces command - Manual - DCP Utility - Documentation for the SIMATIC AX DCP Utility tool. - DCP Utility,

DCP Utility CLI Tool (dcp-utility)

Portfolio
SIMATIC AX
Product
DCP Utility
Software version
1.1.2
Edition
04/2024
Language
English (original)
Package Name
@ax/dcp-utility-docs
apax dcp-utility list-interfaces -f JSON

Outputs a list of available network interfaces on the host machine.

Options

  • -f, --format – The output format

Output:

[
    {
      "Name": "USB Ethernet",
      "MAC": "80:3F:XX:XX:XX:XX"
    },
    {
      "Name": "Intel(R) Ethernet Connection (10) I219-LM",
      "MAC": "48:9E:XX:XX:XX:XX"
    }
]