Setup Guide

name: enter the keyword name and the description of the IPv4 static route conguration. (optional)
permanent: keep the static route in the routing table (if you use the interface option) even if you disable the interface with
the route. (optional)
tag tag-value: the range is from 1 to 4294967295. (optional)
Example of the show ip route static Command
To view the congured routes, use the show ip route static command.
DellEMC#show ip route static
Destination Gateway Dist/Metric Last Change
----------- ------- ----------- -----------
S 2.1.2.0/24 Direct, Nu 0 0/0 00:02:30
S 6.1.2.0/24 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.2/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.3/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.4/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.5/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.6/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.7/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.8/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.9/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.10/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.11/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.12/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.13/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.14/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.15/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.16/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 6.1.2.17/32 via 6.1.20.2, Gi 5/1 1/0 00:02:30
S 11.1.1.0/24 Direct, Nu 0 0/0 00:02:30
Direct, Lo 0
--More--
Dell EMC Networking OS installs a next hop that is on the directly connected subnet of current IP address on the interface.
Dell EMC Networking OS also installs a next hop that is not on the directly connected subnet but which recursively resolves to a next hop
on the interface's congured subnet.
When the interface goes down, Dell EMC Networking OS withdraws the route.
When the interface comes up, Dell EMC Networking OS re-installs the route.
When the recursive resolution is “broken,” Dell EMC Networking OS withdraws the route.
When the recursive resolution is satised, Dell EMC Networking OS re-installs the route.
Adding description for IPv4 and IPv6 static routes
Dell EMC Networking OS provides support to add a description for the IPv4 or IPv6 static route congurations. A name option is
introduced to provide the description about the static route congured. This feature enables you to segregate or distinguish between the
congured IPv4 or IPv6 static routes.
Following is the syntax of the {ip | ipv6} route command with the name option:
{ip | ipv6} route [vrf vrf-name] ip-address mask {ip-address | interface [ip-address]}
[distance] [name description] [permanent] [tag tag-value] [vrf vrf-name] [weight weight-value]
You can enter up to 32 characters as the name or description for this route. These description can be a combination of numbers, special
characters, and alphabets. To add multiple strings using space, use double quotes.
Following is the sample conguration steps to provide the descriptions for the IPv4 and IPv6 static route conguration:
DellEMC(conf)# ip route 199.1.1.0 /24 vlan 100 name "Uplink To NewYork"
DellEMC(conf)# ipv6 route 1001:1001::/64 GigabitEthernet 1/42 2001:2001::1 name
398
IPv4 Routing