Skip to content
New issue

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

Fix: Incorrect default value for 720XP for trident_forwarding_table_partition #4215

Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| [<samp>&nbsp;&nbsp;window</samp>](## "evpn_hostflap_detection.window") | Integer | | `180` | | Time (in seconds) to detect a MAC duplication issue. |
| [<samp>&nbsp;&nbsp;expiry_timeout</samp>](## "evpn_hostflap_detection.expiry_timeout") | Integer | | | | Time (in seconds) to purge a MAC duplication issue. |
| [<samp>evpn_import_pruning</samp>](## "evpn_import_pruning") | Boolean | | `False` | | Enable VPN import pruning (Min. EOS 4.24.2F).<br>The Route Target extended communities carried by incoming VPN paths will be examined.<br>If none of those Route Targets have been configured for import, the path will be immediately discarded.<br> |
| [<samp>evpn_multicast</samp>](## "evpn_multicast") | Boolean | | `False` | | General Configuration required for EVPN Multicast. "evpn_l2_multicast" or "evpn_l3_multicast" must also be configured under the Network Services (tenants).<br>Requires "underlay_multicast: true" and IGMP snooping enabled globally (default).<br>For MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.<br>Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP and 722XP<br> The Following default platform setting will be configured: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"<br> All forwarding agents will be restarted when this configuration is applied.<br> You can tune the settings by overriding the default variable: "platform_settings[platforms].trident_forwarding_table_partition:"<br> Please contact an Arista representative for help with determining the appropriate values for your environment.<br> |
| [<samp>evpn_multicast</samp>](## "evpn_multicast") | Boolean | | `False` | | General Configuration required for EVPN Multicast. "evpn_l2_multicast" or "evpn_l3_multicast" must also be configured under the Network Services (tenants).<br>Requires "underlay_multicast: true" and IGMP snooping enabled globally (default).<br>For MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.<br>Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP.<br> The Following default platform setting will be configured on 7050X3 and 7300X2: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"<br> The Following default platform setting will be configured on 720XP: "flexible exact-match 16000 l2-shared 18000 l3-shared 22000"<br> All forwarding agents will be restarted when this configuration is applied.<br> You can tune the settings by overriding the default variable: "platform_settings[platforms].trident_forwarding_table_partition:"<br> Please contact an Arista representative for help with determining the appropriate values for your environment.<br> |
| [<samp>evpn_overlay_bgp_rtc</samp>](## "evpn_overlay_bgp_rtc") | Boolean | | `False` | | Enable Route Target Membership Constraint Address Family on EVPN overlay BGP peerings (Min. EOS 4.25.1F).<br>Requires use eBGP as overlay protocol.<br> |
| [<samp>evpn_prevent_readvertise_to_server</samp>](## "evpn_prevent_readvertise_to_server") | Boolean | | `False` | | Configure route-map on eBGP sessions towards route-servers, where prefixes with the peer's ASN in the AS Path are filtered away.<br>This is very useful in large-scale networks, where convergence will be quicker by not returning all updates received<br>from Route-server-1 to Router-server-2 just for Route-server-2 to throw them away because of AS Path loop detection.<br> |
| [<samp>evpn_rd_type</samp>](## "evpn_rd_type") <span style="color:red">removed</span> | Dictionary | | | | <span style="color:red">This key was removed. Support was removed in AVD version 4.0.0. Use <samp>overlay_rd_type</samp> instead.</span> |
Expand Down Expand Up @@ -60,8 +60,9 @@
# General Configuration required for EVPN Multicast. "evpn_l2_multicast" or "evpn_l3_multicast" must also be configured under the Network Services (tenants).
# Requires "underlay_multicast: true" and IGMP snooping enabled globally (default).
# For MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.
# Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP and 722XP
# The Following default platform setting will be configured: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"
# Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP.
# The Following default platform setting will be configured on 7050X3 and 7300X2: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"
# The Following default platform setting will be configured on 720XP: "flexible exact-match 16000 l2-shared 18000 l3-shared 22000"
# All forwarding agents will be restarted when this configuration is applied.
# You can tune the settings by overriding the default variable: "platform_settings[platforms].trident_forwarding_table_partition:"
# Please contact an Arista representative for help with determining the appropriate values for your environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
reload_delay:
mlag: 300
non_mlag: 330
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 98304 l3-shared
131072
trident_forwarding_table_partition: flexible exact-match 16000 l2-shared 18000 l3-shared
22000
- feature_support:
poe: true
queue_monitor_length_notify: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6402,7 +6402,7 @@
},
"evpn_multicast": {
"type": "boolean",
"description": "General Configuration required for EVPN Multicast. \"evpn_l2_multicast\" or \"evpn_l3_multicast\" must also be configured under the Network Services (tenants).\nRequires \"underlay_multicast: true\" and IGMP snooping enabled globally (default).\nFor MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.\nWarning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP and 722XP\n The Following default platform setting will be configured: \"platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072\"\n All forwarding agents will be restarted when this configuration is applied.\n You can tune the settings by overriding the default variable: \"platform_settings[platforms].trident_forwarding_table_partition:\"\n Please contact an Arista representative for help with determining the appropriate values for your environment.\n",
"description": "General Configuration required for EVPN Multicast. \"evpn_l2_multicast\" or \"evpn_l3_multicast\" must also be configured under the Network Services (tenants).\nRequires \"underlay_multicast: true\" and IGMP snooping enabled globally (default).\nFor MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.\nWarning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP.\n The Following default platform setting will be configured on 7050X3 and 7300X2: \"platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072\"\n The Following default platform setting will be configured on 720XP: \"flexible exact-match 16000 l2-shared 18000 l3-shared 22000\"\n All forwarding agents will be restarted when this configuration is applied.\n You can tune the settings by overriding the default variable: \"platform_settings[platforms].trident_forwarding_table_partition:\"\n Please contact an Arista representative for help with determining the appropriate values for your environment.\n",
"default": false,
"title": "EVPN Multicast"
},
Expand Down Expand Up @@ -49465,7 +49465,7 @@
"mlag": 300,
"non_mlag": 330
},
"trident_forwarding_table_partition": "flexible exact-match 16384 l2-shared 98304 l3-shared 131072"
"trident_forwarding_table_partition": "flexible exact-match 16000 l2-shared 18000 l3-shared 22000"
},
{
"platforms": [
Expand Down
16 changes: 9 additions & 7 deletions python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,11 +1159,13 @@ keys:
(tenants).\nRequires \"underlay_multicast: true\" and IGMP snooping enabled
globally (default).\nFor MLAG devices Route Distinguisher must be unique since
this feature will create multi-vtep configuration.\nWarning !!! For Trident3
based platforms i.e 7050X3, 7300X3, 720XP and 722XP\n The Following default
platform setting will be configured: \"platform trident forwarding-table partition
flexible exact-match 16384 l2-shared 98304 l3-shared 131072\"\n All forwarding
agents will be restarted when this configuration is applied.\n You can tune
the settings by overriding the default variable: \"platform_settings[platforms].trident_forwarding_table_partition:\"\n
based platforms i.e 7050X3, 7300X3, 720XP.\n The Following default platform
setting will be configured on 7050X3 and 7300X2: \"platform trident forwarding-table
partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072\"\n The
Following default platform setting will be configured on 720XP: \"flexible exact-match
16000 l2-shared 18000 l3-shared 22000\"\n All forwarding agents will be restarted
when this configuration is applied.\n You can tune the settings by overriding
the default variable: \"platform_settings[platforms].trident_forwarding_table_partition:\"\n
\ Please contact an Arista representative for help with determining the appropriate
values for your environment.\n"
default: false
Expand Down Expand Up @@ -2970,8 +2972,8 @@ keys:
reload_delay:
mlag: 300
non_mlag: 330
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 98304
l3-shared 131072
trident_forwarding_table_partition: flexible exact-match 16000 l2-shared 18000
l3-shared 22000
- platforms:
- '750'
- '755'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ keys:
General Configuration required for EVPN Multicast. "evpn_l2_multicast" or "evpn_l3_multicast" must also be configured under the Network Services (tenants).
Requires "underlay_multicast: true" and IGMP snooping enabled globally (default).
For MLAG devices Route Distinguisher must be unique since this feature will create multi-vtep configuration.
Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP and 722XP
The Following default platform setting will be configured: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"
Warning !!! For Trident3 based platforms i.e 7050X3, 7300X3, 720XP.
The Following default platform setting will be configured on 7050X3 and 7300X3: "platform trident forwarding-table partition flexible exact-match 16384 l2-shared 98304 l3-shared 131072"
The Following default platform setting will be configured on 720XP: "flexible exact-match 16000 l2-shared 18000 l3-shared 22000"
All forwarding agents will be restarted when this configuration is applied.
You can tune the settings by overriding the default variable: "platform_settings[platforms].trident_forwarding_table_partition:"
Please contact an Arista representative for help with determining the appropriate values for your environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ keys:
reload_delay:
mlag: 300
non_mlag: 330
trident_forwarding_table_partition: flexible exact-match 16384 l2-shared 98304 l3-shared 131072
trident_forwarding_table_partition: flexible exact-match 16000 l2-shared 18000 l3-shared 22000
- platforms:
- '750'
- '755'
Expand Down
2 changes: 1 addition & 1 deletion python-avd/pyavd/_eos_designs/shared_utils/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"platforms": ["720XP"],
"trident_forwarding_table_partition": "flexible exact-match 16384 l2-shared 98304 l3-shared 131072",
"trident_forwarding_table_partition": "flexible exact-match 16000 l2-shared 18000 l3-shared 22000",
"reload_delay": {
"mlag": 300,
"non_mlag": 330,
Expand Down
Loading