Connectivity Guide

Table Of Contents
Field Description
Last Change Identifies when the route was last changed or configured.
Example
DellEMC# show ip route all
Codes:C- connected, S - static, R - RIP
B- BGP, IN - internal BGP, EX - external BGP, LO - Locally
Originated
O- OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1
N2- OSPF NSSA external type 2, E1 - OSPF external type 1
E2- OSPF external type 2, i - IS-IS, L1 - IS-IS level-1
L2- IS-IS level-2, IA - IS-IS inter area, * - candidate default
>- non-active route + - summary route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
----------- ------- ----------- -----------
R 3.0.0.0/8 via 100.10.10.10, Tf 1/8 120/1 00:07:12
via 101.10.10.10, Tf 1/9
100.10.10.0/24 Direct, Tf 1/8 0/0 00:08:54
> R 100.10.10.0/24 Direct, Tf 1/8 120/0 00:08:54
C 101.10.10.0/24 Direct, Tf 1/8 0/0 00:09:15
> R 101.10.10.0/24 Direct, Tf 1/8 120/0 00:09:15
DellEMC#
Example
(Summary)
DellEMC# show ip route summary
Route Source Active Routes Non-active Routes
connected 2 0
static 1 0
Total 3 0
Total 3 active route(s) using 612 bytes
R1_E600i>show ip route static ?
| Pipe through a command
<cr>
R1_E600i>show ip route static
Destination Gateway Dist/Metric Last Change
----------- ------- ----------- -----------
*S 0.0.0.0/0 via 10.10.91.9, Tf 1/2 1/0 3d2h
DellEMC>
Example (vrf)
DellEMC# show ip route vrf test1
Codes: C - connected, S - static, R - RIP,
B - BGP, IN - internal BGP, EX - external BGP,LO - Locally
Originated,
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, i - IS-IS, L1 - IS-IS level-1,
L2 - IS-IS level-2, IA - IS-IS inter area, * - candidate default,
> - non-active route, + - summary route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
----------- ------- ----------- -----------
C 13.0.0.0/24 Direct, Tf 1/17 0/0 00:00:04
Example (With
Weighted ECMP
Enabled)
DellEMC(conf)# ip route 1.1.1.0/24 6.6.6.2 weight 100
DellEMC(conf)# ip route 1.1.1.0/24 6.6.6.2 weight 200
DellEMC(conf)# do show ip route
Codes: C - connected, S - static, R - RIP,
B - BGP, IN - internal BGP, EX - external BGP,LO - Locally Originated,
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2, i - IS-IS, L1 - IS-IS level-1,
IPv4 Routing 793