cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1501
Views
0
Helpful
2
Replies

Port-Channel between 4507

rc5295509
Level 1
Level 1

Hello

I have a doubt.. 

I need to configure a port channel between two sw 4507R. with port Giga, but those port are in different modules.

Sw-1

interface GigabitEthernet5/48

description **** Conexion Switch-2*****

switchport trunk encapsulation dot1q

switchport mode trunk

duplex full

service-policy input servicios

service-policy output servicios

interface GigabitEthernet4/5

description **** Conexion Switch-2*****

switchport trunk encapsulation dot1q

switchport mode trunk

service-policy input servicios

service-policy output servicios

SW-2

interface GigabitEthernet3/5

description **** Conexion Switch-1*****

switchport trunk encapsulation dot1q

switchport mode trunk

service-policy input servicios

service-policy output servicios

logging event link-status

interface GigabitEthernet5/24

description **** Conexion Switch-1*****

switchport trunk encapsulation dot1q

switchport mode trunk

service-policy input servicios

service-policy output servicios

logging event link-status

You see the "service-policy input servicios".  Qos is suported in a port channel in sw 4507?  this is my doubt. actualy, the port 5/24 is blocked by stp, and I want to configure port channel... the version is 12.1.(19)EW1

Well, Thanks for your wise answer

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

You need to add these interfaces to the Etherchannel

example:

channel-group x mode active

HTH

rmfalconer
Level 1
Level 1

Before adding the interfaces to etherchannel configuration with the above commands, you need to create the port channel interfaces:

interface Port-Channelx

switchport trunk encapsulation dot1q

switchport mode trunk

service-policy input servicios

service-policy output servicios

Then use the above commands on each of the physical interfaces.

Review Cisco Networking products for a $25 gift card