cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1416
Views
19
Helpful
5
Replies

LACP on ISR4461

Xiao Guai
Spotlight
Spotlight

Can use LACP on ISR4461?

Thanks

1 Accepted Solution

Accepted Solutions

Christopher Hart
Cisco Employee
Cisco Employee

Hello!

ISR 4000 series routers do support LACP (at least on relatively modern IOS-XE software). Here is an example from my lab with an ISR 4331 router running IOS-XE 16.09.04 connected to a Catalyst 3850 switch using an LACP port-channel.

Router#show platform
Chassis type: ISR4331/K9

Slot      Type                State                 Insert time (ago) 
--------- ------------------- --------------------- ----------------- 
0         ISR4331/K9          ok                    6w2d          
 0/0      ISR4331-3x1GE       ok                    6w2d          
 0/1      NIM-ES2-8           ok                    6w2d          
1         ISR4331/K9          ok                    6w2d          
 1/0      UCS-E160S-M3/K9     ok                    6w2d          
R0        ISR4331/K9          ok, active            6w2d          
F0        ISR4331/K9          ok, active            6w2d          
P0        PWR-4330-AC         ok                    6w2d          
P2        ACS-4330-FANASSY    ok                    6w2d          

Slot      CPLD Version        Firmware Version                        
--------- ------------------- --------------------------------------- 
0         17100927            16.12(2r)                           
1         17100927            16.12(2r)                           
R0        17100927            16.12(2r)                           
F0        17100927            16.12(2r)                           

Router#show version | include IOS XE
Cisco IOS XE Software, Version 16.09.04

Router#show etherchannel summary
Flags:  D - down        P/bndl - bundled in port-channel
        I - stand-alone s/susp - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 1
Number of aggregators:           1

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1       Po1(RU)         LACP     Gi0/0/1(bndl) Gi0/0/2(bndl)

RU - L3 port-channel UP State
SU - L2 port-channel UP state
P/bndl -  Bundled
S/susp  - Suspended

Router#show running-config interface GigabitEthernet0/0/1
Building configuration...

Current configuration : 154 bytes
!
interface GigabitEthernet0/0/1
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 negotiation auto
 channel-group 1 mode active
end

Router#show running-config interface GigabitEthernet0/0/2
Building configuration...

Current configuration : 154 bytes
!
interface GigabitEthernet0/0/2
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 negotiation auto
 channel-group 1 mode active
end

Router#show running-config interface Port-channel1
Building configuration...

Current configuration : 156 bytes
!
interface Port-channel1
 description To Switch
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no negotiation auto
end

I hope this helps - thank you!

-Christopher 

View solution in original post

5 Replies 5

marce1000
VIP
VIP

 

 - Seems you can , try (out) the commands mentioned in this document : https://thenetworkstack.com/new-cisco-isr4000-series-routers/

 M.



-- ' 'Good body every evening' ' this sentence was once spotted on a logo at the entrance of a Weight Watchers Club !

I read this before in one of CiscoLive 
ISR not support LACP 
Screenshot (366).png

ISR 4K's definitely support LACP.

Christopher Hart
Cisco Employee
Cisco Employee

Hello!

ISR 4000 series routers do support LACP (at least on relatively modern IOS-XE software). Here is an example from my lab with an ISR 4331 router running IOS-XE 16.09.04 connected to a Catalyst 3850 switch using an LACP port-channel.

Router#show platform
Chassis type: ISR4331/K9

Slot      Type                State                 Insert time (ago) 
--------- ------------------- --------------------- ----------------- 
0         ISR4331/K9          ok                    6w2d          
 0/0      ISR4331-3x1GE       ok                    6w2d          
 0/1      NIM-ES2-8           ok                    6w2d          
1         ISR4331/K9          ok                    6w2d          
 1/0      UCS-E160S-M3/K9     ok                    6w2d          
R0        ISR4331/K9          ok, active            6w2d          
F0        ISR4331/K9          ok, active            6w2d          
P0        PWR-4330-AC         ok                    6w2d          
P2        ACS-4330-FANASSY    ok                    6w2d          

Slot      CPLD Version        Firmware Version                        
--------- ------------------- --------------------------------------- 
0         17100927            16.12(2r)                           
1         17100927            16.12(2r)                           
R0        17100927            16.12(2r)                           
F0        17100927            16.12(2r)                           

Router#show version | include IOS XE
Cisco IOS XE Software, Version 16.09.04

Router#show etherchannel summary
Flags:  D - down        P/bndl - bundled in port-channel
        I - stand-alone s/susp - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 1
Number of aggregators:           1

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1       Po1(RU)         LACP     Gi0/0/1(bndl) Gi0/0/2(bndl)

RU - L3 port-channel UP State
SU - L2 port-channel UP state
P/bndl -  Bundled
S/susp  - Suspended

Router#show running-config interface GigabitEthernet0/0/1
Building configuration...

Current configuration : 154 bytes
!
interface GigabitEthernet0/0/1
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 negotiation auto
 channel-group 1 mode active
end

Router#show running-config interface GigabitEthernet0/0/2
Building configuration...

Current configuration : 154 bytes
!
interface GigabitEthernet0/0/2
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 negotiation auto
 channel-group 1 mode active
end

Router#show running-config interface Port-channel1
Building configuration...

Current configuration : 156 bytes
!
interface Port-channel1
 description To Switch
 no ip address
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no negotiation auto
end

I hope this helps - thank you!

-Christopher 

thanks for confirm my answer. 

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:

Review Cisco Networking products for a $25 gift card