- Written by Radu Handolescu
- Posted on 10月 14, 2021
- Updated on 7月 31, 2024
- 8701 Views
The 400GBASE ZRP (also known as ZR+) is a transceiver that follows the OpenZR+ MSA (Multi Source Agreement)
- Written by Promise Nnogharam
- Posted on 4月 16, 2024
- Updated on 4月 16, 2024
- 3036 Views
Routing control functions (RCF) is a new language, a different way of policy definition and application in a programmatic fashion (https://www.arista.com/en/support/toi/eos-4-27-2f/15102-routing-control-functions-language-and-configuration). EOS Application Programmable Interface (eAPI) is another means whereby commands are sent to the switch (i.e. aside from the switch’s command-line interface - CLI which has been the norm), which can be executed through various methods like web interface, shell or a program/script.
- Written by Sharad Birmiwal
- Posted on 5月 25, 2021
- Updated on 5月 17, 2022
- 13356 Views
The document captures the default preference value (between and 255) for routes from various supported protocols.
- Written by Sudheer Y R
- Posted on 10月 9, 2018
- Updated on 12月 5, 2023
- 19133 Views
This feature introduces the hardware forwarding support for IPv4 over IPv4, GRE-Tunnel interfaces on Arista Switches. A GRE-Tunnel interface acts as a logical interface which performs the GRE encapsulation or decapsulation.
- Written by Thomas Altenburger
- Posted on 1月 20, 2022
- Updated on 8月 27, 2024
- 8968 Views
NAT (Network Address Translation) is a feature that allows each packet's addresses to be rewritten according to the user configuration. The packet qualification happens within the ingress pipeline of the forwarding plane, then the egress pipeline uses a shared table memory to decide which fields to adapt.
- Written by Padmanabh Ratnakar
- Posted on 10月 7, 2021
- Updated on 10月 14, 2024
- 12420 Views
For network monitoring and troubleshooting flow related issues, it is desirable to know the path, latency, queue and congestion information for flows at different times. The inband telemetry feature(INT), based on Inband Flow Analyzer RFC draft -IFA 2.0 and IFA 1.0(on some platforms) , is used to gather per flow telemetry information like path, per hop latency and congestion. INT is supported for both IPv4 and IPv6 traffic.
- Written by Ramakrishnan G
- Posted on 9月 6, 2021
- Updated on 3月 16, 2023
- 6663 Views
IPv6 routes of certain prefix lengths can be optimized for enhanced route scale on R3. This TOI explains the usage of these optimizations.
- Written by Suresh Nalagatla
- Posted on 9月 16, 2021
- Updated on 9月 21, 2021
- 9989 Views
Multicast EVPN IRB solution allows for the delivery of customer BUM (Broadcast, Unknown unicast and Multicast)
- Written by Prakhar Rastogi
- Posted on 9月 2, 2021
- Updated on 1月 10, 2023
- 8110 Views
RADIUS over TLS provides secure and reliable transport for RADIUS clients. RADIUS over TLS allows RADIUS
- Written by Corentin Le Bigot
- Posted on 9月 5, 2021
- Updated on 8月 29, 2024
- 7127 Views
Hardware accelerated NAT for transit fragmented traffic is enabled by default. It’s important to note that
- Written by Simon Liang
- Posted on 9月 5, 2021
- Updated on 10月 18, 2024
- 9083 Views
This document describes the VRF selection policy and VRF fallback feature. A VRF selection policy contains match rules that specify certain criteria (e.g. DSCP, IP protocol) as well as a resulting action to select a VRF in which to do the FIB lookup. The VRF fallback feature is an extension of these policies which allows users to optionally specify a “fallback” VRF for each VRF. The behavior is such that if the FIB lookup fails in a match rule’s selected VRF, another lookup will be attempted in the configured fallback VRF. Additionally, the fallback VRF itself can have yet another fallback VRF, such that if the lookup in the VRF and fallback VRF fail, the fallback-of-the-fallback VRF will be looked up (see the Configuration section for an example of this).