Reference Guide
IPv4 Routing | 311
show ip fib stack-unit
View all forwarding information base (FIB) entries.
Syntax
show ip fib stack-unit 0-5 [ip-address [mask] [longer-prefixes] | summary]
Parameters
Command Mode
EXEC
EXEC Privilege
Command
History
Example
Figure 15-12. show ip fib stack-unit Command Example
Related
Commands
0-5
Enter the stack unit ID, from 0 to 5.
ip-address mask
(OPTIONAL) Enter the IP address of the network destination to view only
information on that destination.
Enter the IP address in dotted decimal format (A.B.C.D). You must enter the mask in
slash prefix format (/X).
longer-prefixes (OPTIONAL) Enter the keyword 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.
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
FTOS#show ip fib stack-unit 0
Destination Gateway First-Hop Mac-Addr Port VId EC
------------------ --------------------------- ----------------- ------------------- -------- ----- --
10.10.10.10/32 Direct, Nu 0 0.0.0.0 00:00:00:00:00:00 BLK HOLE 0 0
FTOS>
Table 15-6. show ip fib stack-unit Command Example Fields
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 to be 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.
EC Displays the number of ECMP paths.
clear ip fib stack-unit Clears FIB entries on a specified stack unit.