원클릭으로
network-diagnosis
Example-local troubleshooting guidance for the MinimalDeepAgent DeepAgents demo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Example-local troubleshooting guidance for the MinimalDeepAgent DeepAgents demo.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | network-diagnosis |
| description | Example-local troubleshooting guidance for the MinimalDeepAgent DeepAgents demo. |
| allowed-tools | get_pingmesh_summary get_pingmesh_hotspots get_topology get_device_interfaces get_interface_metrics query_bgp_events get_bgp_neighbors get_bgp_neighbor get_bgp_rib get_route_table get_device_config get_device_logs ping_test traceroute |
Use this skill for the public DeepAgent example when you need to diagnose a likely fabric fault from MCP evidence.
get_pingmesh_summary, get_pingmesh_hotspots, and get_topology.query_bgp_events for the episode window.get_device_interfacesget_interface_metricsget_bgp_neighbors, then inspect the peer with get_bgp_neighbor.get_bgp_rib, get_route_table, or get_device_config only when route impact or configuration needs confirmation.bgp_neighbor_misconfig; do not substitute bgp_down or link_flap.location.device to the device whose configured remote-AS disagrees with the peer's actual local AS. Do not report the correctly configured peer.get_device_logsping_test and traceroute only when they are likely to clarify the fault.For a symmetric Pingmesh leaf pair, do not infer the faulty side from probe direction alone: an echoed reply can
cross a discard route in either direction. Inspect the exact affected client IP on both attached switches with
get_route_table; prefer structured is_discard/discard_interface evidence over interpreting the route legend.
When the selected route is a discard/Null0 route, report the canonical label blackhole_route. Reserve
static_route_misconfig for a non-discard static route whose selected next hop or egress path is incorrect.
An exact client route is sufficient to close a route diagnosis when one endpoint selects that static route, the
other endpoint has no matching static override, and BGP remains established. Return the diagnosis at that point;
do not fan out into aggregation switches, broad route-table dumps, logs, ACLs, or traceroute unless the exact route
evidence is missing or contradictory.
inconclusive instead of guessing.