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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Hierarchical Configuration has been used extensively on:
8
8
-[x] Cisco IOSXR
9
9
-[x] Cisco NXOS
10
10
-[x] Arista EOS
11
+
-[x] Fortinet FortiOS
11
12
-[x] HP Procurve (Aruba AOSS)
12
13
13
14
In addition to the Cisco-style syntax, hier_config offers experimental support for Juniper-style configurations using set and delete commands. This allows users to remediate Junos configurations in native syntax. However, please note that Juniper syntax support is still in an experimental phase and has not been tested extensively. Use with caution in production environments.
@@ -17,7 +18,7 @@ In addition to the Cisco-style syntax, hier_config offers experimental support f
17
18
18
19
Hier Config is compatible with any NOS that utilizes a structured CLI syntax similar to Cisco IOS or Junos OS.
19
20
20
-
The code documentation can be found at: https://hier-config.readthedocs.io/en/latest/
21
+
The code documentation can be found at: [Hier Config documentation](https://hier-config.readthedocs.io/en/latest/).
### Structure of Each Section and How Rules Are Built
53
79
54
80
In Hier Config, the rules within a driver are organized into sections, each targeting a specific aspect of device configuration processing. These sections use Pydantic models to define the behavior and ensure consistency. Here's a breakdown of each section and its associated models:
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Hierarchical Configuration has been used extensively on:
8
8
-[x] Cisco IOSXR
9
9
-[x] Cisco NXOS
10
10
-[x] Arista EOS
11
+
-[x] Fortinet FortiOS
11
12
-[x] HP Procurve (Aruba AOSS)
12
13
13
14
In addition to the Cisco-style syntax, hier_config offers experimental support for Juniper-style configurations using set and delete commands. This allows users to remediate Junos configurations in native syntax. However, please note that Juniper syntax support is still in an experimental phase and has not been tested extensively. Use with caution in production environments.
0 commit comments