Configuring Layer 3 Etherchannels - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Chapter 26
Configuring EtherChannel and Link State Tracking

Configuring Layer 3 EtherChannels

To configure Layer 3 EtherChannels, create the port channel logical interface and then put the Ethernet
interfaces into the port channel.
These sections describe Layer 3 EtherChannel configuration:
Creating Port Channel Logical Interfaces
To move an IP address from a physical interface to an EtherChannel, you must delete the IP address from
Note
the physical interface before configuring it on the port channel interface.
To create a port channel interface for a Layer 3 EtherChannel, perform this task:
Command
Step 1
Switch(config)# interface port-channel
port_channel_number
Step 2
Switch(config-if)# ip address ip_address mask
Step 3
Switch(config-if)# end
Step 4
Switch# show running-config interface
port-channel port_channel_number
This example shows how to create port channel interface 1:
Switch# configure terminal
Switch(config)# interface port-channel 1
Switch(config-if)# ip address 172.32.52.10 255.255.255.0
Switch(config-if)# end
This example shows how to verify the configuration of port channel interface 1:
Switch# show running-config interface port-channel 1
Building configuration...
Current configuration:
!
interface Port-channel1
ip address 172.32.52.10 255.255.255.0
no ip directed-broadcast
end
Switch#
Configuring Physical Interfaces as Layer 3 EtherChannels
To configure physical interfaces as Layer 3 EtherChannels, perform this task for each interface:
OL_28731-01
Creating Port Channel Logical Interfaces, page 26-7
Configuring Physical Interfaces as Layer 3 EtherChannels, page 26-7
Purpose
Creates the port channel interface. The value for
port_channel_number can range from 1 to 64.
Assigns an IP address and subnet mask to the
EtherChannel.
Exits configuration mode.
Verifies the configuration.
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)E
Configuring EtherChannel
26-7

Advertisement

Table of Contents
loading

Table of Contents