cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4960
Views
13
Helpful
4
Replies

BGP - Error vrf

LincolnR
Level 1
Level 1

Hi Guys.

Im do a lab bgp on EVE and it Im tryed config a vrf. But display the error below. What can be causing error?

R7(config-router)#address-family ipv4 vrf BLUE
% Invalid address family ipv4 unicastvrf(0x1) BLUE

 

1 Accepted Solution

Accepted Solutions

The issue happens because you have not enable address-family ipv4 under vrf definition.

vrf definition BLUE
address-family ipv4
exit-address-family

 

Regards,

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

View solution in original post

4 Replies 4

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @LincolnR ,

check the name of the vrf you may have configured vrf BLU for example and you are attempting to configure a non existing vrf.

 

Hope to help

Giuseppe

 

Giuseppe,

Apparently the VRF name is the same.

vrf definition BLUE
rd 1:1

These are commands Im tryed.

!
address-family ipv4 vrf BLUE  
neighbor 200.1.27.2 remote-as 500
neighbor 200.1.27.2 activate
exit-address-family
!

 

The issue happens because you have not enable address-family ipv4 under vrf definition.

vrf definition BLUE
address-family ipv4
exit-address-family

 

Regards,

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

Great Harold Ritter,

I needed to configure this feature. 

 

Thanks