diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-14 23:17:22 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-14 23:17:22 +0200 |
commit | f97dcdd539407d5987236bdffacc093cc790d373 (patch) | |
tree | c39dcd05d218a3a7d6e4638b0bbaf83bdfea9088 /README.md | |
parent | 6f3b61ae16cc04c4b4f036a795842ef81d210635 (diff) |
Add preliminary support for Cisco routers.
Need to be tested.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -20,20 +20,20 @@ execute some commands on routers. The output is sent back to the user. For now this looking glass is quite simple. Here you have some features: * Interface using Javascript and AJAX calls (needs a decent browser) - * Support of Juniper routers - * Support of SSH connection to routers using password authentication + * Support of Cisco and Juniper routers + * Support of Telnet and SSH connection to routers using password + authentication and SSH keys. * Configurable list of routers - * Tweakable interface (title, logo, footer) + * Tweakable interface (title, logo, footer, elements order) * Log all commands in a file * Customizable output with regular expressions And here is a list of what this looking glass should be able to do in the future: - * Support of Cisco, Quagga, BIRD and more routers - * Support of various authentication types + * Support of Quagga, BIRD and more routers + * Support of other types of authentication * Configurable list of allowed commands - * More customizable interface Configuration ------------- |