summaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-10-15 18:28:36 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-10-15 18:28:36 +0200
commit7f96173bbd609478a56fe046819c694782241c00 (patch)
tree915f47dffe9133275932379336962641926ea682 /docs/configuration.md
parente9818aa8e2599e761893ad26785077b8b152a4c4 (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 'docs/configuration.md')
-rw-r--r--docs/configuration.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index bb1a210..7b7a543 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -117,11 +117,13 @@ interact with it.
```php
$config['routers']['router1']['type'] = 'juniper';
```
-The router type can be Juniper, Cisco, Quagga or BIRD. You can take a look at
-the specific documentation for your router. Possible values are:
+The router type can be Juniper, Cisco (IOS or IOS-XR), Quagga or BIRD. You can
+take a look at the specific documentation for your router. Possible values
+are:
* juniper **or** junos
* cisco **or** ios
+ * ios-xr **or** iosxr
* bird
* quagga **or** zebra
@@ -132,14 +134,15 @@ with:
```php
$config['routers']['router1']['source-interface-id'] = 'lo0';
```
-for Cisco and Juniper routers (change lo0 with your interface), and with:
+for Cisco (except IOS XR) and Juniper routers (change lo0 with your
+interface), and with:
```php
-$config['routers']['router1']['source-interface-id']['ipv4'] = '192.168.1.1';
$config['routers']['router1']['source-interface-id']['ipv6'] = '2001:db8::1';
+$config['routers']['router1']['source-interface-id']['ipv4'] = '192.168.1.1';
```
-for BIRD and Quagga routers (use your own IP addresses). Omitting the IPv4 or
-the IPv6 version of the source address will result in the router trying to use
-the best IP address to contact the destination.
+for Cisco IOS XR, BIRD and Quagga routers (use your own IP addresses).
+Omitting the IPv6 or the IPv4 version of the source address will result in the
+router trying to use the best IP address to contact the destination.
After that you need to set the authentication information for the looking
glass to be able to log into the router. For this you select a type of