11-15-2022 11:07 AM
11-15-2022 11:21 AM - edited 11-15-2022 11:31 AM
@cathy_shehorn can you provide a screenshot of the exact error please?
You could just attempt to use the exact ASA commands and define them in the flexconfig, instead of using a variables.
Example:
router eigrp 1
distribute-list FILTER in
passive-interface default
no passive-interface INSIDE
FYI, from FMC version 7.2 - you can configure EIGRP natively in the FMC GUI, without having to use FlexConfig.
11-15-2022 11:46 AM
@rob_ingram, thanks for the reply...during my searches i did see where it would be much easier to configure if we upgraded, however it is not solely up to me to do so
When i run the "preview" it looks like everything should work fine
however, when i deploy it i get the following:
11-15-2022 11:58 AM
@cathy_shehorn it looks like you are just configuring passive-interface on a single interface, I think you need also need to configure "no passive-interface default" so all other interfaces are not in a passive interface state. Make sure that command is defined above the explictly configured "passive-interface <interfacename>"
Or do the opposite, explictly configure "passive-interface default" and then disable passive-interfaces on the required interfaces.
11-16-2022 12:34 AM
you config distribute-list using interface KDDI-to-Koito
then you passive-interface KDDI-to-Koito
that not relate to FMC it relate to EIGRP protocol, the passive interface meaning the interface will not establish EIGRP with neighbor and not send receive prefix update through that interface
but you config distribute list that filter the prefix update !!!
you need one of them either make interface not passive and config distribute list
OR
config passive and remove distribute list
11-15-2022 12:06 PM
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