cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
569
Views
1
Helpful
9
Replies

Non of the requested address families are configured for default

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)

1 Accepted Solution

Accepted Solutions

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.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

9 Replies 9

Harold Ritter
Spotlight
Spotlight

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.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

@Harold Ritter 

  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

 

Hi @NetworkSupport65408 ,

Try using the following command instead:

show bgp vpnv4 unicast vrf <VRF Name>

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

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

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.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi @Harold Ritter 

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.

 

 

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.

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

@Harold Ritter 

Thank you for your time and suggestion.

Regards

Ubaid Ullah

You are very welcome @NetworkSupport65408 and thanks for the feedback

Regards,
Harold Ritter, CCIE #4168 (EI, SP)