cef platform load-balancing nvgre payload exclude
To configure the NVGRE hash field selection feature, use the cef platform load-balancing nvgre payload exclude command in XR Config mode.
To remove this configuration, use the no prefix of the command.
cef platform load-balancing nvgre payload exclude
|
Keyword |
Description |
|---|---|
|
cef |
Refers to Cisco Express Forwarding, a high-performance, scalable packet forwarding technology. |
|
platform |
Indicates the command applies to the hardware platform level, allowing configuration specific to the router. |
|
load-balancing |
Controls how traffic is distributed across multiple equal-cost paths to optimize resource use and prevent congestion. |
|
nvgre |
Specifies the Network Virtualization using Generic Routing Encapsulation (NVGRE) protocol, which encapsulates Layer 2 frames within Layer 3 packets. |
|
payload |
Refers to the encapsulated data portion of the NVGRE packet, excluding the header. |
|
exclude |
Instructs the system to exclude the NVGRE payload field from the load-balancing hash calculation, improving traffic distribution by focusing on relevant header fields. |
Command Default
None
Command Modes
XR ConfigCommand History
|
Release |
Modification |
|---|---|
|
Release 26.2.1 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Examples
The following example shows how you can configure NVGRE hash field selection.
Router# configure
Router(config)# cef platform load-balancing nvgre payload exclude
Router(config)# commit
Router(config)# end
Feedback