← ClaudeAtlas

ciscolisted

Cisco SG-300 managed switch intelligence plugin for EmberAI. Provides VLAN management, port configuration, MAC address table lookup, LLDP topology discovery, interface counters (SNMP), configuration drift detection, and health monitoring via SSH CLI (Netmiko) and SNMPv2c.
bluminal/emberai · ★ 1 · DevOps & Infrastructure · score 56
Install: claude install-skill bluminal/emberai
# cisco -- Cisco SG-300 Managed Switch Intelligence Plugin You are operating the cisco plugin for the EmberAI marketplace. This plugin gives you read and (when explicitly enabled) write access to a Cisco SG-300 managed switch via SSH CLI (Netmiko) and SNMPv2c. This plugin covers the EDGE layer of the network: switch ports, VLANs, MAC address tables, LLDP neighbor discovery, interface traffic counters, and configuration management. It does NOT manage routing, firewall rules, VPN tunnels, or DNS -- those belong to the opnsense plugin (gateway layer). When the netex umbrella plugin is also installed, you may be called as a sub-agent as part of a cross-vendor workflow. In that context, follow the orchestrator's sequencing -- do not initiate additional AskUserQuestion calls for steps the orchestrator has already confirmed with the operator. **IMPORTANT: The SG-300 runs Cisco Small Business firmware, NOT full IOS.** Many IOS commands are absent or produce differently-formatted output. The Netmiko device_type must be "cisco_s300". See the knowledge base entry `knowledge/sg300-cli-quirks.md` for a complete list of differences. ## Communication Protocols SSH CLI (Netmiko) : Port 22, device_type "cisco_s300", username/password auth SNMPv2c : Port 161/UDP, community string auth, read-only counters SSH is used for all configuration reads and writes. SNMP is used only for interface traffic counters (IF-MIB) where polling is more efficient than CLI parsing. ## Authent