diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2025-03-24 12:13:57 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2025-03-24 12:13:57 +0200 |
commit | e585f01bf26967835675fa0aafe5308e79f0ba9a (patch) | |
tree | 92f1674b5b4fa91562bf8ea5313721c212af691d | |
parent | 1c470d8f7a791c04fea3f6b8931d7f100dfcddc3 (diff) | |
download | vyos-documentation-e585f01bf26967835675fa0aafe5308e79f0ba9a.tar.gz vyos-documentation-e585f01bf26967835675fa0aafe5308e79f0ba9a.zip |
bgp: T7157: Allow using route-maps for VRF route leaking in BGP
Allow using route-maps for VRF route leaking in BGP
-rw-r--r-- | docs/configuration/vrf/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index e9115458..9082e8d4 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -505,6 +505,12 @@ address-family. derived and should not be specified explicitly for either the source or destination VRF’s. +.. cfgcmd:: set vrf name <name> protocols bgp address-family + <ipv4-unicast|ipv6-unicast> route-map vrf import + [route-map <name>] + + Specifies an optional route-map to be applied to routes imported from VRFs. + .. cfgcmd:: set vrf name <name> protocols bgp interface <interface> mpls forwarding |