mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
route-map match prefix-len command
This commit is contained in:
parent
aff4b038c2
commit
9adb46cccd
@ -69,6 +69,13 @@ Route Map
|
|||||||
|
|
||||||
IP address of route to match, based on prefix-list.
|
IP address of route to match, based on prefix-list.
|
||||||
|
|
||||||
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip address
|
||||||
|
prefix-len <0-32>
|
||||||
|
|
||||||
|
IP address of route to match, based on specified prefix-length.
|
||||||
|
Note that this does not work with BGP routes.
|
||||||
|
When applied to BGP it can lead to unexpected results.
|
||||||
|
|
||||||
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop
|
||||||
access-list <1-2699>
|
access-list <1-2699>
|
||||||
|
|
||||||
@ -99,6 +106,13 @@ Route Map
|
|||||||
|
|
||||||
IPv6 address of route to match, based on IPv6 prefix-list.
|
IPv6 address of route to match, based on IPv6 prefix-list.
|
||||||
|
|
||||||
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ipv6 address
|
||||||
|
prefix-len <0-128>
|
||||||
|
|
||||||
|
IPv6 address of route to match, based on specified prefix-length.
|
||||||
|
Note that this match rule does not work with BGP routes.
|
||||||
|
When applied to BGP it can lead to unexpected results.
|
||||||
|
|
||||||
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ipv6 nexthop
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ipv6 nexthop
|
||||||
<h:h:h:h:h:h:h:h>
|
<h:h:h:h:h:h:h:h>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user