HSRP CISCO



Berikut aku tuliskan pengalaman aku mencoba set HSRP menggunakan Cisco Paket Tracert

1. Router Atas
Router#sh run
Building configuration...

Current configuration : 841 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX152483E6-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 131.0.0.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 132.0.0.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 131.0.0.0
network 132.0.0.0
network 172.16.0.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


Router#

2. Router Kanan
Router#sh run
Building configuration...

Current configuration : 880 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX152421R4-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
standby 1 ip 192.168.1.254
standby 1 priority 110
standby 1 preempt
!
interface GigabitEthernet0/1
ip address 131.0.0.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 131.0.0.0
network 192.168.1.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


Router#

3. Router Kiri
 Router#sh run
Building configuration...

Current configuration : 864 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX152410SH-
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
standby 1 ip 192.168.1.254
standby 1 priority 90
standby 1 preempt
!
interface GigabitEthernet0/1
ip address 132.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 132.0.0.0
network 192.168.1.0
!
ip classless
!
ip flow-export version 9
!
!
!
no cdp run
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end


Router#

4. Switch
Tidak ada config pada switch

5. Server
ip : 172.16.1.2/24
ip def gateway :172.16.1.1

6. Komputer Kanan
ip : 192.168.1.11/24
ip def gateway : 192.168.1.254

7. Komputer Kanan
ip : 192.168.1.12/24
ip def gateway : 192.168.1.254


Ok, silahkan mencoba, jangan lupa siapin kopi yang pahit banget yak,,,



Post a Comment

0 Comments