RIP Authentication

Konfigurasi di R1 :
key chain RIP
 key 1
   key-string CISCO
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 description #link ke R3#
 ip address 13.13.13.1 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0
 description #link ke R2#
 ip address 12.12.12.1 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain RIP
 clock rate 2000000
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
router rip
 version 2
 network 0.0.0.0
 no auto-summary

No comments:

Post a Comment