From 418c62558cae20fc821325adff14e529f6770ba7 Mon Sep 17 00:00:00 2001 From: Nicolás Fort <95703796+nicolas-fort@users.noreply.github.com> Date: Sun, 29 May 2022 08:39:39 -0300 Subject: Route-map - Extend options for ip next-hop match Update documentation for new feature request T4449, which adds more options to route-policy match ip nexthop --- docs/configuration/policy/route-map.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index 8b2a555c..6e979a32 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -74,11 +74,26 @@ Route Map IP next-hop of route to match, based on access-list. +.. cfgcmd:: set policy route-map rule <1-65535> match ip nexthop + address + + IP next-hop of route to match, based on ip address. + +.. cfgcmd:: set policy route-map rule <1-65535> match ip nexthop + prefix-len <0-32> + + IP next-hop of route to match, based on prefix length. + .. cfgcmd:: set policy route-map rule <1-65535> match ip nexthop prefix-list IP next-hop of route to match, based on prefix-list. +.. cfgcmd:: set policy route-map rule <1-65535> match ip nexthop + type + + IP next-hop of route to match, based on type. + .. cfgcmd:: set policy route-map rule <1-65535> match ip route-source access-list <1-2699> -- cgit v1.2.3