White Papers

Table Of Contents
ip-address mask
(OPTIONAL) Enter the IP address of the network destination to view only
information on that destination. Enter the IP address is dotted decimal format
(A.B.C.D). Enter the mask in slash prefix format (/X).
longer-prefixes (OPTIONAL) Enter the keywords longer-prefixes to view all routes with a
common prefix.
summary (OPTIONAL) Enter the keyword summary to view the total number of prefixes in
the FIB.
Command Modes
EXEC
EXEC Privilege
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
Networking OS Command Line Reference Guide.
Version Description
9.2(1.0) Introduced on the Z9500.
8.3.19.0 Introduced on the S4820T.
8.3.7.0 Introduced on the S4810.
8.1.1.0 Introduced on the E-Series.
7.9.1.0 Introduced VRF on the E-Series.
7.5.1.0 Introduced on the C-Series.
pre-Version
6.1.1.0
Introduced on the E-Series.
Usage
Information
The following describes the show ip fib command shown in the following example.
Field Description
Destination Lists the destination IP address.
Gateway Displays either the word direct and an interface for a directly connected route or
the remote IP address used to forward the traffic.
First-Hop Displays the first hop IP address.
Mac-Addr Displays the MAC address.
Port Displays the egress-port information.
VId Displays the VLAN ID. If no VLAN is assigned, zero (0) is listed.
Index Displays the internal interface number.
EC Displays the number of ECMP paths.
Example
Dell> show ip fib linecard 12
Destination Gateway First-Hop Mac-Addr Port VId Index EC
--------------------------------------------------------------------------------
3.0.0.0/8 via 100.10.10.10, So 2/8 100.10.10.10 00:01:e8:00:03:ff So 2/8 0 60260 0
3.0.0.0/8 via 101.10.10.10, So 2/9
00.10.10.0/24 Direct, So 2/8 0.0.0.0 00:01:e8:00:03:ff So 2/8 0 11144 0
100.10.10.1/32 via 127.0.0.1 127.0.0.1 00:00:00:00:00:00 CP 0 3276 0
100.10.10.10/32 via 100.10.10.10, So 2/8 100.10.10.10 00:01:e8:00:03:ff So 2/8 0 0 0
101.10.10.0/24 Direct, So 2/9 0.0.0.0 00:00:00:00:00:00 RP2 0 11145 0
101.10.10.1/32 via 127.0.0.1 127.0.0.1 00:00:00:00:00:00 CP 0 3277 0
101.10.10.10/32 via 101.10.10.10, So 2/9 101.10.10.10 00:01:e8:01:62:32 So 2/9 0 1 0
Dell>
IPv4 Routing 813