cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
647
Views
0
Helpful
1
Replies

Internetworking Support

sameer.shah
Level 1
Level 1

Hi

I am planning for below setup, would it work?

I have customer HO coming on PoS interface terminating on ASR-9K

on the same ASR-9K, I have customer branch on ethernet interface.

Is it possible to have xconnect L2VPN with internetworking that would support such configuration? can I use interworking ip or ethernet in such case?

CUST A ----------pos---------- ASR9K -------- eth ---------- CUST B

Regards

Sameer Shah

1 Reply 1

sameer.shah
Level 1
Level 1

Hi

We used to do this on Juniper with below config

Herewith providing juniper config

so-2/1/0 {

   encapsulation ppp-tcc;

    unit 0 {       

        }          

    }              

}                  

ge-5/0/0 {         

    per-unit-scheduler;

    vlan-tagging;  

    mtu 9192;      

    encapsulation flexible-ethernet-services;

    unit 40 {      

        encapsulation vlan-tcc;

        vlan-id 40;

        family tcc {

            proxy {

                inet-address 194.170.102.46;

            }      

            remote {

                inet-address 194.170.102.45;

                mac-address 64:16:8d:28:eb:60;

            }      

        }          

    }              

            }      

        }          

    }              

show configuration protocols connections

interface-switch GE-to-SONET {

    interface so-2/1/0.0;

    interface ge-5/0/0.40;

}

So as per configuration we are able to provide L2VPN on same box with cust connected to so-2/1/0. 0 and another cust connected to ge-5/0/0

I have prepared below configuration for IOS-XR, can anyone confirm same would work or do I need any other commands too on CE?

int gig 0/0/0/1 l2transport

int pos 0/2/0/1 l2transport

encapsulation ppp

l2vpn

xconnect group grp1

  p2p gr1

   interworking ipv4

   interface TenGigE 1/1/1/1 PW-IP

   interface pos 0/2/0/1 PW-IP

Regards

Sameer Shah