speed (management interfaces)

Configures the port speed on management interfaces.

Syntax

speed [ 10 | 100 | auto ]

Parameters

10
Specifies 10 Mbps port speed.
100
Specifies 100 Mbps port speed.
auto
Specifies 1 Gbps port speed with auto negotiation. This is the default port speed.

Modes

Interface config mode

Usage Guidelines

This command is available only to users with admin role.

This command is supported on management interfaces.

Examples

The following example configures the port speed on management interfaces.

device# configure terminal  
device(config)# interface management 0
device(config-if-mgmt-0)# speed 100

device# show running-config interface management 0
interface management 0
speed 100
no shutdown