show interface mgmt

To display the configuration information for a management interface, use the show interface mgmt command.

show interface mgmt intf-num [ brief | capabilities | counters [ detailed [ all ] | errors [ snmp ]] | description | status ]

Syntax Description

intf-num
Management interface number. The value is 0.
brief
(Optional) Displays a summary of the configuration information for the management interface.
capabilities
(Optional) Displays the interface capabilities information.
counters
(Optional) Displays information about the management interface counters.
detailed
(Optional) Displays detailed information of only the nonzero interface counters.
all
(Optional) Displays all nonzero interface counters.
errors
(Optional) Displays the interface error counters, such as receive or transmit error counters.
snmp
(Optional) Displays the Simple Network Management Protocol (SNMP) MIB values for the nonzero interface counters.
description
(Optional) Displays the interface description.
status
(Optional) Displays the interface line status.

Command Default

None

Command Modes

EXEC mode

Command History

Release
Modification
4.0(0)N1(1a)
This command was introduced.

Examples

This example shows how to display the configuration information of the management interface:

switch# show interface mgmt 0
mgmt0 is up
Hardware: GigabitEthernet, address: 0005.9b74.a6c1 (bia 0005.9b74.a6c1)
Internet Address is 10.193.51.174/21
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA
full-duplex, 1000 Mb/s
EtherType is 0x0000
1 minute input rate 11336 bits/sec, 9 packets/sec
1 minute output rate 2248 bits/sec, 3 packets/sec
Rx
22722587 input packets 7487592 unicast packets 7082728 multicast packets
8152267 broadcast packets 3375124199 bytes
Tx
7618171 output packets 7283211 unicast packets 334751 multicast packets
209 broadcast packets 1056259251 bytes
 
switch#
 

This example shows how to display the summary configuration information of the management interface:

switch# show interface mgmt 0 brief
 

Related Commands

Command
Description
interface mgmt
Configures a management interface.