Skip to main content

Posts

VRRP – IP SLA

  VRRP – IP SLA HAPUS KONFIG SEBELUMNYA  \KONFIG R1 R1(config)#no track 1 ip route 8.8.8.8 255.255.255.255 reachability R1(config)#ip sla 1 R1(config-ip-sla)#icmp-echo 8.8.8.8 source-interface f0/1 R1(config-ip-sla-echo)#frequency 10 R1(config-ip-sla-echo)#timeout 5000 R1(config-ip-sla-echo)#track 1 ip sla 1 reachability R1(config)#ip sla schedule 1 start-time now life forever R1(config)#do show run int f0/1 | i decrement vrrp 1 track 1 decrement 20 R1 R1(config)#do show vrrp brief Interface Grp Pri Time Own Pre State Master addr Group addr Fa0/1 1 110 3570 Y Master 192.168.12.1 192.168.12.254   Shutdown interface loopback0 R3 sehingga ip 8.8.8.8 tidak bisa di ping R3 R3(config)#int lo0 R3(config-if)#sh R3(config-if)#ex Perhatikan status tracking akan berubah dari up menjadi down yang kemudian menjadi Backup R1 *Feb 3 12:37:17.739: %TRACKING-5-STATE: 1 ip sla 1 reachability Up->Down R1(config)# *Feb 3 12:37:20.871: %VRRP-6-STATECHANGE: Fa0/1 Grp 1 state Master -> Ba...

VRRP – Track route

  VRRP – Track route  TOPOLOGI MASIH SAMA SEPERTI SEBELUMNYA R1 R1(config)#int f0/1 R1(config-if)#no sh ! R1(config)#interface fastEthernet0/1 R1(config-if)#vrrp 1 track 1 decrement 20 ! R1(config-if)#track 1 ip route 8.8.8.8/32 reachability Verifikasi dan Pastikan R1 memiliki route 8.8.8.8/32 CEK DI R1  R1 R1(config)#do show ip route eigrp  23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/30720] via 192.168.12.2, 00:01:02, FastEthernet0/1  8.0.0.0/32 is subnetted, 1 subnets D 8.8.8.8 [90/156160] via 13.13.13.3, 00:00:04, FastEthernet0/0 Shutdown interface loopback R3, dan perhatikan proses yang terjadi berikutnya R3 R3(config)#int lo0 R3(config-if)#shutdown R3(config-if)#exit LIHAT STATUSNYA , BERUBAH MENJADI BACKUP DENGAN PRIORITY 90 R1 *Feb 3 12:29:47.971: %TRACKING-5-STATE: 1 ip route 8.8.8.8/32 reachability Up->Down R1(config)# *Feb 3 12:29:51.011: %VRRP-6-STATECHANGE: Fa0/1 Grp 1 state Master -> Backup R1(config)#do show vrrp brief Interface Grp ...

VRRP (Virtual Router Redundancy Protocol)

  VRRP (Virtual Router Redundancy Protocol) TOPOLOGI MASIH SAMA SEPERTI LAB SEBELUMNYA R1 dan R2 R1(config)#default int f0/1 R1(config)#default int f0/1 PASANG VRRP DI KEDUA ROUTER R1 R1(config)#interface FastEthernet0/1 R1(config-if)#ip address 192.168.12.1 255.255.255.0 R1(config-if)#vrrp 1 ip 192.168.12.254 R1(config-if)#vrrp 1 priority 110 R1(config-if)#vrrp 1 authentication md5 key-string cisco R2 R2(config)#interface FastEthernet0/1 R2(config-if)#ip address 192.168.12.2 255.255.255.0 R2(config-if)#vrrp 1 ip 192.168.12.254 R2(config-if)#vrrp 1 authentication md5 key-string cisco Konfig di PC R1 dan R2 PC1> ip 192.168.12.10/24 192.168.12.254 PC2> ip 192.168.12.11/24 192.168.12.254 CEK DENGAN DO SHOW VRRP BRIEF R1 R1(config)#do show vrrp brief Interface Grp Pri Time Own Pre State Master addr Group addr Fa0/1 1 110 3570 Y Master 192.168.12.1 192.168.12.254  R2 R2(config)#do show vrrp brief Interface Grp Pri Time Own Pre State Master addr Group addr Fa0/1 1 100 3609 Y B...

HSRP – Load Balancing

  HSRP – Load Balancing topologi sama seperti lab sebelumnya tambahkan ip address di pc PC-1 dan PC-2 PC1> ip 192.168.12.10/24 192.168.12.254 PC2> ip 192.168.12.11/24 192.168.12.253 konfig seperti ini di R1 R1 R1(config)#interface FastEthernet0/1 R1(config-if)#standby 2 ip 192.168.12.253 R1(config-if)#standby 2 preempt R1(config-if)#standby 2 authentication md5 key-string cisco R1(config-if)#standby 2 priority 110 R2 R2(config)#interface FastEthernet0/1 R2(config-if)#standby 2 ip 192.168.12.253 R2(config-if)#standby 2 preempt R2(config-if)#standby 2 authentication md5 key-string cisco Verifikasi R1 dan R2 R1(config)#do show standby brief  P indicates configured to preempt.  | Interface Grp Pri P State Active Standby Virtual IP Fa0/1 1 100 P Standby 192.168.12.2 local 192.168.12.254 Fa0/1 2 110 P Active local 192.168.12.2 192.168.12.253 ! R2(config-if)#do show standby brief  P indicates configured to preempt.  | Interface Grp Pri P State Active Standby Virt...

HSRP – IP SLA

  HSRP – IP SLA HAPUS KONFIG SEBELUMNYA R2 R2(config)#no track 1 ip route 8.8.8.8 255.255.255.255 reachability ! R2(config)#ip sla 1 R2(config-ip-sla)#icmp-echo 8.8.8.8 source-interface f0/1 R2(config-ip-sla-echo)#frequency 10 R2(config-ip-sla-echo)#timeout 5000 R2(config-ip-sla-echo)#track 1 ip sla 1 reachability R2(config-track)#exit R2(config)#ip sla schedule 1 start-time now life forever ! * untuk fitur trackingnya sudah dipasang bekas konfigurasi sebelumnya cek R2 R2(config)#do show standby brief  P indicates configured to preempt.  | Interface Grp Pri P State Active Standby Virtual IP Fa0/1 1 110 P Active local 192.168.12.1 192.168.12.254 matikan loopback R3 , jadi ip 8.8.8.8 tidak bisa di ping R3 R3(config)#interface lo0 R3(config-if)#shutdown R3(config-if)#exit status tracking menjadi down dari yang sebelumnya up kemudian standby R2 *Feb 3 12:04:53.907: %TRACKING-5-STATE: 1 ip sla 1 reachability Up->Down priority nya menjadi 90 dengan state standby R2 R2(config...

HSRP – Track Route

  HSRP – Track Route TOPOLOGI SAMA SEPERTI LAB 19 / LAB SEBELUMNYA KONFIG R2 R2(config)#track 1 ip route 8.8.8.8/32 reachability R2(config-track)#interface FastEthernet0/1 R2(config-if)#standby 1 track 1 decrement 20 CEK Pastikan R2 memiliki route 8.8.8.8/32 R2 R2#show ip route eigrp  8.0.0.0/32 is subnetted, 1 subnets D 8.8.8.8 [90/158720] via 192.168.12.1, 00:06:05, FastEthernet0/1  13.0.0.0/24 is subnetted, 1 subnets D 13.13.13.0 [90/30720] via 192.168.12.1, 00:00:44, FastEthernet0/1 R2 R2(config)#do show standby brief  P indicates configured to preempt.  | Interface Grp Pri P State Active Standby Virtual IP Fa0/1 1 110 P Active local 192.168.12.1 192.168.12.254 R2 statusnya adalah active dan prioritasnya adalah 110, kemudian Shutdown interface loopback R3, dan perhatikan proses yang terjadi berikutnya. R3 R3(config)#interface lo0 R3(config-if)#shutdown R3(config-if)#exit  LIHAT statusnya ,berubah menjadi standby dengan nilai priority 90. R2 R2(config)# ...

HSRP (Hot Standby Router Protocol)

  HSRP (Hot Standby Router Protocol) HSRP (Hot Standby Router Protocol) adalah Cisco-proprietary redundancy protocol untuk membangun toleransi kesalahan pada default gateway. HSRP menerapkan mekanisme failover transparent pada end device di dalam jaringan. Dalam hal ini user yang berada pada layer access(L2) tidak akan tergangu apabila  primary default gateway mengalami gangguan dalam hal akses. KONFIG R1 R1(config)#interface FastEthernet0/0 R1(config-if)#ip address 13.13.13.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#interface FastEthernet0/1 R1(config-if)#no shutdown R1(config-if)#ip address 192.168.12.1 255.255.255.0  MODUL CCNP ENTERPRISE | SMK IDN BOARDING SCHOOL 385 R1(config-if)#standby 1 ip 192.168.12.254 R1(config-if)#standby 1 preempt R1(config-if)#standby 1 authentication md5 key-string cisco R1(config-if)#router eigrp 1 R1(config-router)#net 0.0.0.0 R1(config-router)#no auto-summary R2 R2(config)#interface FastEthernet0/0 R2(config-if)#ip address 2...