12-22-2020
02:32 PM
- last edited on
09-03-2023
11:32 PM
by
Translator
Hi,
I am trying to configure mlacp on 2 routers asr903 but the command
port-channel mc-lag
on global configuration mode is unrecognized. When I ignore it and apply the
mclag configuration
the command
show redundancy interchassis
shows the peer as connected from each router. But when I check the port-channel via the command
show lacp multichassis port-channel
I see the lag state is down onthe peer. Is it possible that this issue be related to the command
port-channel mc-lag
I ignored? How can I solve it?
Regards
Solved! Go to Solution.
12-28-2020
12:48 AM
- last edited on
09-03-2023
11:19 PM
by
Translator
Hi Georg,
I tried it but it didn't work. The port-channel was still down on both routers. And then I added the service instance in bold under the port-channel configuration and it goes up. I think that's what I was missing.
redundancy
mode sso
interchassis group 1
member ip 10.10.10.39
monitor peer bfd
mlacp node-id 1
mlacp system-mac 1111.1111.1111
mlacp system-priority 90
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32767
mlacp interchassis group 1
service instance 1 ethernet
encapsulation untagged
l2protocol peer lacp
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
redundancy
mode sso
interchassis group 1
member ip 10.10.10.119
monitor peer bfd
mlacp node-id 2
mlacp system-mac 2222.2222.2222
mlacp system-priority 100
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32768
mlacp interchassis group 1
service instance 1 ethernet
encapsulation untagged
l2protocol peer lacp
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
Thanks, everyone for your support.
Regards.
12-23-2020
01:12 AM
- last edited on
09-03-2023
11:33 PM
by
Translator
Hello,
hard to say what you are missing. Do you have
port-channel min-link
configured on each router ? Post the full configs of both routers, and have a look at the document linked below:
12-23-2020
01:27 AM
- last edited on
09-03-2023
11:35 PM
by
Translator
Hi Georg,
Please find below the full configuration of both routers. In front of the 2 routers, I have equipment from Nokia on which a normal
lacp lag
is configured with passive mode.
========================================PE-2============================================
redundancy
mode sso
interchassis group 1
member ip 10.10.10.39
mlacp node-id 1
mlacp system-mac 1111.1111.1111
mlacp system-priority 90
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32767
mlacp interchassis group 1
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
!
==============================================PE-1=====================================
redundancy
mode sso
interchassis group 1
member ip 10.10.10.119
mlacp node-id 2
mlacp system-mac 2222.2222.2222
mlacp system-priority 100
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32768
mlacp interchassis group 1
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
!
Regards.
12-23-2020 02:59 AM
Hello,
I have a feeling that this is the problem (the Nokias). I could not find any information on the mutlichassis functionality working in a multi-vendor environment...
12-23-2020 02:52 AM
what is the version of code on ASR and License you have.
what is other side device model of Nokia ?
12-23-2020
03:45 AM
- last edited on
09-03-2023
11:40 PM
by
Translator
Cisco IOS XE
Software, Version 03.18.03.SP.156-2. SP3-ext
License Level: metroservices
The other side device is a level 2 device, a DSLAM.
12-23-2020 05:33 AM
Hello,
I am not sure I understand the physical topology, can you post a diagram ? How is the (Nokia) DSLAM involved here ?
12-25-2020 02:42 AM
Hello,
The physical topology
Regards
12-25-2020
08:40 AM
- last edited on
09-03-2023
11:15 PM
by
Translator
Hello,
try and add the line in bold to both routers:
redundancy
mode sso
interchassis group 1
member ip 10.10.10.39
--> monitor peer bfd
mlacp node-id 1
mlacp system-mac 1111.1111.1111
mlacp system-priority 90
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32767
mlacp interchassis group 1
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
redundancy
mode sso
interchassis group 1
member ip 10.10.10.119
--> monitor peer bfd
mlacp node-id 2
mlacp system-mac 2222.2222.2222
mlacp system-priority 100
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32768
mlacp interchassis group 1
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
12-28-2020
12:48 AM
- last edited on
09-03-2023
11:19 PM
by
Translator
Hi Georg,
I tried it but it didn't work. The port-channel was still down on both routers. And then I added the service instance in bold under the port-channel configuration and it goes up. I think that's what I was missing.
redundancy
mode sso
interchassis group 1
member ip 10.10.10.39
monitor peer bfd
mlacp node-id 1
mlacp system-mac 1111.1111.1111
mlacp system-priority 90
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32767
mlacp interchassis group 1
service instance 1 ethernet
encapsulation untagged
l2protocol peer lacp
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
redundancy
mode sso
interchassis group 1
member ip 10.10.10.119
monitor peer bfd
mlacp node-id 2
mlacp system-mac 2222.2222.2222
mlacp system-priority 100
backbone interface Gi0/1/2
!
interface Port-channel1
lacp fast-switchover
lacp max-bundle 3
mlacp lag-priority 32768
mlacp interchassis group 1
service instance 1 ethernet
encapsulation untagged
l2protocol peer lacp
!
interface TenGigabitEthernet0/0/0
no ip address
lacp rate fast
channel-group 1 mode active
Thanks, everyone for your support.
Regards.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide