Lab 46. Gateway Redundancy - VRRP

Jumat, 21 Februari 2014

Lab 46. Gateway Redundancy - VRRP




IDN1

interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
vrrp 1 ip 12.12.12.12
vrrp 1 priority 110
vrrp 1 authentication md5 key-string cisco
!
interface FastEthernet0/1
ip address 13.13.13.1 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary


IDN2

interface FastEthernet0/0
ip address 12.12.12.2 255.255.255.0
vrrp 1 ip 12.12.12.12
vrrp 1 authentication md5 key-string cisco
!
interface FastEthernet0/1
ip address 23.23.23.2 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary


IDN3

interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
ip address 13.13.13.3 255.255.255.0
!
interface FastEthernet0/1
ip address 23.23.23.3 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary





 IDN1 sebagai master karena memiliki priority yang lebih tinggi..




Traceroute sudah melalui jalur yang benar..

0 komentar :

Posting Komentar