IPv4 Routing | 171Figure 12-10. show ip interface brief Command Example (Partial)show ip routeView 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]ParameterTable 12-6. show ip interface brief Column HeadingsField DescriptionInterface 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 (administrativelydown).Protocol States whether IP is enabled (up) or disabled (down) on the interface.FTOS#show ip int briefInterface IP-Address OK? Method Status ProtocolTenGigabitEthernet 0/1 unassigned NO None up downTenGigabitEthernet 0/2 unassigned YES None up upTenGigabitEthernet 0/3 unassigned YES None up upTenGigabitEthernet 0/4 unassigned NO None up downTenGigabitEthernet 0/5 unassigned NO None up downTenGigabitEthernet 0/6 unassigned NO None up downTenGigabitEthernet 0/7 unassigned NO None up downTenGigabitEthernet 0/8 unassigned NO None up downTenGigabitEthernet 0/9 unassigned NO None up downip-address (OPTIONAL) Specify a name of a device or the IP address of the device to viewmore detailed information about the route.mask (OPTIONAL) Specify the network mask of the route. Use this parameter withthe IP address parameter.longer-prefixes (OPTIONAL) Enter the keyword longer-prefixes to view all routes with acommon 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 bedisplayed.connected (OPTIONAL) Enter the keyword connected to view only the directlyconnected routes.static (OPTIONAL) Enter the keyword static to view only routes configured by the iproute command.summary (OPTIONAL) Enter the keyword summary. See show ip route summary.