You are on page 1of 1

KONFIGURASI ROUTER 1

System identity set name=r1


Ip address add address=192.168.1.1/29 interface=ether2
Ip address add address=100.10.10.1/30 interface=ether3
Ip route add dst-address=192.168.2.0/29 gateway=100.10.10.2
Ip route add dst-address=192.168.3.0/29 gateway=100.10.10.2
Ip route add dst-address=200.20.20.0/30 gateway=100.10.10.2

KONFIGURASI ROUTER 2
System identity set name=r2
Ip address add address=192.168.2.1/29 interface=ether2
Ip address add address=100.10.10.2/30 interface=ether3
Ip address add address=200.20.20.1/30 interface=ether4
Ip route add dst-address=192.168.1.0/29 gateway=100.10.10.1
Routing ospf network add network=192.168.2.0/29 area=backbone
Routing ospf network add network=100.10.10.0/30 area=backbone
Routing ospf network add network=200.20.20.0/30 area=backbone
Routing ospf instance set redistribute-static=as-type-1 number=0

KONFIGURASI ROUTER 3
System identity set name=r3
Ip address add address=192.168.3.1/29 interface=ether2
Ip address add address=200.20.20.2/30 interface=ether3
Ip route add dst-address=192.168.1.0/29 gateway=200.20.20.1
Routing ospf network add network=192.168.3.0/29 area=backbone
Routing ospf network add network=200.20.20.0/30 area=backbone

You might also like