Switchport – Dell POWEREDGE M1000E User Manual

Page 799

Advertising
background image

2-769

Cisco Catalyst Blade Switch 3120 for HP Command Reference

OL-12248-03

Chapter 2 Cisco Catalyst Blade Switch 3120 for HP Cisco IOS Commands

switchport

switchport

Use the switchport interface configuration command with no keywords on the switch stack or on a
standalone switch to put an interface that is in Layer 3 mode into Layer 2 mode for Layer 2 configuration.
Use the no form of this command to put an interface in Layer 3 mode.

switchport

no switchport

Use the no switchport command (without parameters) to set the interface to the routed-interface status
and to erase all Layer 2 configurations. You must use this command before assigning an IP address to a
routed port.

Syntax Description

This command has no arguments or keywords.

Defaults

By default, all interfaces are in Layer 2 mode.

Command Modes

Interface configuration

Command History

Usage Guidelines

Entering the no switchport command shuts the port down and then re-enables it, which might generate
messages on the device to which the port is connected.

When you put an interface that is in Layer 2 mode into Layer 3 mode (or the reverse), the previous
configuration information related to the affected interface might be lost, and the interface is returned to
its default configuration.

Note

If an interface is configured as a Layer 3 interface, you must first enter this switchport command with
no keywords to configure the interface as a Layer 2 port. Then you can enter additional switchport
commands with keywords, as shown on the pages that follow.

Examples

This example shows how to cause an interface to cease operating as a Layer 2 port and become a
Cisco-routed port:

Switch(config-if)# no switchport

This example shows how to cause the port interface to cease operating as a Cisco-routed port and convert
to a Layer 2 switched interface:

Switch(config-if)# switchport

Release

Modification

12.2(40)EX1

This command was introduced.

Advertising