cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3805
Views
15
Helpful
3
Replies

FMC FTD EIGRP Delay FlexConfig

kris_duffy
Level 1
Level 1

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

3 Replies 3

1_am_r00t
Level 1
Level 1

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*

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

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!

Review Cisco Networking for a $25 gift card