Creating Port Channel Logical Interfaces - Cisco Catalyst 4500 Series Configuration Manual

Release ios xe 3.3.0sg and ios 15.1(1)sg
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Chapter 24
Configuring EtherChannel and Link State Tracking
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:
Command
Step 1
Switch(config)# interface {fastethernet |
gigabitethernet | tengigabitethernet} slot/port
Step 2
Switch(config-if)# no switchport
OL-25340-01
Creating Port Channel Logical Interfaces, page 24-7
Configuring Physical Interfaces as Layer 3 EtherChannels, page 24-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.
Purpose
Selects a physical interface to configure.
Makes this a Layer 3 routed port.
Software Configuration Guide—Release IOS XE 3.3.0SG and IOS 15.1(1)SG
Configuring EtherChannel
24-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents