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

ASR9K Bundle-interface to Catalyst 4500(IOS)

Anuar Shahrin
Level 1
Level 1

Hi all,

I have a question regarding LACP between ASR9K to Cat 4500 (IOS).

I never tested the setup before and not sure if it will work.

is the configuration below is sufficient to bring up the LACP between the router?

Cisco ASR9K bundle-interface config:

interface Bundle-ether10
cdp
negotiation auto
load-interval 30
dampening
shutdown
!
interface GigabitEthernet0/0/1/7
cdp
negotiation auto
load-interval 30
bundle id 10 mode on
lacp period short transmit 100
lacp period short receive 100
shutdown
!
interface Bundle-ether10.13
ipv4 address
encapsulation dot1q 13
shutdown
!

Cisco Catalyst 4500(IOS) port channel config:

!
interface Port-channel1
switchport
switchport trunk allowed vlan <vlans>
switchport mode trunk
load-interval 30
!
interface GigabitEthernet1/3
channel-group 1 mode active
!
1 Accepted Solution

Accepted Solutions

smailmilak
Level 4
Level 4

Hi,

you have "mode on" under the physical interface. This is used for static BE and it's not recommended to use in production.

You need "bundle id 10 mode active" and do no shut under BE 10 and Gig0/0/1/7

View solution in original post

2 Replies 2

smailmilak
Level 4
Level 4

Hi,

you have "mode on" under the physical interface. This is used for static BE and it's not recommended to use in production.

You need "bundle id 10 mode active" and do no shut under BE 10 and Gig0/0/1/7

Thank you smailmilak for the reply. 

Will try the configuration. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: