Hello, Everyone!
I'm practising for JNCIP M/T lab and have question about the last chapter - EBGP. I'm using m7i with logical-routers on it. Can someone suggest me, please, how to connect R1 and R2 to P1 router using one link? I don't have switch and another router, unfortunately

Here is my interface config for R1 and R2:
R1:
lt-1/2/0 {
unit 10 {
encapsulation ethernet;
peer-unit 20;
family inet {
address 10.0.5.1/24;
}
}
R2:
lt-1/2/0 {
unit 20 {
encapsulation ethernet;
peer-unit 10;
family inet {
address 10.0.5.2/24;
}
}
Thanks in advance!