|
|
This chapter describes how to configure EtherChannel for switch routers. For further information about the commands used in this chapter, refer to the command reference publications in the Cisco IOS documentation set and to "Command Reference."
This chapter includes the following sections.
This section describes how to configure Fast EtherChannel or Gigabit EtherChannel in Layer 3 switching. EtherChannel is a trunking technology that groups together multiple full-duplex 802.3 Ethernet interfaces to provide fault-tolerant high-speed links between switches, routers, and servers. EtherChannel is a logical aggregation of multiple Ethernet interfaces. EtherChannel forms a single higher bandwidth routing or bridging endpoint. EtherChannel is designed primarily for host-to-switch connectivity or Inter-Switch Link (ISL) switch-to-switch connectivity (for example, connectivity to a Catalyst 5500 switch).
In summary, EtherChannel provides the following benefits:
The Catalyst 8500 campus switch router supports Fast EtherChannel (FEC) and Gigabit EtherChannel (GEC).
Cisco Fast EtherChannel technology builds upon standards-based 802.3 full-duplex Fast Ethernet to provide a reliable high-speed solution for the campus network backbone. Fast EtherChannel provides bandwidth scalability within the campus by providing increments of 200 Mbps to 800 Mbps.
Step 1 Create an EtherChannel interface (port channel) and assign a network (IP or IPX) address.
Step 2 Assign the Fast Ethernet or Gigabit Ethernet interfaces (up to four) to the port channel.
Table 7-1 shows an example of creating an EtherChannel interface and assigning its IP address and subnet mask.
| Step | Command | Purpose |
|---|---|---|
| 1 | Router(config)# interface port-channel channel-number | From global configuration mode, create the EtherChannel interface. The channel number can be from 1 to 64 for FEC and GEC. |
| 2 | Router(config-if)# ip address ip-address subnet-mask | Assign an IP address and subnet mask to the Fast EtherChannel interface. |
| 3 | Router(config-if)# exit | Exit this mode. Optionally, you can remain in interface configuration mode and enable other supported interface commands to meet your requirements. |
Table 7-2 shows an example of assigning Ethernet interfaces to the EtherChannel.
| Step | Command | Purpose |
|---|---|---|
| 1 | Router(config)# interface or Router(config)# interface | Enter Ethernet interface configuration mode to configure the Fast Ethernet or Gigabit Ethernet interface you want to assign to the EtherChannel. You can assign any interface on any interface module installed on the system to the EtherChannel. |
| 2 | Router(config-if)# no ip address | If the Fast Ethernet or Gigabit Ethernet interface already exists and has an IP address assigned, you must disable the IP address before performing the next step. The Ethernet interface uses the IP address assigned to the EtherChannel interface. |
| 3 | Router(config-if)# channel-group channel-number | |
| 4 | Router(config-if)# exit | Exit interface configuration mode and repeat Steps 3 through 6 to add up to four Fast Ethernet or Gigabit Ethernet interfaces to the Fast EtherChannel. |
| 5 | Router# copy running-config startup-config | Save your configuration changes to NVRAM. |
Table 7-3 shows an example of removing an interface from the EtherChannel.
| Step | Command | Purpose |
|---|---|---|
| 1 | Router(config)# interface port-channel | From global configuration mode, create the EtherChannel interface. The channel number can be from 1 to 64 for FEC and GEC. |
| 2 | Router(config-if)# ip address ip-address subnet-mask | Assign an IP address and subnet mask to the Fast EtherChannel interface. |
| 3 | Router(config-if)# exit | Exit this mode. Optionally, you can remain in interface configuration mode and enable other supported interface commands to meet your requirements. |
The Cisco IOS software automatically removes a Fast Ethernet or Gigabit Ethernet interface from the EtherChannel if the interface goes down, and the software automatically adds the interface to the EtherChannel when the interface is back up.
Table 7-4 shows an example of configuring encapsulation over EtherChannel.
| Step | Command | Purpose |
|---|---|---|
| 1 | Router(config)# interface port-channel channel-number | From global configuration mode, create the EtherChannel (or port channel) virtual interface. The channel number can be from 1 to 64 for FEC and GEC. |
| 2 | Router(config)# interface or Router(config)# interface | Configure the port-channel member. |
| 3 | Router(config-if)# channel-group channel-number | Up to four interfaces can be added to the EtherChannel. |
| 4 | Router(config)# interface port-channel | Configure the subinterface on the port channel. |
| 5 | Router(config-if)# encap isl vlan-id | Assign the ISL encapsulation to the subinterface. |
| 6 | Router(config-if)# ip address ip-address subnet-mask | Assign the protocol IP address and subnet mask to the subinterface. |
| 7 | Router(config-if)# exit | Exit this mode. Optionally, you can remain in interface configuration mode and enable other supported interface commands to meet your requirements. |
| 8 | Router# copy running-config startup-config | Save your configuration changes to NVRAM. |
Once Fast EtherChannel or Gigabit EtherChannel is configured, you can monitor its status using the show interfaces port-channel command.
Configuring the EtherChannel concludes the suggested process for configuring your switch router. You have the option of configuring system management tasks to monitor and fine tune your switch router's performance. For these tasks, refer to the Cisco IOS documentation set.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed Dec 22 14:11:14 PST 1999
Copyright 1989-1999©Cisco Systems Inc.