sdwan-ops

Retrieve read-only Cisco SD-WAN vManage fabric inventory, templates, and policies via MCP.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill sdwan-ops-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdwan-ops
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/sdwan-ops
Command: npx skills add https://github.com/dgethings/netclaw --skill sdwan-ops-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve read-only visibility into Cisco SD-WAN vManage to assess fabric health, inventory, templates, and policies without risking changes.

Core Features & Use Cases

  • Read-only querying of devices, edge routers, templates, and policies via MCP server.
  • Health checks and troubleshooting support for SD-WAN fabric, including alarms, events, BFD sessions, and OMP routes.
  • Audit-oriented workflows for policy and template verification across the SD-WAN fabric.

Quick Start

Run the MCP client and execute a tool like get_devices to view the SD-WAN fabric inventory.

Frequently Asked Questions about sdwan-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a read-only health check on a Cisco SD-WAN fabric?

You can perform read-only SD-WAN health checks by querying the vManage server to retrieve fabric devices, WAN Edge inventory, alarms, and events without applying configuration changes.

What is needed to query vManage for SD-WAN policy audits?

Querying vManage for SD-WAN policy audits requires a Python 3 MCP server with environment variables VMANAGE_IP, VMANAGE_USERNAME, and VMANAGE_PASSWORD configured for authentication.

Can I troubleshoot BFD sessions and OMP routes using vManage read-only queries?

Yes, you can troubleshoot BFD sessions and OMP routes by executing read-only vManage queries to assess the operational status of your SD-WAN fabric and identify routing issues.

Does this approach support retrieving running configurations across SD-WAN edge routers?

Yes, this approach supports retrieving running configurations across the SD-WAN fabric, allowing you to audit templates, policies, and device settings safely without making modifications.

What are the limitations of read-only SD-WAN network automation?

Read-only SD-WAN network automation is limited to visibility, auditing, and troubleshooting tasks, meaning you cannot push configuration changes, update templates, or modify active policies on vManage.