10-11-2018 11:08 PM - edited 03-12-2019 07:01 AM
Hi,
I'd like to know if the last firepower 2130 OS is EIGRP compatible nativly or only using Flexconfig ?
If it is not native can we have an ASA OS on an firepower appliance ?
strange question I know but EIGRP is absolutely needed by my customer ...
Thks for help :)
regards
10-12-2018 01:24 AM
Hi,
the EIGRP is still only possible over FlexConfig to configure:
Yes, you can run an ASA OS on 2100 Firepower:
regards
10-12-2018 06:41 AM
For a Firepower appliance running FTD you can only configure EIGRP via using FlexConfig. Note that it is limited to being an EIGRP stub. Other than that it works fine.
You can run ASA OS on a Firepower appliance and configure EIGRP. However if you do you will NOT be able to run a Firepower service module - only the base ASA.
04-05-2019 11:20 PM
Hello,
I'm having problems with getting EIGRP working on a FPR2120.
I've configured it using Flexconfig and when looking at the running-config, ie show running-config router eigrp, I can see that the configuration has been applied to the firewall.
> show running-config router eigrp
router eigrp 13
eigrp router-id 10.57.63.201
eigrp stub static redistributed
network 192.168.6.0 255.255.255.0
network 10.57.47.0 255.255.255.224
network 172.17.48.0 255.255.255.192
network 10.57.48.0 255.255.255.0
network 10.57.49.0 255.255.255.0
network 10.57.56.0 255.255.255.192
network 10.57.56.96 255.255.255.224
network 10.57.63.200 255.255.255.248
network 10.57.63.216 255.255.255.248
network 10.57.63.248 255.255.255.248
However, looking at the routing tables, I don't see any EIGRP routes and only the static, connected, routes.
Is there something else that's required to kick off the EIGRP routing? The previous ASA5515 that the 2120 is replacing has had no problems at all.
Much appreciated
04-07-2019 06:15 AM
There's nothing special that needs to be added above and beyond what your configuration has. Have you checked the interfaces on the expected peers to confirm they match up?
You could do a capture on one of the expected peering interfaces and see the eigrp packets and possibly determine why peering adjacency isn't establishing.
04-08-2019 08:45 PM
04-11-2019 10:58 PM
I've not done EIGRP authentication on any of my deployments.
Have you checked the running-config section specific to authentication ("show running-config authentication") to validate that your Flexconfig is pushing what you want? You should have something like:
authentication key eigrp 10 cisco123 key-id 1 authentication mode eigrp 10 md5
If that's confirmed there already, then I suspect a bug may indeed be the case.
04-12-2019 12:01 AM
06-27-2019 02:38 AM
For anyone else having the same issue, I ran in to this also. After entering in the key in to the EirgpAuthKey text object, it wouldn't apply in the config, a default of "cisco123" was being applied.
What I had to do was edit the flexconfig object "Eigrp_Interface_Configure_1" I created, Click the "Insert" option and select "Insert Secret Key". This allows you to edit the value and enter in the correct key.
I was able to verify from the cli (via "system support diagnostic-cli")
more system:running-config | inc key eigrp
10-17-2019 03:11 PM
Hi Marvin, I don't think EIGRP on FTD is limited to stub only, it should be the same as ASA. Do you have any evidence?
11-17-2019 09:11 AM
I'd like to find out if EIGRP is limited to stub or not, too. The latest FMC 6.5 manual says:
Eigrp_Configure | Configures EIGRP routing next-hop, auto-summary, router-id, eigrp-stub. | eigrpAS, eigrpNetworks, eigrpDisableAutoSummary, eigrpRouterId, eigrpStubReceiveOnly, eigrpStubRedistributed, eigrpStubConnected, eigrpStubStatic, eigrpStubSummary |
Eigrp_Interface_Configure | Configures EIGRP interface authentication mode, authentication key, hello interval, hold time, split horizon. | eigrpIntfList, eigrpAS, eigrpAuthKey, eigrpAuthKeyId, eigrpHelloInterval, eigrpHoldTime, eigrpDisableSplitHorizon Also uses the system variable SYS_FTD_ROUTED_INTF_MAP_LIST |
Eigrp_Unconfigure | Clears EIGRP configuration for an autonomous system from the device. | — |
Eigrp_Unconfigure_all | Clears all EIGRP configurations. | — |
So it certainly can configure stub routing, but I'm not sure that means it's required.
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