Pengaturan IP SLA Test Network

35

3.4.1.4 Test Network

Untuk mengetahui apakah koneksi sudah terbangun antar-perangkat jaringan dilakukan test networking dengan cara melakukan proses traceroute, dan mengetahui routing table dengan perintah show ip route. R1traceroute 192.168.6.1 Type escape sequence to abort. Tracing the route to 192.168.6.1 1 192.168.2.2 192 msec 700 msec 528 msec 2 192.168.3.2 756 msec 840 msec 360 msec ICMP Echo ip sla monitor 1 type echo protocol ipIcmpEcho 192.168.11.2 timeout 0 frequency 9 ip sla monitor schedule 1 start-time now life forever DNS Request ip sla monitor 2 type dns target-addr www.gns3vault.com name-server 192.168.11.2 timeout 0 frequency 9 ip sla monitor schedule 2 start-time now life forever HTTP GET Traffic ip sla monitor 5 type http operation get url http:192.168.11.2 frequency 60 ip sla monitor schedule 5 start-time now life forever TCPConnect to HTTPS ip sla monitor 7 type tcpConnect dest-ipaddr 192.168.11.2 dest-port 443 control disable timeout 1000 frequency 3 ip sla monitor schedule 7 life forever start-time now 36

3.4.2 Konfigurasi Jaringan dengan MPLS

Untuk melakukan konfigurasi jaringan dengan MPLS, hanya perlu melanjutkan pembahasan 3.4.1 yang telah dikonfigurasi IP address dan protocol routing OSPF. Langkah-langkah lanjutan yang perlu ditambahkan untuk pengaturan jaringan dengan MPLS ditunjukkan pada Gambar 3.12. Tidak Mulai Ya Tidak Ya Ya Melakukan konfigurasi MPLS Verifikasi Ip Loopback Tidak Pengaturan IP Loopback Verifikasi Pelabelan jaringan MPLS Melakukan Test Network Selesai Verifikasi Test Network Ya Gambar 3.12. Diagram Alir Tahapan Perancangan Jaringan dengan MPLS R1show ip route C 192.168.4.024 is directly connected, Serial11 O 192.168.5.024 [110192] via 192.168.2.2, 00:02:25, Serial10 O 192.168.6.024 [110129] via 192.168.2.2, 00:02:25, Serial10 C 192.168.1.024 is directly connected, FastEthernet00 C 192.168.2.024 is directly connected, Serial10 O 192.168.3.024 [110128] via 192.168.2.2, 00:02:25, Serial10 37 Setelah diselesaikannya langkah-langkah perancangan jaringan tanpa MPLS dilanjutkan dengan langkah sebagai berikut: 1. Pengaturan IP untuk interface loopback 2. Pengaturan MPLS 3. Test Network

3.4.2.1 Pengaturan IP untuk Interface Loopback

Pengaturan IP untuk interface Loopback digunakan pada langkah awal pembentukan jaringan MPLS. Berikut ini adalah cara untuk konfigurasi IP interface Loopback.

3.4.2.2 Pengaturan MPLS

Setelah melakukan konfigurasi interface IP loopback dapat dilakukan konfigurasi MPLS di setiap router-router yang ada di jaringan dengan cara sebagai berikut: Konfigurasi Loopback R1 interface Loopback0 IP address 1.1.1.1 255.255.255.255 no shutdown Konfigurasi Loopback R2 interface Loopback0 IP address 2.2.2.2 255.255.255.255 no shutdown Konfigurasi Loopback R3 interface Loopback0 IP address 3.3.3.3 255.255.255.255 no shutdown Konfigurasi Loopback R4 interface Loopback0 IP address 4.4.4.4 255.255.255.255 no shutdown