diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-10-15 18:28:36 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-10-15 18:28:36 +0200 |
commit | 7f96173bbd609478a56fe046819c694782241c00 (patch) | |
tree | 915f47dffe9133275932379336962641926ea682 /README.md | |
parent | e9818aa8e2599e761893ad26785077b8b152a4c4 (diff) |
Add support for Cisco IOS XR.
Some of the changes might be inaccurate. They have only been tested against
the demo version of a Cisco IOS XRv. Any feedback about real world IOS XR
testing will be appreciated.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ 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 BIRD, Cisco, Juniper and Quagga routers + * Support of BIRD, Cisco (IOS and IOS-XR), Juniper and Quagga routers * Support of Telnet and SSH connection to routers using password authentication and SSH keys. * Configurable list of routers |