static-ecmp-group-create
This command adds the capability of supporting multiple nexthops for Equal Cost Multipath (ECMP) routing to single destinations as part of Policy-Based Routing (PBR).
Syntax static-ecmp-group-create
group-name group-name-string |
Specify an ECMP group name. |
scope local|cluster|fabric |
Specify the scope of the group. The default scope is local. |
vrouter-name vrouter name |
Specify the vRouter name. |
vrf vrf-name |
Specify the name of the VRF. |
vnet vnet-name |
Specify the vNET for the static ECMP group. Note: vnet is an optional parameter that you can specify along with vrf. |
hash-type static-fixed|resilient |
Specify the type of ECMP hash for the group. Resilient hashing helps minimize the flow remapping across ECMP groups and LAGs in a load-balanced. |
Defaults None
Access Network Administrator
History Command introduced in Version 5.0.0.
Version 5.0.0 |
Command introduced. |
Version 6.0.0 |
The parameters, vrf and vnet, added. |
Usage Use this command to create a static ECMP group.
Examples To create an ECMP group named GR1, use the following syntax:
CLI network-admin@switch > static-ecmp-group-create group-name GR1