2.0.x
Release Notes For Ansible AVD 2.0.x¶
Table of Contents:
Documentation for AVD version 2.0.x available here
Release 2.0.0-RC3¶
Warning
This is a pre-release candidate, not ready for production use! Use with caution!
Provides enhancements and bug fixes to the following roles:
**New features:*
-
eos_designs (eos_l3ls_evpn)
- Add support for Custom Structured Configuration
- Add support for multiple custom_structured_configuration prefixes
- PTP support for eos_designs
- L2leaf inband management
- BGP RT Membership support
-
eos_cli_config_gen
- Errdisable feature
- Add interface_defaults to eos_cli_config_gen
- QOS support
- Implement ENABLE password in cli_config_gen
- Implement Aggregate routes in BGP VRF
- BGP RT Membership support
- PTP capability
Data model modifications¶
This section provides an overview of only the data model that have changed from the previous release that would require user modifications. See the release notes and role documentation for all new additions.
eos_cli_config_gen:
- SNMP local interfaces
# Old data model
snmp_server:
local_interfaces:
- name: < interface_name_1 >
vrf: < vrf_name >
# New Data model
snmp_server:
local_interfaces:
< interface_name_1 >:
vrf: < vrf_name >
< interface_name_2 >:
< interface_name_3 >:
vrf: < vrf_name >
- Router BFD previously bfd_multihop
# Old data model
bfd_multihop:
interval: < rate in milliseconds >
min_rx: < rate in milliseconds >
multiplier: < 3-50 >
# New Data model
router_bfd:
multihop:
interval: < rate in milliseconds >
min_rx: < rate in milliseconds >
multiplier: < 3-50 >
Other Notable changes¶
Output Folders Changes
Output for eos_designs fabric documentation is now saved under documentation/fabric instead of documentation/{{ fabric_name }}.
New Roles¶
- eos_snapshot: Collect commands on Arista EOS devices and generate a report. It supports reports with the following format: text, markdown, json and yaml
- dhcp_provisioner: Build and deploy a DHCP configuration file to support Zero Touch Provisioning with Arista EOS devices.