cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
7700
Views
0
Helpful
3
Replies

LACP on cisco 4451 router

nkwong
Level 1
Level 1

Hi

can cisco 4000 series router support LACP or ether channel on the 4 on board GE ports?

need to connect to cisco catalyst switch to aggregate the bandwidth.

 

thanks

3 Replies 3

mionan
Level 1
Level 1

Not sure off the top of my head if it supports LACP but you could just configure the ports for "on" instead of using LACP.

Dan Lukes
VIP Alumni
VIP Alumni

You are off-topic here. Use blue [ EDIT ] button to move this thread to LAN, Switching and Routing

I'm sure an expert will respond you then.

MD KAFINUZZAMAN
Level 1
Level 1

Hi

interface Port-channel1
ip add x.x.x.x y.y.y.y
!
interface GigabitEthernet0/1
channel-group 1
!
interface GigabitEthernet0/2
channel-group 1

 

Try this . I think this will work...

Thanks