16- and 36-Port Ethernet Switch Module for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series
Configuration Examples for the 16- and 36-Port Ethernet Switch Module
130
Cisco IOS Release 12.2(2)XT, 12.2(8)T, and 12.2(15)ZJ
Configuration Examples for the 16- and 36-Port Ethernet Switch
Module
This section provides the following configuration examples:
•
Range of Interface Examples, page 130
•
Optional Interface Feature Examples, page 131
•
VLAN Configuration Example, page 132
•
VTP Examples, page 133
•
EtherChannel Load Balancing Example, page 134
•
802.1x Authentication Examples, page 134
•
Spanning Tree Examples, page 136
•
Mac Table Manipulation Examples, page 138
•
Cisco Discovery Protocol (CDP) Example, page 138
•
Switched Port Analyzer (SPAN) Source Examples, page 139
•
Network Security and ACL Configuration Examples, page 139
•
QoS Configuration Examples, page 144
•
IGMP Snooping Example, page 145
•
Storm-Control Example, page 147
•
Ethernet Switching Examples, page 148
•
Intrachassis Stacking Example, page 150
•
Flow Control on Gigabit Ethernet Ports Example, page 151
•
Configuring Layer 3 Interfaces Example, page 153
•
Fallback Bridging Example, page 155
Range of Interface Examples
•
Single Range Configuration Example, page 130
•
Multiple Range Configuration Example, page 131
•
Range Macro Definition Example, page 131
Single Range Configuration Example
The following example shows all Fast Ethernet interfaces 5/1 to 5/5 being reenabled:
Router(config)#
interface range fastethernet 5/1 - 5
Router(config-if)#
no shutdown
Router(config-if)#
*Oct 6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet5/1, changed state to up
*Oct 6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet5/2, changed state to up
*Oct 6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet5/3, changed state to up
*Oct 6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet5/4, changed state to up
*Oct 6 08:24:35: %LINK-3-UPDOWN: Interface FastEthernet5/5, changed state to up