Cara Configurasi OSPF Totally Stub Area di RouterOS
R1
/interface bridge
add name=int-loopback
/routing ospf instance
set [ find default=yes ] distribute-default=always-as-type-1 redistribute-connected=as-type-1 router-id=10.1.1.1
/ip address
add address=192.168.1.1/30 interface=ether1 network=192.168.1.0
add address=10.1.1.1 interface=int-loopback network=10.1.1.1
/routing ospf network
add area=backbone network=192.168.1.0/30
R2
/interface bridge
add name=int-loopback
/routing ospf instance
set [ find default=yes ] distribute-default=always-as-type-1 redistribute-connected=as-type-1 router-id=10.1.1.1
/ip address
add address=192.168.1.1/30 interface=ether1 network=192.168.1.0
add address=10.1.1.1 interface=int-loopback network=10.1.1.1
/routing ospf network
add area=backbone network=192.168.1.0/30
R3
/interface bridge
add name=int-loopback
/routing ospf area
add area-id=0.0.0.1 default-cost=1 inject-summary-lsas=no name=area1 type=stub
/routing ospf instance
set [ find default=yes ] distribute-default=always-as-type-1 redistribute-connected=as-type-1 router-id=10.1.1.3
/ip address
add address=192.168.2.2/30 interface=ether2 network=192.168.2.0
add address=192.168.11.1/24 interface=ether4 network=192.168.11.0
add address=10.1.1.3 interface=int-loopback network=10.1.1.3
/routing ospf network
add area=area1 network=192.168.2.0/30
add area=area1 network=192.168.11.0/24
R4
/interface bridge
add name=int-loopback
/routing ospf area
add area-id=0.0.0.1 default-cost=1 inject-summary-lsas=no name=area1 type=stub
/routing ospf instance
set [ find default=yes ] distribute-default=always-as-type-1 redistribute-connected=as-type-1 router-id=10.1.1.4
/ip address
add address=192.168.3.2/30 interface=ether3 network=192.168.3.0
add address=192.168.12.1/24 interface=ether4 network=192.168.12.0
add address=10.1.1.4 interface=int-loopback network=10.1.1.4
/routing ospf network
add area=area1 network=192.168.3.0/30
add area=area1 network=192.168.12.0/24
R3 - LSA |
R4 - LSA |
Semoga Bermanfaat
0 Response to "Cara Configurasi OSPF Totally Stub Area di RouterOS"
Post a Comment