Product specifications

Creating an EtherChannel (Link Aggregation)
83
4. SwitchHostName(config)#
ip routing
5. SwitchHostName(config)#
exit
.
6. SwitchHostName#
copy run start
To disable IP routing:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t
4. SwitchHostName(config)#
no ip routing
5. SwitchHostName(config)#
exit
.
Creating an EtherChannel (Link Aggregation)
With the Cisco C4948E and C4948-10GE switches you can create multiple EtherChannels (link aggregation) with
up to eight ports. The C4948E and C4948-10GE switch configuration B and configuration E files provided by
Avid use ports 45 to 48 for this function.
Depending on what you are connecting to the EtherChannel, you might have to change the load balancing
algorithm of the switch on the other end. Also consider the type of link aggregation protocol used on the link. For
example, if you are connecting to a Cisco EtherChannel, change the load balancing to support source-destination
IP address. In this example a range of ports is assigned to a VLAN and an Ether Channel (Layer 2) created.
n
Use the same procedure for creating 10 Gb EtherChannel groups that connect to ISIS.
To create a link aggregation:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t
4. SwitchHostName(config)#
int port-channel x
(where x is the port-channel number)
5. SwitchHostName(config-if)#
switchport
6. SwitchHostName(config-if)#
switchport access vlan n
(where n is the VLAN number)
7. SwitchHostName(config-if)#
exit
8. SwitchHostName(config)#
int range GigabitEthernet 1/a-b
(where a and b are a range of ports)
9. SwitchHostName(config-if-range)#
channel-group x mode on
(where x is the port-channel number)
10. SwitchHostName(config-if-range)#
exit
11. SwitchHostName(config)#
port-channel load-balance src-dst-ipxit
12. SwitchHostName(config)#
exit
13. SwitchHostName#
copy run start
14. SwitchHostName#
exit
The following is information on the Cisco 6509 Etherchannel Configuration for use with 10 Gb ISIS link
aggregation: