Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f8dbf7e8
commit
2044ea6182
196 changed files with 10121 additions and 3780 deletions
|
@ -83,10 +83,21 @@ anta.tests.bfd:
|
|||
multiplier: 3
|
||||
- VerifyBFDPeersHealth:
|
||||
down_threshold: 2
|
||||
- VerifyBFDPeersRegProtocols:
|
||||
bfd_peers:
|
||||
- peer_address: 192.0.255.8
|
||||
vrf: default
|
||||
protocols:
|
||||
- bgp
|
||||
- isis
|
||||
|
||||
anta.tests.configuration:
|
||||
- VerifyZeroTouch:
|
||||
- VerifyRunningConfigDiffs:
|
||||
- VerifyRunningConfigLines:
|
||||
regex_patterns:
|
||||
- "^enable password.*$"
|
||||
- "bla bla"
|
||||
|
||||
anta.tests.connectivity:
|
||||
- VerifyReachability:
|
||||
|
@ -94,9 +105,13 @@ anta.tests.connectivity:
|
|||
- source: Management1
|
||||
destination: 1.1.1.1
|
||||
vrf: MGMT
|
||||
df_bit: True
|
||||
size: 100
|
||||
- source: Management1
|
||||
destination: 8.8.8.8
|
||||
vrf: MGMT
|
||||
df_bit: True
|
||||
size: 100
|
||||
- VerifyLLDPNeighbors:
|
||||
neighbors:
|
||||
- port: Ethernet1
|
||||
|
@ -110,6 +125,21 @@ anta.tests.field_notices:
|
|||
- VerifyFieldNotice44Resolution:
|
||||
- VerifyFieldNotice72Resolution:
|
||||
|
||||
anta.tests.flow_tracking:
|
||||
- VerifyHardwareFlowTrackerStatus:
|
||||
trackers:
|
||||
- name: FLOW-TRACKER
|
||||
record_export:
|
||||
on_inactive_timeout: 700000
|
||||
on_interval: 3000000
|
||||
exporters:
|
||||
- name: CV-TELEMETRY
|
||||
local_interface: Loopback11
|
||||
template_interval: 3600
|
||||
- name: CVP-TELEMETRY
|
||||
local_interface: Loopback01
|
||||
template_interval: 36000000
|
||||
|
||||
anta.tests.greent:
|
||||
- VerifyGreenT:
|
||||
- VerifyGreenTCounters:
|
||||
|
@ -191,6 +221,12 @@ anta.tests.interfaces:
|
|||
- name: Eth2
|
||||
auto: False
|
||||
speed: 2.5
|
||||
- VerifyLACPInterfacesStatus:
|
||||
interfaces:
|
||||
- name: Ethernet5
|
||||
portchannel: Port-Channel5
|
||||
- name: Ethernet6
|
||||
portchannel: Port-Channel5
|
||||
|
||||
anta.tests.lanz:
|
||||
- VerifyLANZ:
|
||||
|
@ -324,6 +360,7 @@ anta.tests.security:
|
|||
destination_address: 100.64.2.2
|
||||
- source_address: 172.18.3.2
|
||||
destination_address: 172.18.2.2
|
||||
- VerifyHardwareEntropy:
|
||||
|
||||
anta.tests.services:
|
||||
- VerifyHostname:
|
||||
|
@ -361,6 +398,13 @@ anta.tests.snmp:
|
|||
location: New York
|
||||
- VerifySnmpContact:
|
||||
contact: Jon@example.com
|
||||
- VerifySnmpPDUCounters:
|
||||
pdus:
|
||||
- outTrapPdus
|
||||
- VerifySnmpErrorCounters:
|
||||
error_counters:
|
||||
- inVersionErrs
|
||||
- inBadCommunityNames
|
||||
|
||||
anta.tests.software:
|
||||
- VerifyEOSVersion:
|
||||
|
@ -390,6 +434,8 @@ anta.tests.stp:
|
|||
instances:
|
||||
- 10
|
||||
- 20
|
||||
- VerifyStpTopologyChanges:
|
||||
threshold: 10
|
||||
|
||||
anta.tests.stun:
|
||||
- VerifyStunClient:
|
||||
|
@ -402,6 +448,7 @@ anta.tests.stun:
|
|||
public_address: 100.64.3.21
|
||||
source_port: 4500
|
||||
public_port: 6006
|
||||
- VerifyStunServer:
|
||||
|
||||
anta.tests.system:
|
||||
- VerifyUptime:
|
||||
|
@ -413,6 +460,15 @@ anta.tests.system:
|
|||
- VerifyMemoryUtilization:
|
||||
- VerifyFileSystemUtilization:
|
||||
- VerifyNTP:
|
||||
- VerifyNTPAssociations:
|
||||
ntp_servers:
|
||||
- server_address: 1.1.1.1
|
||||
preferred: True
|
||||
stratum: 1
|
||||
- server_address: 2.2.2.2
|
||||
stratum: 1
|
||||
- server_address: 3.3.3.3
|
||||
stratum: 1
|
||||
|
||||
anta.tests.vlan:
|
||||
- VerifyVlanInternalPolicy:
|
||||
|
@ -505,6 +561,7 @@ anta.tests.routing:
|
|||
bgp_peers:
|
||||
- peer_address: 172.30.11.1
|
||||
vrf: default
|
||||
strict: False
|
||||
capabilities:
|
||||
- ipv4Unicast
|
||||
- VerifyBGPPeerASNCap:
|
||||
|
@ -543,6 +600,36 @@ anta.tests.routing:
|
|||
vrf: default
|
||||
hold_time: 180
|
||||
keep_alive_time: 60
|
||||
- VerifyBGPPeerDropStats:
|
||||
bgp_peers:
|
||||
- peer_address: 10.101.0.4
|
||||
vrf: default
|
||||
drop_stats:
|
||||
- inDropAsloop
|
||||
- inDropClusterIdLoop
|
||||
- inDropMalformedMpbgp
|
||||
- inDropOrigId
|
||||
- inDropNhLocal
|
||||
- inDropNhAfV6
|
||||
- VerifyBGPPeerUpdateErrors:
|
||||
bgp_peers:
|
||||
- peer_address: 10.100.0.8
|
||||
vrf: default
|
||||
update_errors:
|
||||
- inUpdErrWithdraw
|
||||
- inUpdErrIgnore
|
||||
- VerifyBgpRouteMaps:
|
||||
bgp_peers:
|
||||
- peer_address: 10.100.4.1
|
||||
vrf: default
|
||||
inbound_route_map: RM-MLAG-PEER-IN
|
||||
outbound_route_map: RM-MLAG-PEER-IN
|
||||
- VerifyBGPPeerRouteLimit:
|
||||
bgp_peers:
|
||||
- peer_address: 10.100.0.8
|
||||
vrf: default
|
||||
maximum_routes: 12000
|
||||
warning_limit: 10000
|
||||
ospf:
|
||||
- VerifyOSPFNeighborState:
|
||||
- VerifyOSPFNeighborCount:
|
||||
|
@ -573,4 +660,31 @@ anta.tests.routing:
|
|||
- name: Ethernet1
|
||||
mode: point-to-point
|
||||
vrf: default
|
||||
# level is set to 2 by default
|
||||
# level is set to 2 by default
|
||||
- VerifyISISSegmentRoutingAdjacencySegments:
|
||||
instances:
|
||||
- name: CORE-ISIS
|
||||
vrf: default
|
||||
segments:
|
||||
- interface: Ethernet2
|
||||
address: 10.0.1.3
|
||||
sid_origin: dynamic
|
||||
- VerifyISISSegmentRoutingDataplane:
|
||||
instances:
|
||||
- name: CORE-ISIS
|
||||
vrf: default
|
||||
dataplane: MPLS
|
||||
- VerifyISISSegmentRoutingTunnels:
|
||||
entries:
|
||||
# Check only endpoint
|
||||
- endpoint: 1.0.0.122/32
|
||||
# Check endpoint and via TI-LFA
|
||||
- endpoint: 1.0.0.13/32
|
||||
vias:
|
||||
- type: tunnel
|
||||
tunnel_id: ti-lfa
|
||||
# Check endpoint and via IP routers
|
||||
- endpoint: 1.0.0.14/32
|
||||
vias:
|
||||
- type: ip
|
||||
nexthop: 1.1.1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue