Lompat ke konten Lompat ke sidebar Lompat ke footer

Juniper | Routing OSPF








Singel Area - Routing OSPF 
R-01
------------
root@R-1#routing-options router-id 1.1.1.1
root@R-1# edit protocols ospf
root@R-1# set area 0 interface ge-0/0/0
root@R-1# set area 0 interface ge-0/0/1
root@R-1# set area 0 interface lo0
root@R-1#
--------
R-02
root@R-2#set routing-options router-id 2.2.2.2
root@R-2# edit protocols ospf
root@R-2# set area 0 interface ge-0/0/0
root@R-2# set area 0 interface ge-0/0/1
root@R-2# set area 0 interface ge-0/0/2
root@R-2# set area 0 interface lo0
------------
root@R-3#set routing-options router-id 3.3.3.3
root@R-3# edit protocols ospf
root@R-3# set area 0 interface ge-0/0/0
root@R-3# set area 0 interface ge-0/0/1
root@R-3# set area 0 interface lo0


VERIFIKASI:
run show ospf neighbor
run show ospf route
run show route
run show configuration protocols ospf | display set
run show route terse


Multi-AREA

 
 
 
 
 
 
 
 
 
 
 
 
R-01
------------
root@R-1#routing-options router-id 1.1.1.1
root@R-1# edit protocols ospf
root@R-1# set area 0 interface ge-0/0/0
root@R-1# set area 0 interface ge-0/0/1
root@R-1# set area 0 interface lo0
root@R-1#
--------
R-02
root@R-2#set routing-options router-id 2.2.2.2
root@R-2# edit protocols ospf
root@R-2# set area 0 interface ge-0/0/0
root@R-2# set area 0 interface ge-0/0/1
root@R-2# set area 1 interface ge-0/0/2
root@R-2# set area 0 interface lo0
-------------
R-03 
root@R-3#set routing-options router-id 3.3.3.3
root@R-3# edit protocols ospf
root@R-3# set area 1 interface ge-0/0/0
root@R-3# set area 1 interface ge-0/0/1
root@R-3# set area 1 interface lo0 
 

Posting Komentar untuk "Juniper | Routing OSPF"