Lab24. BGP Authentication

bgp-nexthopselfObjective

  • Mempelajari Authentifikasi pada BGP
  • Pada BGP hanya ada authentifikasi MD5, tidak ada clear text


Metode Lab

  • Melajutkan pembahasan sebelumnya
  • Konfigurasi authentifikasi antara router RM-R1 dan RM-R2

Verifikasi
Pastikan BGP adjacency masih terbentuk dengan mengetik show ip bgp summary

Konfigurasi BGP
RM-R1(config)#router bgp 11
RM-R1(config-router)#neighbor 2.2.2.2 remote-as 11
RM-R1(config-router)#neighbor 2.2.2.2 password 0 CISCO

RM-R2(config)#router bgp 11
RM-R2(config-router)#neighbor 1.1.1.1 remote-as 11
RM-R2(config-router)#neighbor 1.1.1.1 password 0 CISCO

Pengecekan
1

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.