02-02-2021 09:45 AM
Good Day,
FMC and FTD are running 6.6.1
I am simply trying to add eigrp to one of my FPR-1010s.
I created the flex config text object:
170Networks and gave it a value of 192.168.170.0 255.255.255.0
I have also tried just entering the subnet without the mask as the value.
I created a copy of the eigrp configuration and modified it.
router eigrp $eigrpAS
#### Insert network object group in place of $eigrpnets
#foreach ( $net in $170Networks )
network $net
#end
#### Disables auto-summary for eigrp
#if ( $eigrpDisableAutoSummary == "true" )
no auto-summary
#end
But all it is deploying is the router eigrp 1 line to the FTD. See below.
###Flex-config Prepended CLI ###
###CLI generated from managed features ###
!INTERFACE_START
interface Ethernet1/1
no shutdown
exit
interface Ethernet1/2
no shutdown
exit
!INTERFACE_END
###Flex-config Appended CLI ###
router eigrp 1
Anyone know why this would not work correctly?
Thanks for your help.
Solved! Go to Solution.
02-02-2021 09:53 AM
check the flexconfig again, you can see bottom each line variable section is that correct.
here is the good video for reference :
02-02-2021 09:53 AM
check the flexconfig again, you can see bottom each line variable section is that correct.
here is the good video for reference :
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