To configure an interface type and to enter interface configuration mode, use the
interface command in the global configuration
mode.
interface
type
number
.
subinterface-number
interface
type
slot
/
subslot
/
port
.
subinterface-number
[point-to-point]
no interface
type
number
.
subinterface-number
no interface
type
slot
/
subslot
/
port
.
subinterface-number
[point-to-point]
Syntax Description
type
|
Type of interface to be configured. See the table below.
|
number
|
Port, connector, or interface card number. The numbers are assigned at the factory at the
time of installation or when added to a system; they can be
displayed with the
showinterfaces
command.
|
slot
|
Chassis slot number.
Refer to the appropriate hardware manual for slot information. For SIPs, refer to the
platform-specific SPA hardware installation guide or the
corresponding "Identifying Slots and Subslots for SIPs and SPAs"
topic in the platform-specific SPA software configuration guide.
|
/
subslot
|
Secondary slot number on a SIP where a SPA is installed. The slash (/) is required.
Refer to the platform-specific SPA hardware installation guide and the corresponding "Specifying the Interface Address on
a SPA" topic in the platform-specific SPA software configuration guide for subslot information.
|
/
port
|
Port or interface number.
The slash (/ ) is
required.
Refer to the appropriate hardware manual for port information. For SPAs, refer to the
corresponding “Specifying the Interface Address on a SPA” topics
in the platform-specific SPA software configuration guide.
|
.
subinterface-number
|
Subinterface number in the range 1 to 4294967293. The number that precedes the period (.)
must match the number to which this subinterface belongs.
|
point-to-point
|
(Optional) Specifies a point-to-point subinterface.
|
Command Default
No interface types are configured.
Command Modes
Global configuration (config)
Command History
Release
|
Modification
|
Cisco IOS XE Release Amsterdam 17.2.1v
|
Commands of the following form were qualified for use in Cisco
vManage CLI templates:
-
interface ATM 0/3/0
-
interface ATM 0/3/0.1
point-to-point
-
interface Dialer 1
-
interface GigabitEthernet 1
-
interface GigabitEthernet
1.101
-
interface Loopback 100
-
interface Tunnel 10
-
interface VirtualPortGroup
0
-
interface Vlan 1
|
Cisco IOS XE Release Amsterdam 17.3.1
|
Commands of the following form were qualified for use in Cisco
vManage CLI templates:
|
Usage Guidelines
The table below displays the keywords that represent the types of interfaces that can be configured with the interface command. Replace the type argument with the appropriate keyword from the table.
Usage Guidelines
Starting from Cisco IOS XE Catalyst SD-WAN Release 17.15.1a, size limit for interface is within the range 1 to 31 for interface commands.
Usage Guidelines
Table 1. Interface Type Keywords
Keyword
|
Interface Type
|
ATM
|
ATM interface.
|
Dialer
|
Dialer interface.
|
GigabitEthernet
|
1000-Mbps Ethernet interface.
|
Loopback
|
Software-only loopback interface that emulates an interface that is always up. It is a virtual interface supported on all
platforms. The number argument is the number of the loopback interface that you want to create or configure. There is no limit on the number of
loopback interfaces that you can create.
|
Serial
|
Serial interface.
|
Tunnel
|
Tunnel interface; a virtual interface. The number argument is the number of the tunnel interface that you want to create or configure. There is no limit on the number of tunnel
interfaces that you can create.
|
Vlan |
VLAN interface.
|
VirtualPortGroup
|
Virtual Port Group interface.
|
For more usage guidelines, see interface.
ATM Interface
Device(config)# interface ATM 0/3/0
Device(config-if)#
Device(config)# interface ATM 0/3/0.1 point-to-point
Device(config-if)#
Dialer Interface
Device(config)# interface Dialer 1
Device(config-if)#
GigabitEthernet Interface
Device(config)# interface GigabitEthernet 1
Device(config-if)#
Device(config)# interface GigabitEthernet 1.101
Device(config-if)#
Loopback Interface
Router(config)# interface Loopback 100
Router(config-if)#
Serial Interface
Router(config)# interface Serial 2/0
Router(config-if)#
Router(config)# interface Serial 0/1/0
Router(config-if)#
Router(config)# interface Serial 0/1/0.2 point-to-point
Router(config-if)#
Router(config)# interface Serial 0/0/1:5
Router(config-if)#
Tunnel Interface
Router(config)# interface Tunnel 10
Router(config-if)#
Virtual Port Group Interface
Router(config)# interface VirtualPortGroup 0
Router(config-if)#
VLAN Interface
Router(config)# interface Vlan 1
Router(config-if)#