We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following TOI describes support for traceroute in MPLS networks and PMTU discovery: https://www.arista.com/en/support/toi/eos-4-21-0f/14043-mpls-tunnel-support-for-traceroute-and-pmtu-discovery
The following two commands are required which are not supported today in AVD natively:
mpls icmp fragmentation-needed tunneling mpls icmp ttl-exceeded tunneling
eos_cli_config_gen
MPLS IPVPNv4 network to support traceroutes
Support for this two commands via eos_cli_config_gen
eos_cli: | mpls icmp fragmentation-needed tunneling mpls icmp ttl-exceeded tunneling
No response
The text was updated successfully, but these errors were encountered:
Shivani-gslab
Successfully merging a pull request may close this issue.
Enhancement summary
The following TOI describes support for traceroute in MPLS networks and PMTU discovery:
https://www.arista.com/en/support/toi/eos-4-21-0f/14043-mpls-tunnel-support-for-traceroute-and-pmtu-discovery
The following two commands are required which are not supported today in AVD natively:
Which component of AVD is impacted
eos_cli_config_gen
Use case example
MPLS IPVPNv4 network to support traceroutes
Describe the solution you would like
Support for this two commands via eos_cli_config_gen
Describe alternatives you have considered
eos_cli: |
mpls icmp fragmentation-needed tunneling
mpls icmp ttl-exceeded tunneling
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: