- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 09:47 AM
Hello.
Quick question...
If I want to delete an EIGRP redistributed static route from the network-- Must I locate the box in which the static route was configured and redistributed, then change that config,
or can I execute a route deletion in any box in the EIGRP network?
Thank you!
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023
10:16 AM
- last edited on
03-28-2023
09:31 PM
by
Translator
Hi,
you should stop doing redistribution of static route in EIGRP process where it was configured.
In addition, if you have done redistribution of multiple static routes and you want to cease some routes selectively, then use
route-map
and permit only allowed routes or deny not-allowed routes.
Please rate and mark as an accepted solution if you have found any of the information provided useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023
09:52 AM
- last edited on
03-27-2023
09:25 PM
by
Translator
you run
ASDM ? or FMC ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 09:54 AM
EIGRP routes are inserted on many type devices in enterprise. ASAs, L3 switches, routers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023
11:14 AM
- last edited on
03-27-2023
09:27 PM
by
Translator
The static route or any redistrubte route have router that inject it into eigrp'
From there you can only
1- remove static route if not need
2- if need then stop redistrubte static into eigrp
3- if there are more than one static then you can use redistrubte with
route-map
and allow or deny specific
This need
prefix-list
for include it in
route-map

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023
10:16 AM
- last edited on
03-28-2023
09:31 PM
by
Translator
Hi,
you should stop doing redistribution of static route in EIGRP process where it was configured.
In addition, if you have done redistribution of multiple static routes and you want to cease some routes selectively, then use
route-map
and permit only allowed routes or deny not-allowed routes.
Please rate and mark as an accepted solution if you have found any of the information provided useful.
