feat: add 10 new commands and 110 example outputs across 11 platforms#14
Draft
witherford wants to merge 1 commit into
Draft
feat: add 10 new commands and 110 example outputs across 11 platforms#14witherford wants to merge 1 commit into
witherford wants to merge 1 commit into
Conversation
New commands (with full examples): - Cisco IOS: show ip nat translations verbose, show ip sla statistics, show track - Nexus: show system resources - Linux: conntrack -L, lsns -t net - NetScaler SDX: show interface - AWS: aws elbv2 describe-load-balancers, aws rds describe-db-instances - Aruba CX: show cdp neighbors detail Example outputs added (10 per platform): - Linux Networking: ip r, ip neigh, ss -s, ethtool, ip link show, nmcli, iptables, ip -s link, ss -tan - Wireshark Display Filters Basic: ip.addr, ip.src, ip.dst, CIDR, not, eth.addr, eth.dst, vlan.id, frame.len, dual-host - OpenSSL: genrsa (2048/4096), ecparam, req -new, x509 text, x509 subject, s_client, verify, dgst, base64 - Aruba WLC: show version, ap database, user-table, ap active, aaa server, log, arm rf-summary, write memory, running-config, acl - Aruba AP: show version, summary, clients, ip interface brief, network, log, radio-summary, cluster, image version, ssid - Proxmox: pveversion, pvecm nodes, qm config/start, pct list, pvesm status, vzdump, ha-manager, zpool, journalctl - Aruba CX: show system, interface, vlan summary, spanning-tree, route summary, vsx status, events, copy running, acl, ntp - AWS: describe-volumes, security-groups, vpcs, cloudwatch alarms, s3 ls, iam get-user, flow-logs, metric-stats, s3 sync, iam list-users - Windows: systeminfo, ipconfig /flushdns, netstat -s, taskkill, Get-Process, Get-Volume, Get-PhysicalDisk, wmic, ipconfig /registerdns, Get-Disk - ESXi: hostname, nic get, storage fs list, vm process list, uptime, ipv4 get, device list, maintenance mode, ipv6 get, device stats - NetScaler SDX: show system, version, chassis, vpx, vm, xenserver version, ha, storage disks, logs, ovs-vsctl show Version: 1.9.0 → 1.9.1 https://claude.ai/code/session_017Q9PSmtDRH7Wotmxz7FAnT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Commands Added
show ip nat translations verboseshow ip sla statisticsshow trackshow system resourcesconntrack -Llsns -t netshow interfaceaws elbv2 describe-load-balancersaws rds describe-db-instancesshow cdp neighbors detailExample Outputs Added (10 per platform)
ip r,ip neigh,ss -s,ethtool,ip link show,nmcli device status,nmcli connection show,ip -s link,iptables -L -n -v,ss -tanip.addr,ip.src,ip.dst, CIDR filter, negation,eth.addr,eth.dst,vlan.id,frame.len, dual-hostgenrsa 2048/4096,ecparam,req -new,x509 -text,x509 -subject,s_client,verify,dgst -sha256,base64show version,ap database,user-table,ap active,aaa server,log all,arm rf-summary,write memory,running-config,aclshow version,summary,clients,ip interface brief,network,log,radio-summary,cluster,image version,ssidpveversion -v,pvecm nodes,qm config,qm start,pct list,pvesm status,vzdump,ha-manager status,zpool list,journalctlshow system,interface 1/1/1,vlan summary,spanning-tree,ip route summary,vsx status,events,copy running-config,access-list,ntp statusdescribe-volumes,describe-security-groups,describe-vpcs,cloudwatch alarms,s3 ls,iam get-user,flow-logs,metric-statistics,s3 sync,iam list-userssysteminfo,ipconfig /flushdns,netstat -s,taskkill,Get-Process,Get-Volume,Get-PhysicalDisk,wmic os get caption,ipconfig /registerdns,Get-Diskhostname get,nic get,storage filesystem list,vm process list,uptime get,ipv4 get,device list,maintenanceMode get,ipv6 get,device stats getshow system,version,chassis,vpx,vm,xenserver version,ha,storage disks,logs,ovs-vsctl showTest Plan
node -e "JSON.parse(...)")node --checkhttps://claude.ai/code/session_017Q9PSmtDRH7Wotmxz7FAnT
Generated by Claude Code