02-29-2024 11:59 AM
Need a little help. I currently have 2 Cisco 9500's configured in a virtual stack, with one of the ports on sw1 configured as a layer 3 port to route traffic to our FW. What I would like to do is add another port from the 2nd switch that is in the stack as an HA port in the case that something happens to sw1. How would I go about doing this?
This is the config of the port.
interface HundredGigE1/0/3
description Uplink to FW
no switchport
ip address 10.X.X.X 255.255.255.248
Thanks!
02-29-2024 12:56 PM
Hello @gavinr98 ,
Adding another link from the 9500 stack to your firewall is a good move, but depending on your configuration, the second link could stay un-utilised until the firs link fails. I am thinking of bundling the two links in a Etherchannel.
The configuration for the switch will be similar to this:
interface HundredGigE1/0/3
description Uplink to FW
no switchport
channel-group 1 mode active
interface HundredGigE2/0/3
description Uplink to FW
no switchport
channel-group 1 mode active
interface Port-channel 1
ip address 10.X.X.X 255.255.255.248
This way you have the redundancy given by two links and the added bandwidth of the second link.
If the firewall is a Cisco FPR, than the the configuration steps can be found in this document: https://www.cisco.com/c/en/us/support/docs/security/firepower-ngfw/215351-configure-verify-and-troubleshoot-port.html#toc-hId-1981994155
02-29-2024 01:29 PM - edited 02-29-2024 01:52 PM
Thank you! I will give this a try. The connection is going to a 10GB FS switch, so hopefully it wont we an issue. We are going to split out the connections for HA to our FW's.
03-01-2024 03:25 AM
Agree with @liviu.gheorghe , I would EtherChannel the interfaces. Not sure what FW you are connecting to and what the capabilities are on that side of the connection but that will drive your decision.
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