What problem does it solve?
Interacting with running EVE-NG lab nodes requires manual telnet console sessions, mode detection, and OS-specific command handling, which is slow and error-prone when verifying protocol state or applying live configuration changes.
Core Features & Use Cases
- Console Discovery and Mode Detection: Discover a node's console and determine whether it landed in login, shell, exec, privileged, or config mode before sending commands.
- OS-Specific Execution Tools: Run commands on IOS, Junos, VPCS, EOS, and NX-OS nodes through dedicated execution tools with tunable timeouts.
- Safe Live Changes: Apply Junos candidate configuration with commit verification and inspect transcripts before claiming success.
- Use Case: After starting an EVE-NG lab, verify OSPF neighbor state on an IOS router, then commit a Junos interface change and confirm the commit output contains no errors.
Quick Start
Use the EVE-NG console skill to discover the console of my running IOS node and execute 'show ip interface brief' to verify interface status.