04-13-2025 09:05 AM
Dear,
Kindly support to resolve my Issue, i have confgured BGP and but when i am give sho BGP vrf it give me the following error in ASR9910 having version 7.0.2
#show bgp vrf Vrf-name
% None of the requested address families are configured for instance 'default'(31698)
Solved! Go to Solution.
04-15-2025 08:45 AM
Hi @NetworkSupport65408 ,
Thanks for the additional information. It looks like you might have hit a bug.
Normally, removing the vrf config under bgp and reapplying it with the new RD value should be sufficient.
router bgp <asn>
no vrf <vrf name>
commit
vrf <vrf name>
rd <new rd value>
commit
if this doesn't work for you, I would suggest opening a TAC case.
04-13-2025 09:43 AM - edited 04-13-2025 09:52 AM
Hi @NetworkSupport65408 ,
"show bgp vrf Vrf-name" only shows the address family ipv4 unicast by default. It appears that address-family ipv4 unicast is not configured for this vrf under BGP. Please check your BGP configuration.
04-14-2025 09:03 AM
Thank you for your respose. Below is my configuraition for BGP and VRF.
vrf <VRF Name>
vrf <VRF Name> address-family ipv4 unicast
vrf <VRF Name> address-family ipv4 unicast import route-target <RTs>
vrf <VRF Name> address-family ipv4 unicast export route-target <RTs>
router bgp <Local-AS> vrf <VRF Name>
router bgp <Local-AS> vrf <VRF Name> rd <IP:VLA ID>
router bgp <Local-AS> vrf <VRF Name> address-family ipv4 unicast
router bgp <Local-AS> vrf <VRF Name> address-family ipv4 unicast maximum-paths eibgp 2
router bgp <Local-AS> vrf <VRF Name> address-family ipv4 unicast additional-paths receive
router bgp <Local-AS> vrf <VRF Name> address-family ipv4 unicast additional-paths selection route-policy <Route-Policy>
router bgp <Local-AS> vrf <VRF Name> address-family ipv4 unicast redistribute connected route-policy <Route-Policy>
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP>
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP> remote-as <Remote-AS>
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP> address-family ipv4 unicast
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP> address-family ipv4 unicast route-policy <Route-Policy> in
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP> address-family ipv4 unicast route-policy <Route-Policy> out
router bgp <Local-AS> vrf <VRF Name> neighbor <neigbour IP> address-family ipv4 unicast soft-reconfiguration inbound always
interface Bundle-Ether160.VLAN ID
vrf <VRF Name>
ipv4 address <IP Address> <Subnet Mask>
encapsulation dot1q VLAN ID
04-14-2025 09:53 AM
Hi @NetworkSupport65408 ,
Try using the following command instead:
show bgp vpnv4 unicast vrf <VRF Name>
04-15-2025 04:36 AM
Hi @Harold Ritter,
With this commond it show me the routes learned from IBGP neighbors which i have learned through address family vpnv4. My problem is, EBGP is not comming up with CE routers although point to point is pingable and there is no firewall between the PE and CE routers.
I have VRFs in same routers for which i am using the commond show bgp vrf <vrf name> summay and i can see for other customer the BGP is up.
But when i am configuring new vrf it give me this error.
Regards
Ubaid Ullah
04-15-2025 07:15 AM - edited 04-15-2025 07:57 AM
Hi @NetworkSupport65408 ,
To check why the neighbor is not coming up, please use the following command:
show bgp vrf <VRF Name> neighbor <neighbor address>
Also make sure that you use the VRF name exactly as configured (It is case sensitive). If you don't this could also be the cause for the error message you initially reported.
04-15-2025 08:22 AM
VRF name is correct and when i chagne the VRF name for testing, the BGP came up but when i returning back the VRF name the status still remain same.
When i further analyse i check below data.
Switch name #show bgp vrf-db vrf <vrf-name>
VRF: <vrf-name>
RD: <IP:VLAN>
VRF ID: 0x0
RSI Handle: 0x55262698
Refcount: 4
AFs: IPv4 Unicast
How i can remove the vrf name and RD from vrf-db. First time when i was configuring VRF, by mistake i give the wrong RD values. So when i delete the VRF and all the configuration related to VRF. it still show the VRF name and RD valaue in vrf-db.
04-15-2025 08:45 AM
Hi @NetworkSupport65408 ,
Thanks for the additional information. It looks like you might have hit a bug.
Normally, removing the vrf config under bgp and reapplying it with the new RD value should be sufficient.
router bgp <asn>
no vrf <vrf name>
commit
vrf <vrf name>
rd <new rd value>
commit
if this doesn't work for you, I would suggest opening a TAC case.
04-15-2025 11:19 PM
04-16-2025 06:25 AM
You are very welcome @NetworkSupport65408 and thanks for the feedback
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide