File tree 2 files changed +13
-10
lines changed
2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,16 @@ Getters support matrix
56
56
.. |yes | unicode :: U+02705 .. Yes
57
57
.. |no | unicode :: U+0274C .. No
58
58
59
- ====================== ===== ===== ====== ======= ====== ====== ======
60
- _ EOS JunOS IOS-XR FortiOS IBM NXOS IOS
61
- ====================== ===== ===== ====== ======= ====== ====== ======
62
- **get_facts ** |yes | |yes | |yes | |yes | |no | |yes | |yes |
63
- **get_interfaces ** |yes | |yes | |yes | |yes | |no | |yes | |yes |
64
- **get_lldp_neighbors ** |yes | |yes | |yes | |yes | |no | |yes | |yes |
65
- ====================== ===== ===== ====== ======= ====== ======
59
+ ========================== ===== ===== ====== ======= ====== ====== ======
60
+ _ EOS JunOS IOS-XR FortiOS IBM NXOS IOS
61
+ ========================== ===== ===== ====== ======= ====== ====== ======
62
+ **get_facts ** |yes | |yes | |yes | |yes | |no | |yes | |yes |
63
+ **get_interfaces ** |yes | |yes | |yes | |yes | |no | |yes | |yes |
64
+ **get_lldp_neighbors ** |yes | |yes | |yes | |yes | |no | |no | |no |
65
+ **get_bgp_neighbors ** |yes | |yes | |yes | |yes | |no | |no | |no |
66
+ **get_environment ** |yes | |yes | |yes | |yes | |no | |no | |no |
67
+ **get_interface_counters ** |yes | |yes | |yes | |yes | |no | |no | |no |
68
+ ========================== ===== ===== ====== ======= ====== ====== ======
66
69
67
70
Caveats
68
71
-------
Original file line number Diff line number Diff line change 1
1
IOS
2
- ----
2
+ ---
3
3
4
4
5
5
Prerequisites
@@ -9,7 +9,7 @@ IOS has no native API to play with, that's the reason why we used the Netmiko li
9
9
Having Netmiko installed in your working box is a prerequisite.
10
10
11
11
Notes on configuration comparing
12
- _____
12
+ ________________________________
13
13
14
14
Using the ``compare_config() `` method, we'll have in return a list of commands that will be merged with the current configuration.
15
15
Since no configuration replacement's been implremented, this is the only comparison we can obtain.
@@ -21,7 +21,7 @@ Merges are currently implemented by simply applying the the merge config line by
21
21
As a result, merges are **not atomic **.
22
22
23
23
Notes on configuration rollback
24
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
25
26
26
There is no magic here. Since IOS doesn't support any checkpoint config, what we can do is removing all the commands from the previous commit.
27
27
The 'no' keyword will be added to each command and it will be sent again. The system is smart enough to understand parent/child commands.
You can’t perform that action at this time.
0 commit comments