05-07-2019 05:02 PM - edited 02-21-2020 09:06 AM
Hello,
I have been able to create the FlexConfig to configure EIGRP and it is working well with the FTD advertising and receiving routes.
However I have a requirement to add a delay to an interface. When I try to add a delay via FlexConfig to an interface with "delay 5000" FMC returns an error "Unsupported CLI".
Looking though it documentation "delay" on an interface is NOT a blocked command so this should work.
Does anyone know how I could implement delay for EIGRP of FTD?
Below is my FlexConfig
#foreach ($intf in $SYS_FTD_ROUTED_INTF_MAP_LIST)
#if ($eigrpIntfDelayList.contains($intf.intf_logical_name))
interface $intf.intf_hardware_id
delay 5000
#end
#end
08-17-2020 03:31 PM - edited 08-17-2020 03:31 PM
I'm having the same problem, unfortunately. FMC 2600 + FPR2k / FPR9k (multi instance). Did somebody ever got this to work? I'm not able to find somewhere a bug id that describes this very issue. It's a pity Cisco's (former) proprietary dynamic routing protocol (which is widely used on my campus and we're not planning to get rid of soon) lacks in support on their own hardware ... *sigh*
08-17-2020 03:48 PM
Hi,
Yes we got this to work after raising a TAC case. I would suggest raising a case to confirm with TAC that this is still the method as it was a year ago when we implemented it. Were are also using FMC and this still had to be performed on the FTD via the CLI LinaConfigTool. Below is an example.
>expert
>sudo su
>/usr/local/sf/bin/LinaConfigTool ‘interface GigabitEthernet0/0’ ‘delay 5000’
>pmtool restartbyid ngfwManager
>lina_cli
>en
>show run all int G0/0
08-18-2020 12:19 AM
Hi! I did not expect an answer THAT fast, if any at all. We'll definately give TAC a shot and verify this still is the "correct" procedure, although I would appreciate it'll work as designed via flexconfig *facepalm*
I'll try those commands anyway no matter what as we have a spare pair of FTD2110 in staging.
Thank you very much for your reply - I appreciate it very much!
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