How to Configure EtherSwitch HWICs
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface range {macro macro-name |
fastethernet interface-id [ - interface-id] |
vlan vlan-id} [, fastethernet interface-id [ -
interface-id] | vlan vlan-id]
Example:
Router(config)# interface range FastEthernet
0/1/0 - 0/1/3
Defining a Range Macro
Use the following task to define an interface range macro.
SUMMARY STEPS
1.
2.
3.
12
enable
configure terminal
define interface-range macro-name {fastethernet interface-id [ - interface-id] | {vlan vlan-id -
vlan-id} | [, fastethernet interface-id [ - interface-id]
Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
•
Enters global configuration mode.
Select the range of interfaces to be configured.
The space before the dash is required. For example, the
•
command interface range fastethernet 0/<slot>/0 -
0/<slot>/3 is valid; the command interface range
fastethernet 0/<slot>/0-0/<slot>/3 is not valid.
You can enter one macro or up to five comma-separated
•
ranges.
Comma-separated ranges can include both VLANs and
•
physical interfaces.
You are not required to enter spaces before or after the
•
comma.
The interface range command only supports VLAN
•
interfaces that are configured with the interface vlan
command.