Introduction
Interface Naming Conventions
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
35
1
Interface Range
Interfaces may be described on an individual basis or within a range. The interface
range command has the following syntax:
<interface-range> ::=
{<port-type>[ ][<first-port-number>[ - <last-port-number]}|
{Port-Channel|po}[ ]<first-port-channel-number>[ - <last-port-channel-
number>]
A sample of this command is shown in the example below:
switchxxxxxx#
configure
switchxxxxxx(config)#
interface range gi1-5
switchxxxxxx(config-if-range)#
Interface List
A combination of interface types can be specified in the interface range command
in the following format:
<range-list> ::= <interface-range>
| <range-list>,< interface-range>
NOTE
Range lists can contain either ports or port channels. The space after the comma is
optional. When a range list is defined, a space after the first entry and before the
comma (,) must be entered.
A sample of this command is shown in this example:
switchxxxxxx#
configure
switchxxxxxx(config)#
interface range gi1,gi4-5
switchxxxxxx(config-if-range)#