JNCIP lab: EBGP topology question
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!
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!
Comments
How many ethernet interfaces do you have? You can use a cross-over cable and connect two of them together...
CCIE #15672 (R&S, SP), JNCIE-M #721
Chasing: CCIE Sec, CCSA (Checkpoint)
I don't use ethernet interfaces, because I use lt interfaces.
As I understand I can use lt interfaces only for point-to-point links, but for P1 router I need to connect it to R1 and R2 together with 1 link.
Regards,
waqas