Which cisco ios command is used to enable a switch interface to become a routed port?

 Used in interface configuration mode to add a MAC address to the list of secure MAC addresses. The “sticky” option configures the MAC addresses as sticky on the interface.switchport port-security violation {shutdown | restrict | protect}Used in interface configuration mode to set the action to be taken when a security violation is detectedshow port security [interface interface-id]Displays information about security options configured on the interface

A VLAN is a switched network that is logically segmented by function, team, or application, without regard to the physical location of the users. Packets received on a port are forwarded only to ports that belong to the same VLAN as the receiving port. Network devices in different VLANs cannot communicate with one another without a Layer 3 device to route traffic between the VLANs.

VLAN partitions provide hard firewalls for traffic in the VLAN, and each VLAN has its own MAC address table. A VLAN comes into existence when a local port is configured to be associated with the VLAN, when the VLAN Trunking Protocol (VTP) learns of its existence from a neighbor on a trunk, or when a user creates a VLAN. VLANs can be formed with ports across the stack.

To configure VLANs, use the vlan vlan-id global configuration command to enter VLAN configuration mode. The VLAN configurations for normal-range VLANs (VLAN IDs 1 to 1005) are saved in the VLAN database. If VTP is version 1 or 2, to configure extended-range VLANs (VLAN IDs 1006 to 4094), you must first set VTP mode to transparent. Extended-range VLANs created in transparent mode are not added to the VLAN database but are saved in the device running configuration. With VTP version 3, you can create extended-range VLANs in client or server mode in addition to transparent mode. These VLANs are saved in the VLAN database.

In a switch stack, the VLAN database is downloaded to all switches in a stack, and all switches in the stack build the same VLAN database. The running configuration and the saved configuration are the same for all switches in a stack.

Add ports to a VLAN by using the switchport command in interface configuration mode.

  • Identify the interface.

  • For a trunk port, set trunk characteristics, and, if desired, define the VLANs to which it can belong.

  • For an access port, set and define the VLAN to which it belongs.

A trunk port carries the traffic of multiple VLANs and by default is a member of all VLANs in the VLAN database. The IEEE 802.1Q trunk port type is supported. An IEEE 802.1Q trunk port supports simultaneous tagged and untagged traffic. An IEEE 802.1Q trunk port is assigned a default port VLAN ID (PVID), and all untagged traffic travels on the port default PVID. All untagged traffic and tagged traffic with a NULL VLAN ID are assumed to belong to the port default PVID. A packet with a VLAN ID equal to the outgoing port default PVID is sent untagged. All other traffic is sent with a VLAN tag.

Although by default, a trunk port is a member of every VLAN known to the VTP, you can limit VLAN membership by configuring an allowed list of VLANs for each trunk port. The list of allowed VLANs does not affect any other port but the associated trunk port. By default, all possible VLANs (VLAN ID 1 to 4094) are in the allowed list. A trunk port can become a member of a VLAN only if VTP knows of the VLAN and if the VLAN is in the enabled state. If VTP learns of a new, enabled VLAN and the VLAN is in the allowed list for a trunk port, the trunk port automatically becomes a member of that VLAN and traffic is forwarded to and from the trunk port for that VLAN. If VTP learns of a new, enabled VLAN that is not in the allowed list for a trunk port, the port does not become a member of the VLAN, and no traffic for the VLAN is forwarded to or from the port.

A routed port is a physical port that acts like a port on a router; it does not have to be connected to a router. A routed port is not associated with a particular VLAN, as is an access port. A routed port behaves like a regular router interface, except that it does not support VLAN subinterfaces. Routed ports can be configured with a Layer 3 routing protocol. A routed port is a Layer 3 interface only and does not support Layer 2 protocols, such as DTP and STP.

Configure routed ports by putting the interface into Layer 3 mode with the no switchport interface configuration command. Then assign an IP address to the port, enable routing, and assign routing protocol characteristics by using the ip routing and router protocol global configuration commands.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

Entering a no switchport interface configuration command shuts down the interface and then re-enables it, which might generate messages on the device to which the interface is connected. When you put an interface that is in Layer 2 mode into Layer 3 mode, the previous configuration information related to the affected interface might be lost.


The number of routed ports that you can configure is not limited by software. However, the interrelationship between this number and the number of other features being configured might impact CPU performance because of hardware limitations.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

The Network Essentials license supports static routing, Open Shortest Path First (OSPF), and Routing Information Protocol (RIP). For full Layer 3 routing, you must enable the Network Advantage license on the standalone device, or the active device .


A switch virtual interface (SVI) represents a VLAN of switch ports as one interface to the routing function in the system. You can associate only one SVI with a VLAN. You configure an SVI for a VLAN only to route between VLANs or to provide IP host connectivity to the device. By default, an SVI is created for the default VLAN (VLAN 1) to permit remote device administration. Additional SVIs must be explicitly configured.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

You cannot delete interface VLAN 1.


SVIs provide IP host connectivity only to the system. SVIs are created the first time that you enter the vlan interface configuration command for a VLAN interface. The VLAN corresponds to the VLAN tag associated with data frames on an ISL or IEEE 802.1Q encapsulated trunk or the VLAN ID configured for an access port. Configure a VLAN interface for each VLAN for which you want to route traffic, and assign it an IP address.

You can also use the interface range command to configure existing VLAN SVIs within the range. The commands entered under the interface range command are applied to all existing VLAN SVIs within the range. You can enter the command interface range create vlan x - y to create all VLANs in the specified range that do not already exist. When the VLAN interface is created, interface range vlan id can be used to configure the VLAN interface.

Although the device stack or standalone device supports a total of 1005 VLANs and SVIs, the interrelationship between the number of SVIs and routed ports and the number of other features being configured might impact CPU performance because of hardware limitations.

When you create an SVI, it does not become active until it is associated with a physical port.

EtherChannel port groups treat multiple switch ports as one switch port. These port groups act as a single logical port for high-bandwidth connections between devices or between devices and servers. An EtherChannel balances the traffic load across the links in the channel. If a link within the EtherChannel fails, traffic previously carried over the failed link changes to the remaining links. You can group multiple trunk ports into one logical trunk port, group multiple access ports into one logical access port, group multiple tunnel ports into one logical tunnel port, or group multiple routed ports into one logical routed port. Most protocols operate over either single ports or aggregated switch ports and do not recognize the physical ports within the port group. Exceptions are the DTP, the Cisco Discovery Protocol (CDP), and the Port Aggregation Protocol (PAgP), which operate only on physical ports.

When you configure an EtherChannel, you create a port-channel logical interface and assign an interface to the EtherChannel. For Layer 3 interfaces, you manually create the logical interface by using the interface port-channel global configuration command. Then you manually assign an interface to the EtherChannel by using the channel-group interface configuration command. For Layer 2 interfaces, use the channel-group interface configuration command to dynamically create the port-channel logical interface. This command binds the physical and logical ports together.

The device has the following console ports:

  • USB mini-Type B console connection

  • RJ-45 console port

Console output appears on devices connected to both ports, but console input is active on only one port at a time. By default, the USB connector takes precedence over the RJ-45 connector.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

Windows PCs require a driver for the USB port. See the hardware installation guide for driver installation instructions.

Use the supplied USB Type A-to-USB mini-Type B cable to connect a PC or other device to the device. The connected device must include a terminal emulation application. When the device detects a valid USB connection to a powered-on device that supports host functionality (such as a PC), input from the RJ-45 console is immediately disabled, and input from the USB console is enabled. Removing the USB connection immediately reenables input from the RJ-45 console connection. An LED on the device shows which console connection is in use.

Devices within a single VLAN can communicate directly through any switch. Ports in different VLANs cannot exchange data without going through a routing device. With a standard Layer 2 device, ports in different VLANs have to exchange information through a router. By using the device with routing enabled, when you configure both VLAN 20 and VLAN 30 with an SVI to which an IP address is assigned, packets can be sent from Host A to Host B directly through the device with no need for an external router.

Figure 1. Connecting VLANs with the Switch
Which cisco ios command is used to enable a switch interface to become a routed port?

When the Network Advantage license is used on the device or the active device, the device uses the routing method to forward traffic between interfaces. If the Network Essentials license is used on the device or the active device, only basic routing (static routing and RIP) is supported. Whenever possible, to maintain high performance, forwarding is done by the device hardware. However, only IPv4 packets with Ethernet II encapsulation are routed in hardware.

The routing function can be enabled on all SVIs and routed ports. The device routes only IP traffic. When IP routing protocol parameters and address configuration are added to an SVI or routed port, any IP traffic received from these ports is routed.

The device supports these interface types:

  • Physical ports—device ports and routed ports

  • VLANs—switch virtual interfaces

  • Port channels—EtherChannel interfaces

You can also configure a range of interfaces.

To configure a physical interface (port), specify the interface type, stack member number (only stacking-capable switches), module number, and device port number, and enter interface configuration mode.

  • Type—Gigabit Ethernet (GigabitEthernet or gi) for 10/100/1000 Mb/s Ethernet ports, 2.5-Gigabit Ethernet (TwoGigabitEthernet or tw) for 2.5 Gb/s, 5-Gigabit Ethernet (FiveGigabitEthernet or fi) for 5 Gb/s, 10-Gigabit Ethernet (TenGigabitEthernet or te) for 10 Gb/s, 25-Gigabit Ethernet (TwentyFiveGigE or twe) for 25 Gb/s, small form-factor pluggable (SFP) module Gigabit Ethernet and 10-Gigabit Ethernet interfaces and and quad small-form-factor pluggable (QSFP) module 40-Gigabit Ethernet (FortyGigabitEthernet or fo) for 40 Gb/s.

  • Stack member number—The number that identifies the device within the stack. The device number range is 1 to 8 and is assigned the first time the device initializes. The default device number, before it is integrated into a device stack, is 1. When a device has been assigned a stack member number, it keeps that number until another is assigned to it.

    You can use the switch port LEDs in Stack mode to identify the stack member number of a device.

  • Module number—The module or slot number on the device: switch (downlink) ports are 0, and uplink ports are 1.

  • Port number—The interface number on the device. The 10/100/1000 port numbers always begin at 1, starting with the far left port when facing the front of the device, for example, GigabitEthernet1/0/1 or GigabitEthernet1/0/8.

    On a device with SFP uplink ports, the module number is 1 and the port numbers restart. For example, if the device has 24 10/100/1000 ports, the SFP module ports are GigabitEthernet1/1/1 through GigabitEthernet1/1/4 or TenGigabitEthernet1/1/1 through TenGigabitEthernet1/1/4.

You can identify physical interfaces by physically checking the interface location on the device. You can also use the show privileged EXEC commands to display information about a specific interface or all the interfaces on the switch. The remainder of this chapter primarily provides physical interface configuration procedures.

These are examples of how to identify interfaces on stacking-capable and standalone devices:

  • To configure 10/100/1000 port 4 on a standalone device, enter this command:

    
    Device(config)# interface GigabitEthernet1/0/4
    
    
  • To configure 10-Gigabit Ethernet port 1 on a standalone device, enter this command:

    
    Device(config)# interface TenGigabitEthernet 1/1/1
    
    
  • To configure 10-Gigabit Ethernet port on stack member 3, enter this command:

    
    Device(config)# interface TenGigabitEthernet 3/1/1
    
    
  • To configure the first SFP module (uplink) port on a standalone device, enter this command:

    
    Device(config)# interface GigabitEthernet 1/1/1
    
    

To configure Layer 2 parameters, if the interface is in Layer 3 mode, you must enter the switchport interface configuration command without any parameters to put the interface into Layer 2 mode. This shuts down the interface and then re-enables it, which might generate messages on the device to which the interface is connected. When you put an interface that is in Layer 3 mode into Layer 2 mode, the previous configuration information related to the affected interface might be lost, and the interface is returned to its default configuration.

This table shows the Ethernet interface default configuration, including some features that apply only to Layer 2 interfaces.

Table 1. Default Layer 2 Ethernet Interface Configuration

Feature

Default Setting

Operating mode

Layer 2 or switching mode (switchport command).

Allowed VLAN range

VLANs 1 to 4094.

Default VLAN (for access ports)

VLAN 1 (Layer 2 interfaces only).

Native VLAN (for IEEE 802.1Q trunks)

VLAN 1 (Layer 2 interfaces only).

VLAN trunking

Switchport mode dynamic auto (supports DTP) (Layer 2 interfaces only).

Port enable state

All ports are enabled.

Port description

None defined.

Speed

Autonegotiate.(Not supported on the 10-Gigabit interfaces , and also on the fiber SKUs: C9300-24S and C9300-48S.)

Duplex mode

Autonegotiate. (Not supported on the 10-Gigabit interfaces, and also on the fiber SKUs: C9300-24S and C9300-48S.)

Flow control

Flow control is set to receive: on . It is always off for sent packets.

EtherChannel (PAgP)

Disabled on all Ethernet ports.

Port blocking (unknown multicast and unknown unicast traffic)

Disabled (not blocked) (Layer 2 interfaces only).

Broadcast, multicast, and unicast storm control

Disabled.

Protected port

Disabled (Layer 2 interfaces only).

Port security

Disabled (Layer 2 interfaces only).

Port Fast

Disabled.

Auto-MDIX

Enabled.

Note 

The switch might not support a pre-standard powered device, such as Cisco IP phones and access points that do not fully support IEEE 802.3af, if that powered device is connected to the switch through a crossover cable. This is regardless of whether auto-MIDX is enabled on the switch port.

Power over Ethernet (PoE)

Enabled (auto).(Not supported on C9300-24T, C9300-48T, C9300-24S, and C9300-48S)

When configuring an interface speed and duplex mode, note these guidelines:

  • Gigabit Ethernet (10/100/1000-Mb/s) ports support all speed options and all duplex options (auto, half, and full). However, Gigabit Ethernet ports operating at 1000 Mb/s and above do not support half-duplex mode.

    Multigigabit ethernet ports (2.5 Gb/s, 5Gb/s, 10 Gb/s) support all speed options but only support auto and full duplex mode. These ports do not support half-duplex mode at any speed.

    SFP ports operating at 1 Gb/s, SFP+ ports operating at 10 Gb/s, SFP28 ports operating at 25 Gb/s and QSFP ports operating at 40 Gb/s only no speed nonegotiate or speed nonegotiate . Duplex options are not supported.
    Which cisco ios command is used to enable a switch interface to become a routed port?

    Note

    SFP, SFP+ and SFP28 ports support speed (auto/10/100/100) and duplex (auto/full/half) options only if the 1000Base-T SFP or the GLC-GE-100FX modules are used.


    QSFP ports operating at 40 Gb/s support all speed options but only support auto and full duplex.

  • If both ends of the line support autonegotiation, we highly recommend the default setting of auto negotiation.

  • If one interface supports autonegotiation and the other end does not, configure duplex and speed on both interfaces; do not use the auto setting on the supported side.

  • When STP is enabled and a port is reconfigured, the device can take up to 30 seconds to check for loops. The port LED is amber while STP reconfigures. As best practice, we suggest configuring the speed and duplex options on a link to auto or to fixed on both the ends. If one side of the link is configured to auto and the other side is configured to fixed, the link will not be up and this is expected.

  • As best practice, we suggest configuring the speed and duplex options on a link to auto or to fixed on both the ends. If one side of the link is configured to auto and the other side is configured to fixed, the link will not be up and this is expected.

Which cisco ios command is used to enable a switch interface to become a routed port?

Caution

Changing the interface speed and duplex mode configuration might shut down and re-enable the interface during the reconfiguration.


Flow control enables connected Ethernet ports to control traffic rates during congestion by allowing congested nodes to pause link operation at the other end. If one port experiences congestion and cannot receive any more traffic, it notifies the other port by sending a pause frame to stop sending until the condition clears. Upon receipt of a pause frame, the sending device stops sending any data packets, which prevents any loss of data packets during the congestion period.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

The switch ports can receive, but not send, pause frames.


You use the flowcontrol interface configuration command to set the interface’s ability to receive pause frames to on , off , or desired . The default state is on .

When set to desired , an interface can operate with an attached device that is required to send flow-control packets or with an attached device that is not required to but can send flow-control packets.

These rules apply to flow control settings on the device:

  • receive on (or desired ): The port cannot send pause frames but can operate with an attached device that is required to or can send pause frames; the port can receive pause frames.

  • receive off : Flow control does not operate in either direction. In case of congestion, no indication is given to the link partner, and no pause frames are sent or received by either device.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

For details on the command settings and the resulting flow control resolution on local and remote ports, see the flowcontrol interface configuration command in the command reference for this release.


The device supports these types of Layer 3 interfaces:

  • SVIs: You should configure SVIs for any VLANs for which you want to route traffic. SVIs are created when you enter a VLAN ID following the interface vlan global configuration command. To delete an SVI, use the no interface vlan global configuration command. You cannot delete interface VLAN 1.

    Which cisco ios command is used to enable a switch interface to become a routed port?

    Note

    When you create an SVI, it does not become active until it is associated with a physical port.


    When configuring SVIs, you can use the switchport autostate exclude command on a port to exclude that port from being included in determining SVI line-state. To disable autostate on the SVI, use the no autostate command on the SVI.

  • Routed ports: Routed ports are physical ports configured to be in Layer 3 mode by using the no switchport interface configuration command.

  • Layer 3 EtherChannel ports: EtherChannel interfaces made up of routed ports.

A Layer 3 device can have an IP address assigned to each routed port and SVI.

There is no defined limit to the number of SVIs and routed ports that can be configured in a device or in a device stack. However, the interrelationship between the number of SVIs and routed ports and the number of other features being configured might have an impact on CPU usage because of hardware limitations. If the device is using its maximum hardware resources, attempts to create a routed port or SVI have these results:

  • If you try to create a new routed port, the device generates a message that there are not enough resources to convert the interface to a routed port, and the interface remains as a switchport.

  • If you try to create an extended-range VLAN, an error message is generated, and the extended-range VLAN is rejected.

  • If the device is notified by VLAN Trunking Protocol (VTP) of a new VLAN, it sends a message that there are not enough hardware resources available and shuts down the VLAN. The output of the show vlan user EXEC command shows the VLAN in a suspended state.

  • If the device attempts to boot up with a configuration that has more VLANs and routed ports than hardware can support, the VLANs are created, but the routed ports are shut down, and the device sends a message that this was due to insufficient hardware resources.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

All Layer 3 interfaces require an IP address to route traffic. This procedure shows how to configure an interface as a Layer 3 interface and how to assign an IP address to an interface:

If the physical port is in Layer 2 mode (the default), you must enter the no switchport interface configuration command to put the interface into Layer 3 mode. Entering a no switchport command disables and then re-enables the interface, which might generate messages on the device to which the interface is connected. Furthermore, when you put an interface that is in Layer 2 mode into Layer 3 mode, the previous configuration information related to the affected interface might be lost, and the interface is returned to its default configuration


These general instructions apply to all interface configuration processes.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface

Example:


Device(config)# interface gigabitethernet1/0/1
Device(config-if)# 

Identifies the interface type, the device number (only on stacking-capable switches), and the number of the connector.

Note 

You do not need to add a space between the interface type and the interface number. For example, in the preceding line, you can specify either gigabitethernet 1/0/1 , gigabitethernet1/0/1 , gi 1/0/1 , or gi1/0/1 .

Step 4

Follow each interface command with the interface configuration commands that the interface requires.

Defines the protocols and applications that will run on the interface. The commands are collected and applied to the interface when you enter another interface command or enter end to return to privileged EXEC mode.

Step 5

interface range or interface range macro

(Optional) Configures a range of interfaces.

Note 

Interfaces configured in a range must be the same type and must be configured with the same feature options.

Step 6

show interfaces

Displays a list of all interfaces on or configured for the switch. A report is provided for each interface that the device supports or for the specified interface.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface interface-id

Example:


Device(config)# interface gigabitethernet1/0/2

Specifies the interface for which you are adding a description, and enter interface configuration mode.

Step 4

description string

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

0

Adds a description for an interface.

Step 5

end

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 6

show interfaces interface-id description

Verifies your entry.

Step 7

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

2

(Optional) Saves your entries in the configuration file.

To configure multiple interfaces with the same configuration parameters, use the interface range global configuration command. When you enter the interface-range configuration mode, all command parameters that you enter are attributed to all interfaces within that range until you exit this mode.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface range {port-range | macro macro_name}

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

5

Specifies the range of interfaces (VLANs or physical ports) to be configured, and enter interface-range configuration mode.

  • You can use the interface range command to configure up to five port ranges or a previously defined macro.

  • The macro variable is explained in the section on Configuring and Using Interface Range Macros.

  • In a comma-separated port-range , you must enter the interface type for each entry and enter spaces before and after the comma.

  • In a hyphen-separated port-range , you do not need to re-enter the interface type, but you must enter a space before the hyphen.

Note 

Use the normal configuration commands to apply the configuration parameters to all interfaces in the range. Each command is executed as it is entered.

Step 4

end

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

6

Returns to privileged EXEC mode.

Step 5

show interfaces [interface-id]

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

7

Verifies the configuration of the interfaces in the range.

Step 6

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

You can create an interface range macro to automatically select a range of interfaces for configuration. Before you can use the macro keyword in the interface range macro global configuration command string, you must use the define interface-range global configuration command to define the macro.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

define interface-range macro_name interface-range

Example:


Device(config)# interface TenGigabitEthernet 3/1/1

1

Defines the interface-range macro, and save it in NVRAM.

  • The macro_name is a 32-character maximum character string.

  • A macro can contain up to five comma-separated interface ranges.

  • Each interface-range must consist of the same port type.

Note 

Before you can use the macro keyword in the interface range macro global configuration command string, you must use the define interface-range global configuration command to define the macro.

Step 4

interface range macro macro_name

Example:


Device(config)# interface TenGigabitEthernet 3/1/1

2

Selects the interface range to be configured using the values saved in the interface-range macro called macro_name .

You can now use the normal configuration commands to apply the configuration to all interfaces in the defined macro.

Step 5

end

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

6

Returns to privileged EXEC mode.

Step 6

show running-config | include define

Example:


Device(config)# interface TenGigabitEthernet 3/1/1

4

Shows the defined interface range macro configuration.

Step 7

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

Procedure
 Command or ActionPurposeStep 1

enable

Example:

Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:

Device# configure terminal

Enters global configuration mode.

Step 3

interface interface-id

Example:

Device(config)# interface TenGigabitEthernet 3/1/1

8

Specifies the physical interface to be configured, and enter interface configuration mode.

Step 4

speed {10 | 100 | 1000 | 2500 | 5000 | 10000 | auto [10 | 100 | 1000 | 2500 | 5000 | 10000] | nonegotiate}

Example:

Device(config)# interface TenGigabitEthernet 3/1/1

9

Enter the appropriate speed parameter for the interface:

  • Enter 10 , 100 , 1000 , 2500 , 5000 , or 10000 to set a specific speed for the interface.

  • Enter auto to enable the interface to autonegotiate speed with the connected device. If you specify a speed and also set the auto keyword, the port autonegotiates only at the specified speeds.

  • The nonegotiate keyword is available only for SFP module ports. SFP module ports operate only at 1000 Mb/s but can be configured to not negotiate if connected to a device that does not support autonegotiation.

Step 5

duplex {auto | full | half}

Example:

Device(config)# interface GigabitEthernet 1/1/1

0

Enter the duplex parameter for the interface.

Enable half-duplex mode (for interfaces operating only at 10 or 100 Mb/s). Half duplex is not supported on multigigabit ethernet ports configured for speed of 1000 Mb/s.

You can configure the duplex setting when the speed is set to auto .

Step 6

end

Example:

Device(config)# interface GigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 7

show interfaces interface-id

Example:

Device(config)# interface GigabitEthernet 1/1/1

2

Displays the interface speed and duplex mode configuration.

Step 8

copy running-config startup-config

Example:

Device(config)# interface GigabitEthernet 1/1/1

3

(Optional) Saves your entries in the configuration file.

Step 9

copy running-config startup-config

Example:

Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

For information about device compatibility, see the Transceiver Module Group (TMG) Compatibility Matrix.

C9300-NM-2Q Network Module

The default port connections for the C9300-NM-2Q module depends on whether you use a 40G QSFP module or a 4x10G breakout cable.

  • If you use a 40G QSFP module, the ports default to 40G interfaces.

  • If you use a 4x10G breakout cable, one 40G port is split into four 10G ports.

  • You can use a combination of 40G QSFP modules and 4x10G breakout cables.

  • For a 40G port —FortyGigabitEthernet 1/1/port-num , the corresponding starting port in every set of the four 10G breakout ports is TenGigabitEthernet 1/1/4xport-num-3 , where port-num is the port number. For example, the starting port in the first set of 10G breakout ports is TenGigabitEthernet1/1/1, the starting port in the second set of 10G starting breakout ports is TenGigabitEthernet1/1/5 and so on.

The following tables list all the interfaces which are configurable depending on the type of module and cable used. Note that the show interface status command displays all the interfaces in the active state.

  • In Table 2, the 10G interfaces are displayed but are not active.

  • In Table 3, the 40G interfaces are displayed but are not active.

Table 2. C9300-NM-2Q Module with two 40G QSFP Modules

Interface

Action

FortyGigabitEthernet1/1/1

Configure this interface

FortyGigabitEthernet1/1/2

Configure this interface

TenGigabitEthernet1/1/1

Disregard

TenGigabitEthernet1/1/2

Disregard

TenGigabitEthernet1/1/3

Disregard

TenGigabitEthernet1/1/4

Disregard

TenGigabitEthernet1/1/5

Disregard

TenGigabitEthernet1/1/6

Disregard

TenGigabitEthernet1/1/7

Disregard

TenGigabitEthernet1/1/8

Disregard

Table 3. C9300-NM-2Q Module with two 4x10G Breakout Cables

Interface

Action

FortyGigabitEthernet1/1/1

Disregard

FortyGigabitEthernet1/1/2

Disregard

TenGigabitEthernet1/1/1

Configure this interface

TenGigabitEthernet1/1/2

Configure this interface

TenGigabitEthernet1/1/3

Configure this interface

TenGigabitEthernet1/1/4

Configure this interface

TenGigabitEthernet1/1/5

Configure this interface

TenGigabitEthernet1/1/6

Configure this interface

TenGigabitEthernet1/1/7

Configure this interface

TenGigabitEthernet1/1/8

Configure this interface

Follow these steps to configure the forty gigabit ethernet interface. Use the no form of the command to disable the fortygigabit ethernet interface.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface interface-id

Example:


Device(config)# interface GigabitEthernet 1/1/1

7

Specifies the interface type,that has to be configured.

Step 4

end

Example:


Device(config)# interface GigabitEthernet 1/1/1

8

Returns to privileged EXEC mode.

Procedure

 Command or ActionPurposeStep 1

configure terminal

Example:


Device# configure terminal

Enters global configuration mode

Step 2

interface interface-id

Example:


Device> enable

0

Specifies the physical interface to be configured, and enter interface configuration mode.

Step 3

flowcontrol {receive} {on | off | desired}

Example:


Device> enable

1

Configures the flow control mode for the port.

Step 4

end

Example:


Device(config)# interface GigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 5

show interfaces interface-id

Example:


Device> enable

3

Verifies the interface flow control settings.

Step 6

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface {gigabitethernet interface-id} | {vlan vlan-id} | {port-channel port-channel-number}

Example:


Device> enable

7

Specifies the interface to be configured as a Layer 3 interface, and enter interface configuration mode.

Step 4

no switchport

Example:


Device> enable

8

For physical ports only, enters Layer 3 mode.

Step 5

ip address ip_address subnet_mask

Example:


Device> enable

9

Configures the IP address and IP subnet.

Step 6

no shutdown

Example:


Device# configure terminal

0

Enables the interface.

Step 7

end

Example:


Device(config)# interface GigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 8

show interfaces [interface-id]

Verifies the configuration.

Step 9

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

Before you begin

Generic Routing Encapsulation (GRE) is a tunneling protocol used to encapsulate network layer protocols inside virtual point-to-point links. A GRE tunnel only provides encapsulation and not encryption.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

  • GRE tunnels are supported on the hardware on Cisco Catalyst 9000 switches. When GRE is configured without tunnel options, packets are hardware-switched. When GRE is configured with tunnel options (such as key, checksum, and so on), packets are switched in the software. A maximum of 100 GRE tunnels are supported.

  • Other features such as Access Control Lists (ACL) and Quality of Service (QoS) are not supported for the GRE tunnels.

  • The tunnel path-mtu-discovery command is not supported for GRE tunnels. To avoid fragmentation, you can set the maximum transmission unit (MTU) of both ends of the GRE tunnel to the lowest value by using the ip mtu 256 command.


To configure a GRE tunnel, perform this task:

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

Enter your password, if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface tunnel number

Example:


Device# configure terminal

5

Enables tunneling on the interface.

Step 4

ip address ip_addresssubnet_mask

Example:


Device# configure terminal

6

Configures the IP address and IP subnet.

Step 5

tunnel source {ip_address | type_number}

Example:


Device# configure terminal

7

Configures the tunnel source.

Step 6

tunnel destination {host_name | ip_address}

Example:


Device# configure terminal

8

Configures the tunnel destination.

Step 7

tunnel mode gre ip

Example:


Device# configure terminal

9

Configures the tunnel mode.

Step 8

end

Example:


Device(config)# interface gigabitethernet1/0/1
Device(config-if)# 

0

Exits configuration mode.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface interface-id

Example:


Device> enable

7

Specifies a Layer 2 interface (physical port or port channel), and enter interface configuration mode.

Step 4

switchport autostate exclude

Example:


Device(config)# interface gigabitethernet1/0/1
Device(config-if)# 

4

Excludes the access or trunk port when defining the status of an SVI line state (up or down)

Step 5

end

Example:


Device(config)# interface GigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 6

show running config interface interface-id

(Optional) Shows the running configuration.

Verifies the configuration.

Step 7

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

8

(Optional) Saves your entries in the configuration file.

Shutting down an interface disables all functions on the specified interface and marks the interface as unavailable on all monitoring command displays. This information is communicated to other network servers through all dynamic routing protocols. The interface is not mentioned in any routing updates.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

  • Enter your password if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

interface {vlan vlan-id} | { gigabitethernet interface-id} | {port-channel port-channel-number}

Example:


Device> enable

7

Selects the interface to be configured.

Step 4

shutdown

Example:


Device> enable

0

Shuts down an interface.

Step 5

no shutdown

Example:


Device# configure terminal

0

Restarts an interface.

Step 6

end

Example:


Device(config)# interface GigabitEthernet 1/1/1

1

Returns to privileged EXEC mode.

Step 7

show running-config

Example:


Device> enable

3

Verifies your entries.

Follow these steps to set the console media type to RJ-45. If you configure the console as RJ-45, USB console operation is disabled, and input comes only through the RJ-45 connector.

This configuration applies to all switches in a stack.

Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

Enter your password, if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

line console 0

Example:


Device> enable

6

Configures the console and enters line configuration mode.

Step 4

media-type rj45 switch switch_number

Example:


Device> enable

7

Configures the console media type to be only RJ-45 port. If you do not enter this command and both types are connected, the USB port is used by default.

Step 5

end

Example:


Device> enable

8

Returns to privileged EXEC mode.

Step 6

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

2

(Optional) Saves your entries in the configuration file.

The configurable inactivity timeout reactivates the RJ-45 console port if the USB console port is activated but no input activity occurs on it for a specified time period. When the USB console port is deactivated due to a timeout, you can restore its operation by disconnecting and reconnecting the USB cable.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

The configured inactivity timeout applies to all device in a stack. However, a timeout on one device does not cause a timeout on other device in the stack.


Procedure

 Command or ActionPurposeStep 1

enable

Example:


Device> enable

Enables privileged EXEC mode.

Enter your password, if prompted.

Step 2

configure terminal

Example:


Device# configure terminal

Enters global configuration mode.

Step 3

line console 0

Example:


Device> enable

6

Configures the console and enters line configuration mode.

Step 4

usb-inactivity-timeout switch switch_number timeout-minutes

Example:


Device# configure terminal

3

Specifies an inactivity timeout for the console port. The range is 1 to 240 minutes. The default is to have no timeout configured.

Step 5

copy running-config startup-config

Example:


Device(config)# interface TenGigabitEthernet 1/1/1

2

(Optional) Saves your entries in the configuration file.

Commands entered at the privileged EXEC prompt display information about the interface, including the versions of the software and the hardware, the configuration, and statistics about the interfaces.

Table 4. Show Commands for Interfaces

Command

Purpose

show interfaces interface-id status [err-disabled]

Displays interface status or a list of interfaces in the error-disabled state.

show interfaces [interface-id] switchport

Displays administrative and operational status of switching (nonrouting) ports. You can use this command to find out if a port is in routing or in switching mode.

show interfaces [interface-id] description

Displays the description configured on an interface or all interfaces and the interface status.

show ip interface [interface-id]

Displays the usability status of all interfaces configured for IP routing or the specified interface.

show interface [interface-id] stats

Displays the input and output packets by the switching path for the interface.

show interfaces interface-id

(Optional) Displays speed and duplex on the interface.

show interfaces transceiver dom-supported-list

(Optional) Displays Digital Optical Monitoring (DOM) status on the connect SFP modules.

show interfaces transceiver properties

(Optional) Displays temperature, voltage, or amount of current on the interface.

show interfaces [interface-id] [{transceiver properties | detail}] module number]

Displays physical and operational status about an SFP module.

show running-config interface [interface-id]

Displays the running configuration in RAM for the interface.

show version

Displays the hardware configuration, software version, the names and sources of configuration files, and the boot images.

show controllers ethernet-controller interface-id phy

Displays the operational state of the auto-MDIX feature on the interface.

Table 5. Clear Commands for Interfaces

Command

Purpose

clear counters [interface-id]

Clears interface counters.

clear interface interface-id

Resets the hardware logic on an interface.

clear line [number | console 0 | vty number]

Resets the hardware logic on an asynchronous serial line.

Which cisco ios command is used to enable a switch interface to become a routed port?

Note

The clear counters privileged EXEC command does not clear counters retrieved by using Simple Network Management Protocol (SNMP), but only those seen with the show interface privileged EXEC command.


This example shows how to use the interface range global configuration command to set the speed to 100 Mb/s on ports 1 to 4 on switch 1:


Device# configure terminal

5

This example shows how to use a comma to add different interface type strings to the range to enable Gigabit Ethernet ports 1 to 3 and 10-Gigabit Ethernet ports 1 and 2 to receive flow-control pause frames:


Device# configure terminal

6

If you enter multiple configuration commands while you are in interface-range mode, each command is executed as it is entered. The commands are not batched and executed after you exit interface-range mode. If you exit interface-range configuration mode while the commands are being executed, some commands might not be executed on all interfaces in the range. Wait until the command prompt reappears before exiting interface-range configuration mode.

This example shows how to define an interface-range named enet_list to include ports 1 and 2 on switch 1 and to verify the macro configuration:


Device# configure terminal

7

This example shows how to create a multiple-interface macro named macro1:


Device# configure terminal

8

This example shows how to enter interface-range configuration mode for the interface-range macro enet_list:


Device# configure terminal

9

This example shows how to delete the interface-range macro enet_list and to verify that it was deleted.


Device(config)# interface gigabitethernet1/0/2

0

The following is a sample output of show interface status command with dual mode 40G QSFP module inserted into port number 2.


Device(config)# interface gigabitethernet1/0/2

1

The following is a sample output of show interface status command when 40G QSFP module inserted in port number 2 is removed and 4x10G breakout cable is inserted into port number 2 after using the command hw-mod breakout module 1 port 2 switch 2. Port number 2 — Fo2/0/2 — is split into four 10G ports — Te2/0/5, Te2/0/6, Te2/0/7 and Te2/0/8.


Device(config)# interface gigabitethernet1/0/2

2

The following example shows how to disable the USB console media type and enable the RJ-45 console media type:


Device(config)# interface gigabitethernet1/0/2

3

This configuration terminates any active USB console media type in the stack. A log shows that this termination has occurred. This example shows that the console on switch 1 reverted to RJ-45.


Device(config)# interface gigabitethernet1/0/2

4

At this point no switches in the stack allow a USB console to have input. A log entry shows when a console cable is attached. If a USB console cable is connected to switch 2, it is prevented from providing input.


Device(config)# interface gigabitethernet1/0/2

5

The following example shows how to reverse the previous configuration and immediately activate any USB console that is connected:


Device(config)# interface gigabitethernet1/0/2

6
Related TopicDocument Title

For complete syntax and usage information for the commands used in this chapter.

See the Interface and Hardware Commands section in the Command Reference (Catalyst 9300 Series Switches)

Standards and RFCs

Standard/RFCTitleNone--

MIBs

MIBMIBs Link

All the supported MIBs for this release.

To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:

http://www.cisco.com/go/mibs

Technical Assistance

DescriptionLink

The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.

To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.

Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.

http://www.cisco.com/support

This table provides release and related information for the features explained in this module.

These features are available in all the releases subsequent to the one they were introduced in, unless noted otherwise.

Release

Feature

Feature Information

Cisco IOS XE Everest 16.5.1a

Interface Characteristics

Interface Characteristics includes interface types, connections, configuration modes, speed, and other aspects of configuring a physical interface on a device.

Support for this feature was introduced only on the 9300 switch models of the Cisco Catalyst 9300 Series Switches.

Cisco IOS XE Everest 16.6.4

IEEE 802.3x Flow Control

The default value for flowcontrol interface configuration command was modified to on on all the models of the series.

Cisco IOS XE Fuji 16.8.1a

Breakout interfaces

Support for breakout interfaces was introduced on the following:

  • Only the first four ports of C9300-24UX, C9300-48UXM and C9300-48UN models.

  • All the ports of the C9300-NM-2Q network module support breakout configuration

Cisco IOS XE Fuji 16.9.1

Breakout interfaces

On Cisco Catalyst 9300 Series Switches, support for breakout configuration was introduced only on the first twelve ports of C9300-24UX, C9300-48UXM and C9300-48UN models.

Cisco IOS XE Gibraltar 16.10.1

Password Authentication on USB 3.0 SSD

Support for configuring password on a USB 3.0 SSD was enabled on all the models of the Cisco Catalyst 9300 Series Switches.

Use the Cisco Feature Navigator to find information about platform and software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn.

Which one of the following Cisco IOS commands will list the current interfaces on a router?

Use the show interfaces EXEC command to display statistics for all interfaces configured on the router or access server.

Which command turns on a router interface?

Which command turns on a router interface? E. The no shutdown command, given at the interface prompt, will bring the interface up. The enable command moves you from operating at the user mode to the privileged mode.

What is the Switchport command?

The switchport mode command allows us to configure the trunking operational mode on a Layer 2 interface on a Cisco IOS device. By entering the command switchport mode access we configure the interface to operate in access mode. This ensures that the interface will pass traffic for a single VLAN only.

Which Cisco IOS command can be used to display whether an interface is configured as passive?

Which Cisco IOS command can be used to display whether an interface is configured as passive? The show ip ospf interface command can be used to display whether an interface is configured as passive.