From auvik
Audits a tenant's network infrastructure – enumerates networks, interfaces, and device configurations; flags backup gaps, configuration drift, and flapping interfaces; produces a structured health check report.
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/network-sweepPerforms a full network health sweep across all connected network-monitoring tools (Auvik, Meraki, Domotz), reporting devices down, degraded interfaces, and topology changes.
/meraki-network-healthSweeps a Cisco Meraki organization's networks, devices, and appliance VPN status for a single-pass site-health overview.
/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.
/SKILLManages network devices in Itential Configuration Manager: inventory, backups, diffs, groups, and templates. Accepts device-name or action.
/tenant-overviewEnumerates ThreatLocker child organizations and displays pending approval counts and recent audit volume per tenant, helping MSP analysts prioritize which tenants need attention.
/networkConfigures, troubleshoots, and secures networking infrastructure (DNS, SSL/TLS, CDN, load balancers, VPC, security). Produces topology reports, configs, diagrams, and git commits.