Hi @wherewolf ,> (config-vrf)#import ?You are not at the correct level. You should be at the following prompt:(config-vrf-af)Try again with the following:vrf definition Mgmt-intfrd 100:100address-family ipv4 unicastroute-target both 100:100import ipv...
Hi @wherewolf ,> My router will not accept the commandsYou need to be in the "address-family ipv4 unicast" context to enter these commands.vrf definition Mgmt-intfaddress-family ipv4 unicastimport ? > sh bgp vpnv4 uni vrf Mgmt-intf sumDoes the sessio...
Hi @wherewolf ,This is normally done using route-maps (1 for VRF to GRT and 1 for GRT to VRF).Here's an example:ip prefix-list grt permit a.b.c.0/24ip prefix-list vrf permit x.y.z.0/24route-map vrf_to_grt permit 10match ip address prefix-list vrf ...
Hi @wherewolf ,1. The RD needs to be configured under the VRF configuration.vrf definition Mgmt-intfrd x:y2. No, it won'tAlso, don't forget that you will need to configure controlled route leaking between the global routing table (GRT) and the VRF ro...
Hi @wherewolf ,The issue is that you are trying to establish the BGP session from the global routing table and the neighbor is in the VRF.You need to establish the BGP session from the VRF as follow:router bgp 64621address-family ipv4 unicast vrf Mg...