Merging upstream version 0.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
082ce481df
commit
2265bd9c67
211 changed files with 12174 additions and 6401 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue