User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 662
6.2.2.6. ip load-sharing
This command manually configures the IP ECMP load balancing mode.
Format ip load-sharing <1-6> {inner | outer}
no ip load-sharing
Default 6 inner
Mode Global Config
6.2.2.7. ip route
This command configures a static route. Use the optional vrf parameter to configure the static route in the
specified virtual router instance.
Format ip route [vrf <vrf-name>] <networkaddr> <subnetmask> {<nexthopip> | Null0 | interface {<slot/port>
| vlan <vlan-id>} [<nexthopip>]} [ [<1-255 >] [description <description>]
no ip route <networkaddr> <subnetmask> [{{<nexthopip> [<1-255 > | description]} | {Null0 [<1-255 >
| description]}}]
Fields
Definition
<1 - 6>
The load balancing or sharing mode for all ECMP groups.
1: Based on a hash using the Source IP address of the packet.
2: Based on a hash using the Destination IP address of the packet.
3: Based on a hash using the Source and Destination IP addresses of the
packet.
4: Based on a hash using the Source IP address and the Source TCP/UDP Port
field of the packet.
5: Based on a hash using the Destination IP address and the Destination
TCP/UDP Port field of the packet.
6: Based on a hash using the Source and Destination IP address, and the
Source and Destination TCP/UDP Port fields of the packet.
no
Reset the load balancing or sharing mode to the defaulte mode, 6.
Fields
Definition
<vrf-name>
Specify the name of the VRF in which this static route is installed.
<networkaddr>
A valid IP address.