cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5394
Views
5
Helpful
1
Replies

Adding EIGRP to FTD using FMC

jcstrait2003
Level 1
Level 1

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.

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

check the flexconfig again, you can see bottom each line variable section is that correct.

 

here is the good video for reference :

 

https://www.youtube.com/watch?v=Sv2VXmIq1Y4

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

check the flexconfig again, you can see bottom each line variable section is that correct.

 

here is the good video for reference :

 

https://www.youtube.com/watch?v=Sv2VXmIq1Y4

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card