cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
4
Helpful
2
Replies

Need to bundle two physical Layer 3 Links

mahesh_kv3
Level 1
Level 1

Hi all,

Iam having two FE ports in SPA-8XFE-TX " and the other end is WS-X6148A-RJ-45 ...so how can i bndle these ports in a single logical ports

Thanks in advance

Mahesh K V

2 Replies 2

mahmoodmkl
Level 7
Level 7

Hi

You can use a L3 etherchannel.

interface port-channel 1

no switchport

ip address 1.1.1.1 255.255.255.0

then under the physical interfaces

interface range fast0/1 - 2

no switchport

channel-group 1 mode on

the above config needs to be applied on both the devices.

Thanks

Mahmood

Hi all,

Thanks for the response,but my SPA is not supporting the port-channel configs.Is there is any alternate to achieve the same.

Many Thanks In advance

Mahesh Vijayan