## PC 1 (SEMUA CLUSTER)
1. klik
2. desktop -> ip config
3. ip addr: 192.168.10.10
subnet: 255.255.255.0
gateway: 192.168.10.1
## PC 2 (SEMUA CLUSTER)
1. klik
2. desktop -> ip config
3. ip addr: 192.168.40.10
subnet: 255.255.255.0
gateway: 192.168.40.1
## Router 1 (CLUSTER 1, 2, 3)
1. en -> conf t
2. int f0/0
1. no sh
2. ip add 192.168.20.1
3. int f0/1
1. no sh
2. ip add 192.168.10.1
4. ip route 192.168.30.0 255.255.255.0 192.168.20.2
5. ip route 192.168.40.0 255.255.255.0 192.168.20.2
## Router 1 (CLUSTER 4, 5)
1. en -> conf t
2. int f0/0
1. no sh
2. ip add 192.168.20.1
3. int f0/1
1. no sh
2. ip add 192.168.10.1
4. router rip
1. v 2
2. net 192.168.10.1
3. net 192.168.20.1
4. no auto
## Router 1 (CLUSTER 6)
1. en -> conf t
2. int f0/0
1. no sh
2. ip add 192.168.20.1
3. int f0/1
1. no sh
2. ip add 192.168.10.1
4. router EIGRP 100
2. net 192.168.10.0
3. net 192.168.20.0
## Router 2 (CLUSTER 1)
1. en -> conf t
2. int f0/0
1. no sh
2. ip add 192.168.20.2
3. int f0/1
1. no sh
2. ip add 192.168.30.2
4. router rip
1. v 2
2. net 192.168.30.2
4. no auto
5. redis static
6. redis connect
## Router 2 (CLUSTER 2)
1. en -> conf t
2. int f0/0
1. no sh
2. ip add 192.168.20.2
3. int f0/1
1. no sh
2. ip add 192.168.30.2
4. ip route 192.168.10.0 255.255.255.0 192.168.20.1
5. router ospf 10
1. net 192.168.30.0 0.0.0.255 area 0
2. redis static subnets
3. redis conn subnets