Displays status and configuration information for one or all Service Probes.
| instance_id | (Optional) Identifier of a specific Service Probe to display. Valid range is 1–9999. If omitted, all probes are displayed. |
| detail | (Optional) Displays detailed probe information, including IP and DNS configuration, VLAN state, default route status, and the results of the most recent gateway and DNS queries. |
Without the detail keyword, the output displays a summary table of all probes showing their VLAN association, MAC address, IP address, gateway, and status flags.
The flags in the summary output have the following meanings:
With the detail keyword, the output also includes the results of the most recent run service-probe query gateway and run service-probe query dns actions, including the server queried, result status, and timestamp.
The following command displays a summary of all Service Probes:
show service-probe
Sample output:
ID VLAN In-Use MAC In-Use IP In-Use Gateway Flags
---- ----------- ------------------ -------------------- --------------- -----
1 corp 40:88:2f:df:e4:01 192.168.100.102/24 192.168.100.10 D-NRV
5 corp 40:88:2f:df:e4:03 192.168.100.90/24 192.168.100.10 -nNRV
18 corp100 40:88:2f:df:e4:04 192.168.200.93/24 192.168.200.10 -nNRV
Flags: (D) Dynamic IP, (n) DNS Name Servers Configured, (N) DNS Name Servers In-Use,
(R) Default Route Exists, (V) Linked VLAN is UP.
The following command displays detailed information for Service Probe 1:
show service-probe 1 detail
Sample output:
=============================================================================== ID : 1 VLAN : SpBlue (UP) In-Use MAC : 0a:11:88:fe:ec:36 Default Route Exists : True Dynamic : False Cfg IP : 150.150.1.99/24 Cfg Gateway : 150.150.1.4 Cfg DNS : 150.150.1.4 In-Use IP : 150.150.1.99/24 In-Use Resource Server Status Query Time ----------------- ------------------- ----------- ------------------- Gateway 150.150.1.4 Reachable 02-03-2026 12:37:15 Primary DNS 150.150.1.4 Success 02-03-2026 12:34:29
This command was first available in version 33.5.1.
The cached gateway and DNS query results in detail output were added in version 33.6.1.
All platforms.