cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
120
Views
0
Helpful
2
Replies

EVPN RD already in use error

Hej
I have deleted some EVIs in EVPN and trying to reconfigure them. But when I try to put the RD I have deleted earlier I get the below error.

I am assuming there is a folder somewhere that keeps RDs and it doesn't seem to empty properly.

evpn
 evi 3
  bgp
   rd 2.2.2.2:3
!!% File exists (Success): RD already in use
  !
 !
!
end

 This is the running config

evpn
 evi 1
  bgp
   rd 2.2.2.2:1
   route-target import 65000:1
   route-target export 65000:1
  !
  advertise-mac
  !
 !
 evi 2
  bgp
   rd 2.2.2.2:2
   route-target import 65000:2
   route-target export 65000:2
  !
  advertise-mac
  !
 !
 interface Bundle-Ether1
  ethernet-segment
   identifier type 0 01.01.01.01.01.01.01.01.01
  !
 !        
 interface Bundle-Ether2
  ethernet-segment
   identifier type 0 02.02.02.02.02.02.02.02.02
  !
 !
!

 Config I am trying to push

evpn
evi 3
  bgp
   rd 2.2.2.2:3
   route-target import 65000:3
   route-target export 65000:3
  !
  advertise-mac
  !
!
2 Replies 2

Evpn

Both rd and rt it best to config it auto not manually.

MHM

You mean to leave it empty? Because I do not see the rd-auto option under evpn. This is EVPN/MPLS, if that matters
Also we would like to be in control of RD/RTs configured for troubleshooting purposes