Concept Guide
Fields Description
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.
Example (Brief)
Dell#show ip interface 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
show ip management-route
View the IP addresses assigned to the Management interface.
Syntax
show ip management-route [all | connected | summary | static]
Parameters
all (OPTIONAL) Enter the keyword all to view all IP addresses assigned to all Management
interfaces on the switch.
connected (OPTIONAL) Enter the keyword connected to view only routes directly connected to
the Management interface.
summary (OPTIONAL) Enter the keyword summary to view a table listing the number of active
and non-active routes and their sources.
static (OPTIONAL) Enter the keyword static to view non-active routes also.
Command Modes
• EXEC
• EXEC Privilege
Supported Modes All Modes
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.4(0.0) Supported on the FN I/O Aggregator.
8.3.17.0 Supported on the M I/O Aggregator.
Example
Dell#show ip management-route
Destination Gateway State
----------- ------- -----
10.1.2.0/24 ManagementEthernet 0/0 Connected
172.16.1.0/24 10.1.2.4 Active
Dell#
IPv4 Routing 633