12-10-2014 11:10 AM - edited 03-11-2019 10:12 PM
I have configured 2 of ASA 5550 on a port channel as follows:
=======================================
router# show version
Cisco Adaptive Security Appliance Software Version 8.4(2)
router# show module
0 ASA 5550 Adaptive Security Appliance ASA5550 JMX1226L1S9
1 SSM-4GE Included with ASA 5550 System SSM-4GE-INC JAF1224ATNS
router# show interface Port-channel48
Interface Port-channel48 "", is up, line protocol is up
Hardware is EtherChannel/ON, BW 2000 Mbps, DLY 10 usec
Auto-Duplex(Full-duplex), Auto-Speed(1000 Mbps)
Input flow control is unsupported, output flow control is off
Media-type configured as RJ45 connector
Available but not configured via nameif
MAC address 001f.ca97.44e2, MTU not set
IP address unassigned
Members in this channel:
Active: Gi1/2 Gi1/3
router# show startup-config
!
interface GigabitEthernet1/2
channel-group 48 mode on
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/3
channel-group 48 mode on
no nameif
no security-level
no ip address
!
interface Port-channel48
no nameif
no security-level
no ip address
!
interface Port-channel48.4
vlan 4
!
interface Port-channel48.5
vlan 5
After migrating to version 9.0(4) I could not configure channel group on int g 1/2.
=======================================
router# show version
Cisco Adaptive Security Appliance Software Version 9.0(4)
router# show module
0 ASA 5550 Adaptive Security Appliance ASA5550 JMX1421L333
1 SSM-4GE Included with ASA 5550 System SSM-4GE-INC JAF1419ALAK
router# configure terminal
router(config)# interface GigabitEthernet1/2
router(config-if)# channel-group 48 mode on
^
ERROR: % Invalid input detected at '^' marker.
router(config-if)# ?
So I have the following questions about verion 9:
1. Can I still use port-channels on a sigle ASA?
2. Should I replace port-channel by lacp command on a sigle ASA?
3. Does lacp command can be used only on clusters ?
Att.,
Rosa
Solved! Go to Solution.
12-10-2014 01:28 PM
12-10-2014 01:28 PM
12-10-2014 02:52 PM
Should I replace port-channel by lacp command on a sigle ASA?
Does lacp command can be used only on clusters ?
Att.,
Rosa
12-10-2014 03:00 PM
What do you want to achieve with the lacp-commands? They are used to control *how* a channel is formed. But they won't help if channels are not supported at all.
12-11-2014 12:12 AM
Is there any way to configure channel on ASAs interfaces in order to agregate interfaces throughput ?
12-11-2014 12:20 AM
Yes, on the build-in interfaces of the ASA (g0/0 to g0/3). But the overall throughput of the 5550 is only slightly higher than the capacity of a single gig-link. So it's more about the higher availability that can be achieved than the throughput.
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