profinet_identify_station
Identify a PROFINET station by its name and retrieve its network details, including MAC, IP, and device info, to verify configuration or troubleshoot connectivity.
Instructions
[READ][risk=low] Identify one station by its PROFINET name-of-station.
Args:
name_of_station: Exact (case-insensitive) PROFINET station name, e.g. 'plc1'.
endpoint: Endpoint name from config (protocol 'profinet').
Returns dict: {endpoint, found (bool), name_of_station, mac, ip, netmask,
gateway, vendor_id, device_id, device_roles[], device_family}.
Example: profinet_identify_station(name_of_station="et200sp-1", endpoint="cell1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| name_of_station | Yes |