Users Guide

When recursive resolution is satised, Dell Networking OS re-installs the route.
You can specify a weight for an IPv4 or IPv6 static route. If the weight value of a path is 0, then that path is not
used for forwarding when weighted ECMP is in eect. Also, if a path corresponding to a static route (destination)
has a non-zero weight assigned to it and other paths do not have any weight congured, then regular ECMP is
used for forwarding.
You can specify the weight value only to destination address and not on the egress port.
A route is considered for weighted ECMP calculations only if each paths corresponding to that route is congured
with a weight.
You cannot use the VRF attribute of this command to congure routes in a management VRF. When a specic
VRF is deleted, all the congured static routes corresponding to that VRF are automatically removed.
Example
Dell(conf)# ip route 1.1.1.0/24 4.4.4.2 weight 100
Dell(conf)# ip route 1.1.1.0/24 6.6.6.2 weight 200
Dell(conf)# do show running-config | grep route ip route 1.1.1.0/24 4.4.4.2
weight 100 ip route 1.1.1.0/24 6.6.6.2 weight 200
Dell(conf)# ip route vrf test 1.1.1.0/24 4.4.4.2 weight 100
Dell(conf)# ip route vrf test 1.1.1.0/24 6.6.6.2 weight 200
Dell(conf)#
Dell(conf)# do show running-config | grep route ip route vrf test 1.1.1.0/24
4.4.4.2 weight 100 ip route vrf test 1.1.1.0/24 6.6.6.2 weight 200
Related Commands
show ip route — view the switch routing table.
ip source-route
Enable Dell Networking OS to forward IP packets with source route information in the header.
Syntax
ip source-route
To drop packets with source route information, use the no ip route-source command.
Defaults Enabled.
Command Modes CONFIGURATION
Command History
This guide is platform-specic. For command information about other platforms, see the relevant Dell Networking
OS Command Line Reference Guide.
Version Description
9.8(1.0) Introduced on the Z9100–ON.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000-ON.
9.2(1.0) Introduced on the Z9500.
9.0.2.0 Introduced on the S6000.
IPv4 Routing 723