You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/module/isis.md
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
(module-isis)=
2
2
# IS-IS Configuration Module
3
3
4
-
This configuration module configures the IS-IS routing process on Cisco IOS, Cisco NX-OS, Arista EOS, Junos (tested on vSRX), Nokia SR OS, and Nokia SR Linux.
4
+
This configuration module configures the IS-IS routing process on Arista EOS, Cisco ASAv, Cisco IOS, Cisco IOS-XR, Cisco NX-OS, FRRouting, Junos, Nokia SR OS, Nokia SR Linux, and VyOS.
5
5
6
6
The module supports the following IS-IS features:
7
7
8
8
* IPv4 and IPv6
9
-
* IS type (L1 and/or L2)
9
+
* IS type and circuit type (L1 and/or L2)
10
10
* Multi-topology IPv6 (enabled by default as soon as the node has at least one IPv6 address, cannot be disabled)
11
11
* Wide metrics (enabled by default, cannot be turned off)
12
12
* Unnumbered IPv4 interfaces
@@ -28,21 +28,33 @@ The module supports the following IS-IS features:
28
28
29
29
The following table describes per-platform support of individual IS-IS features:
30
30
31
-
| Operating system | IS type | IPv6<br>AF | Multi<br>topology | Unnumbered<br />interfaces | Route<br>import | VRF<br>instances |
| Nokia SR Linux | ✅ | ✅ [❗](caveats-srlinux)| ✅ |
55
+
| Nokia SR OS | ✅ | ✅ [❗](caveats-sros)| ✅ |
56
+
57
+
[^18v]: Includes Cisco IOSv, Cisco IOSvL2, Cisco CSR 1000v, Cisco Catalyst 8000v, Cisco IOS-on-Linux (IOL), and IOL Layer-2 image.
46
58
47
59
[^Junos]: Includes vMX, vSRX, vPTX, vJunos-switch, and vJunos-router
48
60
@@ -111,7 +123,7 @@ IS-IS is automatically started on all interfaces within an autonomous system (in
111
123
112
124
You can also set these parameters:
113
125
114
-
***isis.type** -- Link type (**level-1**, **level-2** or **level-1-2**). Recognized as a valid attribute, but not implemented for all platforms. Currently supported on ios family, eos and frr devices. Please feel free to fix the configuration templates and submit a pull request.
126
+
***isis.type** -- Set link type (**level-1**, **level-2** or **level-1-2**).
115
127
***isis.network_type** -- Set IS-IS network type. Valid values are **point-to-point** or *False* (do not set the network type). See also [Default Link Parameters](#default-link-parameters).
116
128
***isis.metric** or **isis.cost** -- Interface cost. Both parameters are recognized to make IS-IS configuration similar to OSPF (*metric* takes precedence over *cost*)
117
129
***isis.bfd** -- enable or disable BFD on individual interfaces. Like with the node-level **isis.bfd** parameter, this parameter could be a boolean value (*True* to enable BFD for all address families, *False* to disable IS-IS BFD on the interface) or a dictionary of address families, for example:
0 commit comments