Reference Guide
IPv4 Routing | 171
Figure 12-10. show ip interface brief Command Example (Partial)
show ip route
View information, including how they were learned, about the IP routes on the switch.
Syntax
show ip route [hostname | ip-address [mask] [longer-prefixes] | list prefix-list [process-id] |
connected | static | summary]
Parameter
Table 12-6. show ip interface brief Column Headings
Field Description
Interface Displays type of interface and the associated slot and port number.
IP-Address Displays the IP address for the interface, if configured.
Ok? Indicates if the hardware is functioning properly.
Method
Displays
Manual if the configuration is read from the saved configuration.
Status
States whether the interface is enabled (up) or disabled (administratively
down
).
Protocol
States whether IP is enabled (up) or disabled (down) on the interface.
FTOS#show ip int brief
Interface IP-Address OK? Method Status Protocol
TenGigabitEthernet 0/1 unassigned NO None up down
TenGigabitEthernet 0/2 unassigned YES None up up
TenGigabitEthernet 0/3 unassigned YES None up up
TenGigabitEthernet 0/4 unassigned NO None up down
TenGigabitEthernet 0/5 unassigned NO None up down
TenGigabitEthernet 0/6 unassigned NO None up down
TenGigabitEthernet 0/7 unassigned NO None up down
TenGigabitEthernet 0/8 unassigned NO None up down
TenGigabitEthernet 0/9 unassigned NO None up down
ip-address
(OPTIONAL) Specify a name of a device or the IP address of the device to view
more detailed information about the route.
mask
(OPTIONAL) Specify the network mask of the route. Use this parameter with
the IP address parameter.
longer-prefixes (OPTIONAL) Enter the keyword longer-prefixes to view all routes with a
common prefix.
list prefix-list (OPTIONAL) Enter the keyword list and the name of a configured prefix list.
process-id
(OPTIONAL) Specify that only OSPF routes with a certain process ID must be
displayed.
connected (OPTIONAL) Enter the keyword connected to view only the directly
connected routes.
static (OPTIONAL) Enter the keyword static to view only routes configured by the ip
route command.
summary (OPTIONAL) Enter the keyword summary. See show ip route summary.