Symptom
Enhancement to make to add EIGRP delay to set rule. This along with minimum BW (in Kbps) will make it more clear to customers how to alter the composite metric for EIGRP.
Conditions
Changing "Metric" value on route-map does not actually reflect the true EIGRP metric. It just changes the minimum BW (in Kbps). We also need an EIGRP delay option in the set rule for route-maps
Workaround
In order to actually know the true EIGRP composite metric you need to calculate the metric manually by considering the delay value as well.
256*(B+D) = Metric
Bandwidth = 10^7 / Minimum Path BW in Kbps
Delay = Cumulative Delay in usec / 10
Further Problem Description