Connectivity Guide

interface port-channel
Creates a port-channel interface.
Syntax
interface port-channel channel-id
Parameters channel-id — Enter the port-channel ID number, from 1 to 128.
Default Not congured
Command Mode CONFIGURATION
Usage Information The no version of this command deletes the interface.
Example
OS10(config)# interface port-channel 10
OS10(conf-if-po-10)#
Supported Releases 10.2.0E or later
interface range
Congures a range of Ethernet, port-channel, or VLAN interfaces for bulk conguration.
Syntax
interface range {ethernet node/slot/port[:subport]-node/slot/port[:subport],
[...]} | {port-channel IDnumber-IDnumber,[ ...]} | vlan vlanID-vlanID,[...]}
Parameters
node/slot/port[:subport]-node/slot/port[:subport] — Enter a range of Ethernet interfaces.
IDnumber-IDnumber — Enter a range of port-channel numbers, from 1 to 128.
vlanID-vlanID — Enter a range VLAN ID numbers, from 1 to 4093.
Default Not congured
Command Mode CONFIGURATION
Usage Information
Enter up to six comma-separated interface ranges without spaces between commas. When creating an interface
range, interfaces are not sorted and appear in the order entered. You cannot mix interface conguration such as
Ethernet ports with VLANs.
Abulk conguration is created if at least one interface is valid.
Non-existing interfaces are excluded from the bulk conguration with a warning message.
This command has multiple port ranges, the prompt excludes the smaller port range.
If you enter overlapping port ranges, the port range extends to the smallest port and the largest end port.
You can only use VLAN and port-channel interfaces created using the interface vlan and interface
port-channel commands.
You cannot create virtual VLAN or port-channel interfaces using the interface range command.
The no version of this command deletes the interface range.
Example
OS10(config)# interface range ethernet 1/1/7-1/1/24
OS10(conf-range-eth1/1/7-1/1/24)#
Supported Releases 10.2.0E or later
Interfaces 181