Posted filed under Juniper.


 

In here R1 and R2 are connected via two cables

e1 to e1 is 10.10.10.1/24

10.10.10.2/24

e3 to e3 is 40.40.40.1/24
40.40.40.2/24

 

Goal is to that R1 will be able go to Loopback address of R2=2.2.2.2 via Link e1=10.10.10.1
Here I will give IP address to R1 em1 ,em2 , em3 and Lo0
root@R1# set interfaces em1 unit 0 family inet address 10.10.10.1/24

root@R1# set interfaces em3 unit 0 family inet address 40.40.40.1/24

root@R1# set interfaces lo0 unit 0 family inet address 1.1.1.1/24

 

Here are R1 Configuration:
root@R1> show configuration

em1 {

unit 0 {

family inet {

address 10.10.10.1/24;
}

}

}

em3 {

unit 0 {

family inet {

address 40.40.40.1/24;

}

}

}

lo0 {

unit 0 {

family inet {

address 1.1.1.1/24;

}

}

}

}

Here I will give IP address to R2 em1 ,em2 , em3 and Lo0

 root@R2# set interfaces em1 unit 0 family inet address 10.10.10.2/24

root@R2# set interfaces em2 unit 0 family inet address 20.20.20.2/24

root@R2# set interfaces em3 unit 0 family inet address 40.40.40.2/24

root@R2# set interfaces lo0 unit 0 family inet address 2.2.2.2/24

 

Receive our Juniper complete Blog!
Get our complete tutorial in PDF

 

 

 

[bs_icon name=”glyphicon glyphicon-expand”] Watch the video and you will be able to understand Juniper Floating Static Route Configuration much better and Please subscribe to our YouTube Channel.

50-discount-on-self-study-online-class

 

Want more information on how to become Juniper Certified? Learn more!


Also published on Medium.

Comments are closed.