Deployment Guide
Table Of Contents
- 1 Introduction
- 2 Hardware overview
- 3 Leaf-spine overview
- 4 Protocols used in the leaf-spine examples
- 5 Layer 3 configuration planning
- 6 Example 1: Layer 3 with Dell EMC leaf and spine switches using OSPF
- 7 Example 2: Layer 3 with Dell EMC leaf and spine switches using eBGP
- A Dell EMC Networking ONIE switch factory default settings
- B Validated hardware and operating systems
- C Technical support and resources
- D Support and Feedback

24 Dell EMC Networking Layer 3 Leaf-Spine Deployment and Best Practices with OS10 | Version 1.0
Internal Use - Confidential
6.3.2 show ip route ospf
This command is used to verify the OSPF entries in the Routing Information Base (RIB). Entries with multiple
paths shown are used with ECMP. The two server networks in this example, 10.60.1.0 and 172.16.1.0, each
have two paths from Z9100-Spine1, one through each leaf switch.
The first set of routes with a subnet mask of /32 are the IPs configured for router IDs.
Z9100-Spine1#show ip route ospf
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
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, * - candidate default,
+ - summary route, > - non-active route
Gateway of last resort is not set
Destination Gateway Dist/Metric Last Change
--------------------------------------------------------------------------------
O E2 10.0.1.2/32 via 192.168.1.1 ethernet1/1/1 110/20 00:15:27
via 192.168.1.3 ethernet1/1/2
via 192.168.1.5 ethernet1/1/3
via 192.168.1.7 ethernet1/1/4
O E2 10.0.2.1/32 via 192.168.1.1 ethernet1/1/1 110/20 00:15:32
O E2 10.0.2.2/32 via 192.168.1.3 ethernet1/1/2 110/20 00:15:32
O E2 10.0.2.3/32 via 192.168.1.5 ethernet1/1/3 110/20 00:15:32
O E2 10.0.2.4/32 via 192.168.1.7 ethernet1/1/4 110/20 00:15:32
O E2 10.60.1.0/24 via 192.168.1.5 ethernet1/1/3 110/20 00:15:32
via 192.168.1.7 ethernet1/1/4
O E2 172.16.1.0/24 via 192.168.1.1 ethernet1/1/1 110/20 00:15:32
via 192.168.1.3 ethernet1/1/2
O 192.168.2.0/31 via 192.168.1.1 ethernet1/1/1 110/2 00:15:32
O 192.168.2.2/31 via 192.168.1.3 ethernet1/1/2 110/2 00:15:32
O 192.168.2.4/31 via 192.168.1.5 ethernet1/1/3 110/2 00:15:32
O 192.168.2.6/31 via 192.168.1.7 ethernet1/1/4 110/2 00:15:32
S4148F-Leaf1 has two paths to all other leaf switches and two paths to Server 2’s network, 10.60.1.0. There
is one path through each spine switch.
S4148F-Leaf1# show ip route ospf
Codes: C - connected
S - static
B - BGP, IN - internal BGP, EX - external BGP
O - OSPF, IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,