]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: document the new set min/max metric commands 13166/head
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 18 Apr 2023 05:43:29 +0000 (00:43 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 18 Apr 2023 05:48:16 +0000 (00:48 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
doc/user/routemap.rst

index 9e4d7a611aced3268fad9dff21a664ca47889a02..b7f53365649d120616b84a89caf986eaf759fd23 100644 (file)
@@ -305,10 +305,18 @@ Route Map Set Command
 
 .. clicmd:: set metric <[+|-](1-4294967295)|rtt|+rtt|-rtt>
 
-   Set the BGP attribute MED to a specific value. Use `+`/`-` to add or subtract
-   the specified value to/from the 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.
+   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.
+
+.. clicmd:: set min-metric <(0-4294967295)>
+
+   Set the minimum meric for the route.
+
+.. clicmd:: set max-metric <(0-4294967295)>
+
+   Set the maximum meric for the route.
 
 .. clicmd:: set aigp-metric <igp-metric|(1-4294967295)>