cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
966
Views
0
Helpful
1
Replies

LACP on ASR and Nexus

AnthonyShahine
Level 1
Level 1

Dear, I'm trying to create a lacp port channel between a Nexus and ASR 903

Everything work well using a " switchport mode access" while by using the portchannel as Trunk the Portchannel goes down and the interfaces related to it went to suspended state on the Nexus side.

Kindly find below configuration On the ASR router

Interface Te0/0/3
no ip address
channel-group 21 mode active
exit
Interface Te0/0/4
no ip address
channel-group 21 mode active
exit
interface Port-channel21
 no ip address
 load-interval 30
 service instance 3500 ethernet
  description test vlan 1
  encapsulation dot1q 3500
  rewrite ingress tag pop 1 symmetric
  bridge-domain 3500
 !
 service instance 3600 ethernet
  description test vlan 2
  encapsulation dot1q 3600
  rewrite ingress tag pop 1 symmetric
  bridge-domain 3600
 !
interface BDI3500
 ip address 192.168.243.1 255.255.255.252
end
interface BDI3600
 ip address 192.168.243.5 255.255.255.252
end


And that is my configuration on My Nexus Switch:

vlan 3500
exit
vlan 3600
exit interface port-channel 21 interface Eth 1/23 channel-group 21 mode passive exit interface Eth 1/24 channel-group 21 mode passive exit interface port-channel 1 switchport mode trunk switchport trunk allowed vlan 3500,3600 exit

the show port-channel summary on the Nexus

Nexus# show port-channel summary 
Flags:  D - Down        P - Up in port-channel (members)
        I - Individual  H - Hot-standby (LACP only)
        s - Suspended   r - Module-removed
        S - Switched    R - Routed
        U - Up (port-channel)
        M - Not in use. Min-links not met
--------------------------------------------------------------------------------
Group Port-       Type     Protocol  Member Ports
      Channel
--------------------------------------------------------------------------------
21    Po21(SD)    Eth      LACP      Eth1/23(s)   Eth1/24(s)   

 

What could be the problem ?

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

On quick look and checks required.

 

interface port-channel 21
interface Eth 1/23
channel-group 21 mode passive   <--- change to active and test
exit
interface Eth 1/24
channel-group 21 mode passive <--- change to active and test
exit
interface port-channel 1    <--- This should be 21 
switchport mode trunk
switchport trunk allowed vlan 3500,3600

 

Do you have VLAN 3500 and 3600 created Locally ?

 

if you have still issue can you post below out put from both the side

 

show vlan

show verion

show port-channel summary.

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card