Reading network switch/port information for a device with static address

Is there any way to get network switch/port information for a device with a static address.
I have a mobile piece of equipment that I would like to run with different settings depending on the location it is used.

Assuming your switches issue diagnostic frames, you could write a small daemon to capture them and make them available to the ignition environment. Some python3 script as a service parallel with a Vision Client or the gateway. (No way with Perspective, unfortunately.)

Depends on the switch. If it is a Stratix switch and you have a PLC you can monitor the port status in the PLC.
If it has SNMP capability, you can get an OPC Driver from Kepware that will monitor for that and you can get that via tags.

Or use this… I wasn’t aware that this existed. Thanks!