cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
418
Views
0
Helpful
2
Replies

Route-map for EIGRP

TRACY HARTMANN
Level 1
Level 1

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.

 

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

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

 

 

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

Review Cisco Networking for a $25 gift card