Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  Directly connected subnets or hosts are not allowed to be leaked from one VRF into another. In Figure 1, for example, subnet 40.92.0.0/24 in VRF 2 cannot be leaked into VRF 1 on R1.
  2.  On R3 switch, all routes in VRF2 can be leaked into VRF1 by configuring route leaking on R1 except the subnets directly connected with R1, for example in this case, subnet 40.92.0.0/24 cannot be leaked into VRF1.
  3.  Overlapping addresses in two VRFs are not allowed when enabling route leaking between these two VRFs. It is thus strongly recommended to use non-overlapping addresses in different VRFs before implementing route leaking.
  4.  VRF route leaking doesn't work in case of VXLAN routing.  The The routes cannot be leaked to a VRF corresponding to an VXLAN instance.
  5. The configuration of route leaking by importing BGP IPv4 routes from one user-defined VRF into another user-defined VRF, for example:

          set protocols bgp vrf vrf1 local-as 1
          set protocols bgp vrf vrf1 ipv4-unicast import vrf vrf2
          set protocols bgp vrf vrf2 local-as 2
          This will cause configuration from PICOS CLI is not consistent with FRR configuration. Specifically, FRR will add "set protocols bgp local-as 1" (local as number is same as the value in vrf1) to its configuration automatically, which is not in PICOS CLI. From version 4.4.0, if "set protocols bgp local-as 1" is not configured, the above configurations are not allowed.