4-6
Software Configuration Guide—Release 12.2(25)SG
OL-7659-02
Chapter4 Configuring Interfaces
Deploying 10-Gigabit Ethernet and a Gigabit Ethernet SFP Ports
To define an interface-range macro, perform this task:
This example shows how to define an interface-range macro named enet_list to select Fast Ethernet
interfaces 5/1 through 5/4:
Switch(config)# define interface-range enet_list fastethernet 5/1 - 4
To show the defined interface-range macro configuration, perform this task:
This example shows how to display the defined interface-range macro named enet_list:
Switch# show running-config | include define
define interface-range enet_list FastEthernet5/1 - 4
Switch#
To use an interface-range macro in the interface range command, perform this task:
This example shows how to change to the interface-range configuration mode using the interface-range
macro enet_list:
Switch(config)# interface range macro enet_list
Switch(config-if)#
Deploying 10-Gigabit Ethernet and a Gigabit Ethernet SFP Ports
Note On a Catalyst 4510R series switch, if you enable both the 10-Gigabit Ethernet and Gigabit Ethernet SFP
uplink ports, you must re-boot the switch. On the Catalyst 4503, 4506, and 4507R series switches, this
capability is automatically enabled.
Prior to Cisco Release 12.2(25)SG, the Cisco Catalyst 4500 Supervisor Engine V-10GE allowed you to
enable either the dual wire-speed 10-Gigabit Ethernet ports, or four alternatively wired Gigabit Ethernet
SFP uplink ports. With Cisco Release 12.2(25)SG, you can simultaneously deploy the dual 10 Gigabit
Ethernet ports and the four Gigabit Ethernet SFP ports. This capability is supported on the Catalyst 4503,
Catalyst 4506, and Catalyst 4507R chassis.
Command Purpose
Switch(config)# define interface-range
macro_name
{vlan
vlan_ID
-
vlan_ID
} | {{fastethernet |
gigabitethernet}
slot/interface
-
interface
}
[, {vlan
vlan_ID
-
vlan_ID
} {{fastethernet |
gigabitethernet}
slot/interface
-
interface
}]
Defines the interface-range macro and
saves it in the running configuration file.
Command Purpose
Switch# show running-config Shows the defined interface-range macro
configuration.
Command Purpose
Switch(config)# interface range macro
name
Selects the interface range to be configured using
the values saved in a named interface-range macro.