cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
534
Views
0
Helpful
3
Replies

identifier type 0 <identifier_value>

Dhikra Marghli
Level 5
Level 5

Hello

 

I have AGG-PE have  @ip loopback 10.1.221.81 and  i want to configure  Legacy VPLS to EVPN Seamless 

 

I have 

virtual vfi <evi-id>
  ethernet-segment
   identifier type 0 <identifier_value> 

 

My question how i can configure   this : ===> identifier type 0 <identifier_value>   

 

I wait a reply from expert service provider  

 

Thanks in advance

3 Replies 3

Dhikra Marghli
Level 5
Level 5

Hello

I wait some one answer me 

Thanks

nkarpysh
Cisco Employee
Cisco Employee

Hi Dhikra,

Are you looking for help to build the ID itself? If so then this doc can help:

https://community.cisco.com/t5/service-providers-knowledge-base/evpn-constructing-ethernet-segment-identifier-esi/ta-p/3937507

If not, then I will need some help from you to understand the request to serve you better.

Niko

HTH,
Niko

Hello

we have this scrpit : Inter-area EVPN & VPLS Interconnection configuration on AG-1 and AG-2 – IOS XR ( ASR9K )

also we have in Legacy VPLS to EVPN Seamless 

 

router bgp 65000

 router-id <loopback0_ip>
  ibgp policy out enforce-modifications

   address-family l2vpn evpn

 

neighbor-group <name_neighbor_group>
  remote-as
65000
  description –TT Core RR--

  update-source Loopback0

  address-family l2vpn evpn

   route-reflector-client

 

 neighbor <IP_address>
   descritpion <description>
   use neighbor-group <name_neighbor_group>

 

evpn

 evi <evi-id>

  bgp

  advertise-mac

 

virtual vfi <evi-id>
  ethernet-segment
   identifier type 0 <identifier_value>

i read the document but i don't unterstant how i can configure identifier type 0 <identifier_value> !!

 

I will give exmple :

router bgp 65000
router-id 10.1.221.81
ibgp policy out enforce-modifications
address-family l2vpn evpn

neighbor-group TO-router-RR
remote-as 65000
description –TT Core RR--
update-source Loopback0
address-family l2vpn evpn
route-reflector-client

neighbor 10.1.100.14
descritpion RR-1
use neighbor-group TO-router-RR

neighbor 10.1.100.11
descritpion RR-1
use neighbor-group TO-router-RR


evpn
evi 5
bgp
advertise-mac

virtual vfi 5
ethernet-segment
identifier type 0 <identifier_value>

l2vpn
bridge group VPLS-TO-EVPN
bridge-domain bd-1
access-vfi 5
neighbor ipv4 10.121.3.7 pw-id 121370005

neighbor ipv4 10.121.3.2 pw-id 121320005

evi 5

on what basis ??  i don't unterstant how i can configure this paramter in ASR9K or NCS55A2 !!

i wait your help 

Thanks 

if possible give me an example already configured in real and in production mode !!