diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 08:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 08:35:51 +0000 |
commit | 641d0d615623d4818993e1967fc96af1eefc4605 (patch) | |
tree | c40f205eb559c8a495489262190a0be4f1829740 /docs/requirements-and-installation.md | |
parent | Adding upstream version 0.13.0. (diff) | |
download | anta-641d0d615623d4818993e1967fc96af1eefc4605.tar.xz anta-641d0d615623d4818993e1967fc96af1eefc4605.zip |
Adding upstream version 0.14.0.upstream/0.14.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/requirements-and-installation.md')
-rw-r--r-- | docs/requirements-and-installation.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 9885cbe..b3107a6 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -8,11 +8,11 @@ ## Python version -Python 3 (`>=3.8`) is required: +Python 3 (`>=3.9`) is required: ```bash python --version -Python 3.9.9 +Python 3.11.8 ``` ## Install ANTA package @@ -61,12 +61,12 @@ which anta ```bash # Check ANTA version anta --version -anta, version v0.13.0 +anta, version v0.14.0 ``` ## EOS Requirements -To get ANTA working, the targetted Arista EOS devices must have the following configuration (assuming you connect to the device using Management interface in MGMT VRF): +To get ANTA working, the targeted Arista EOS devices must have the following configuration (assuming you connect to the device using Management interface in MGMT VRF): ```eos configure @@ -95,7 +95,7 @@ management api http-commands end ``` -Now the swicth accepts on port 443 in the MGMT VRF HTTPS requests containing a list of CLI commands. +Now the switch accepts on port 443 in the MGMT VRF HTTPS requests containing a list of CLI commands. Run these EOS commands to verify: |