msteinhilber wrote: » In the Cisco world, the 1 in router ospf is the process-id. Your backbone area would still be area 0 - process id is being used by Cisco to specify which instance of OSPF is running in case you have an advanced configuration with multiple OSPF processes on a single router. Junos can do that as well, with routing-instances I believe - but I'm still learning my way through the Juniper world so I may be wrong there. In Junos, you would have the hierarchy you configure ospf under for area 0 be as follows: edit protocols ospf area 0 <-- this will translate to 0.0.0.0 If you do just "set protocols ospf area 0" you'll get an error like missing argument, because your not really setting anything - just specifying the hierarchy you'd like to place a configuration without any actual configuration change. You'll have to add the interface option at the end to specify which interfaces you're going to include in the area. EDIT: BTW, Juniper has a LOT of very nice free e-books and other resources available if you're new to their gear. There is a couple of sticky posts in the forum that highlight most of them and will give you just about everything you would probably need to know and then some.
kronicklez wrote: » Hi msteinhilber, Thanks for reply. Do u mean the router ospf "no" refer to VR in juniper? Yes i know my junos command not complete because that's for example only.