Cara Configurasi OSPF Single Area di RouterOS 1.1
Router-1
/interface bridge
add name=int-loopback
/routing ospf instance
set [ find default=yes ] router-id=10.1.1.1
/ip address
add address=192.168.1.1/30 interface=ether1 network=192.168.1.0
add address=192.168.11.1/24 interface=ether2 network=192.168.11.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
add area=backbone network=192.168.11.0/24
/system identity
set name=Router-1
Router-2
/interface bridge
add name=int-loopback
/routing ospf instance
set [ find default=yes ] router-id=10.2.2.2
/ip address
add address=192.168.1.2/30 interface=ether1 network=192.168.1.0
add address=192.168.12.1/24 interface=ether2 network=192.168.12.0
add address=10.2.2.2 interface=int-loopback network=10.2.2.2
/routing ospf network
add area=backbone network=192.168.1.0/30
add area=backbone network=192.168.12.0/24
/system identity
set name=Router-2
routing ospf neighboard |
routing ospf neighboard |
Semoga Bermanfaat
Penulis : Een Pahlefi,S.Kom
0 Response to "Cara Configurasi OSPF Single Area di RouterOS 1.1"
Post a Comment