[EN] Junos Dynamic Routing
Hi everyone, in this article I will show you how to configure dynamic routing in Junos.
[edit]
root# edit protocols ospf area 0
[edit protocols ospf area 0.0.0.0]
root# set interface ge-0/0/0
OR
[edit]
root# set protocols ospf area 0.0.0.0 interface ge-0/0/0
Control:
root# show |compare
[edit]
+ protocols {
+ ospf {
+ area 0.0.0.0 {
+ interface ge-0/0/0.0;
+ }
+ }
+ }
Thank you for taking the time to read this article. I hope you found it useful.
Keep up the great work!