From auvik
Audit a tenant's networks, interfaces, and saved configurations; flag drift and missing backups
How this command is triggered — by the user, by Claude, or both
Slash command
/auvik:network-audit <tenant_id>The summary Claude sees in its command listing — used to decide when to auto-load this command
# Auvik Network Audit Walk a tenant's networks, interfaces, and configuration backups end-to-end. The output is meant to support a renewal conversation or a quarterly health check - what does the network look like, are configurations being backed up, and is anything drifting from a known-good state. ## Prerequisites - Tools: `auvik_networks_list`, `auvik_networks_get`, `auvik_interfaces_list`, `auvik_configurations_list`, `auvik_configurations_get`, `auvik_devices_list`, `auvik_entities_list_audits` ## Steps 1. **Enumerate networks** Call `auvik_networks_list` for the tenant. Note ...
Walk a tenant's networks, interfaces, and configuration backups end-to-end. The output is meant to support a renewal conversation or a quarterly health check - what does the network look like, are configurations being backed up, and is anything drifting from a known-good state.
auvik_networks_list, auvik_networks_get, auvik_interfaces_list, auvik_configurations_list, auvik_configurations_get, auvik_devices_list, auvik_entities_list_auditsEnumerate networks
Call auvik_networks_list for the tenant. Note the count, the IP ranges in use, and any networks marked private vs internet. Call auvik_networks_get on the largest few for detail (gateway, DHCP, scan status).
List interfaces
Call auvik_interfaces_list for the tenant. Bucket by interface type (ethernet, wireless, virtual, etc.) and by adminStatus / operStatus. Flag any interface that is admin-up but oper-down for more than a transient period.
Audit saved configurations
Call auvik_configurations_list for the tenant. For each managed network device (router, switch, firewall, accessPoint), check:
Spot configuration drift
For devices with multiple saved configurations, call auvik_configurations_get on the two most recent for any device that has changed in the last 7 days. Surface a one-line summary of what changed. Frequent unexpected changes on infrastructure devices warrant a conversation with the customer.
Cross-reference with audit history
Call auvik_entities_list_audits on the tenant or on suspect devices to surface who or what triggered recent changes - human edits, automation, or Auvik-driven actions.
Produce the audit report
Sections in order:
| Parameter | Type | Required | Description |
|---|---|---|---|
| tenant_id | string | Yes | Tenant to audit |
/auvik:network-audit tenant_id=12345
/auvik:device-inventory - For the hardware side of the audit/auvik:capacity-check - For the performance side of the auditnpx claudepluginhub wyre-technology/msp-claude-plugins --plugin auvik/meraki-network-healthSweep an organization's networks, devices, and appliance VPN status for a site-health overview
/network-sweepFull network health sweep across all connected network-monitoring tools — devices down, degraded links, and topology changes
/unifly-auditAudits UniFi network configuration for security issues: checks open WiFi, permissive firewall rules, outdated firmware, and network isolation. Produces a severity-ranked report with remediation steps.
/SKILLCreates and runs command templates with validation rules for CLI checks on network devices. Also supports analytic templates for pre/post comparison and compliance validations.
/networkConfigures, troubleshoots, and secures networking infrastructure (DNS, SSL/TLS, CDN, load balancers, VPC, security). Produces topology reports, configs, diagrams, and git commits.
/drift-reportReport control and configuration drift since the last known-good baseline for a client or the whole portfolio