بنقرة واحدة
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.