File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,16 @@ Getters support matrix
5656.. |yes | unicode :: U+02705 .. Yes
5757.. |no | unicode :: U+0274C .. No
5858
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+ ========================== ===== ===== ====== ======= ====== ====== ======
6669
6770Caveats
6871-------
Original file line number Diff line number Diff line change 11IOS
2- ----
2+ ---
33
44
55Prerequisites
@@ -9,7 +9,7 @@ IOS has no native API to play with, that's the reason why we used the Netmiko li
99Having Netmiko installed in your working box is a prerequisite.
1010
1111Notes on configuration comparing
12- _____
12+ ________________________________
1313
1414Using the ``compare_config() `` method, we'll have in return a list of commands that will be merged with the current configuration.
1515Since 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
2121As a result, merges are **not atomic **.
2222
2323Notes on configuration rollback
24- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2525
2626There 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.
2727The '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