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

ME3800 to ASR9k migration SVI question.

hcintron2
Level 1
Level 1

Hi,

   I have a ME3800 that I'm migrating to an ASR 9006 running 5.3.3.  but I have not been able to find an alternative to migration config for a SVi with an xconnect for example:

ip vrf TestVRF

pseudowire-class Test
 encapsulation mpls

interface Vlan99
 description test Interface
 ip vrf forwarding TestCRF
 ip address 9.9.9.9 255.255.254.0
 xconnect 2.2.2.2 99 encapsulation mpls pw-class Test

I tried to do a BVI interface but I cannot add a BVI interface as part of an l2vpn xconnect group, Any suggestion? 

Thanks

3 Replies 3

smailmilak
Level 4
Level 4

Hi,

try something like this. L2VPN config on IOS-XR is different than on IOS.

http://www.cisco.com/c/en/us/support/docs/routers/asr-9000-series-aggregation-services-routers/116453-technote-ios-xr-l2vpn-00.html#anc33

interface BVI2
ipv4 address 192.168.2.1 255.255.255.0
!

RP/0/RSP1/CPU0:router1#sh run int bvi 3
interface BVI3
ipv4 address 192.168.3.1 255.255.255.0
!


RP/0/RSP1/CPU0:router1#sh run l2vpn bridge group customer1
l2vpn
bridge group customer1
bridge-domain finance
interface TenGigE0/0/0/1.3
!
interface GigabitEthernet0/0/0/1.3
!
routed interface BVI3
!
bridge-domain engineering
interface TenGigE0/0/0/1.2
!
interface GigabitEthernet0/0/0/1.2
!
routed interface BVI2

Hi smailmilak

  Thanks for the reply, I was able to use that on others SVI but this one I require a xconnect  to another equipment as a secondary Management access.

Thanks

There is no support for BVI (Bridge-Group Virtual Interface) for xconnect

Create a subintf and put it inside xconnect config.

The link I gave you earlier has a lot of good examples.