Vyatta
Vyatta Plugin
Vyatta is an Open Source routing project and has Cisco-like command line/configuration. Tab completion for everything and '?' if you are unsure about something. Syntax is also pretty similar as well.
Download
- Included in main HQ distribution as of HQ 3.1
- Download the latest source code:
svn co http://svn.hyperic.org/projects/hq/trunk hyperic-hq
Documentation
Configuration Tips
Configuring Interfaces
%> configure %# set interfaces ethernet eth0 address 10.0.0.199 prefix-length 24 %# set interfaces ethernet eth0 description "" %# commit
Enabling SSH access
%> configure %# set service ssh %# commit
Enabling SNMP
%> configure %# set protocols snmp community <snmp community string> %# commit