04-11-2018 08:04 AM - edited 03-08-2019 02:36 PM
I have to devices that I use for connection at a remote site. One is a cisco and one is not. I need to make a route map that I can use to insert the route when on backup. I thought I would do it by distance but when I look for that specific option under the route-map there is no distance command by metric type. Do I use that?
Basically I am looking to make the distance 100
Route-map backup
set distance 100 (how do I accomplish this)
Thanks for any help.
04-11-2018 09:28 AM
What subnet are you trying to influence?
Are you running other protocols beside EIGRP?
Can you explain your design and what you are trying to do?
HTH
04-11-2018 09:49 AM
Hi,
Administrative distance is not an option for route-map. Please find below link:
https://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration85/guide/asa_cfg_cli_85/route_maps.html
However you can modify EIGRP metrics using the below syntax:
set metric <Metric value or Bandwidth in Kbits per second> <EIGRP delay metric, in 10 microsecond units> <EIGRP reliability metric where 255 is 100% reliable> <EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded> <EIGRP MTU of the path>
Example:
route-map EIGRP_METRIC permit 10
set metric 10000 100 255 1 1500
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