From a78504e95cac31f84714268441781ed0cc8ff578 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Mon, 4 Dec 2023 11:20:52 +0200 Subject: policy: T4704: Added set metric (MED) to (+/-)rtt in route-map Added set metric (MED) to (+/-)rtt in route-map --- docs/configuration/policy/route-map.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/configuration/policy') diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index 9fe1eef7..07cfcf02 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -318,10 +318,12 @@ Route Map Set BGP local preference attribute. .. cfgcmd:: set policy route-map rule <1-65535> set metric - <+/-metric|0-4294967295> + <+/-metric|0-4294967295|rtt|+rtt|-rtt> - Set destination routing protocol metric. Add or subtract metric, or set - metric value. + Set the route metric. When used with BGP, set the BGP attribute MED + to a specific value. Use ``+/-`` to add or subtract the specified value + to/from the existing/MED. Use ``rtt`` to set the MED to the round trip + time or ``+rtt/-rtt`` to add/subtract the round trip time to/from the MED. .. cfgcmd:: set policy route-map rule <1-65535> set metric-type -- cgit v1.2.3