Difference between revisions of "Cisco: BGP Authentication"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://community.cisco.com/t5/networking-documents/configuring-authentication-for-bgp/ta-p/3108287 Border Gateway Protocol (BGP) supports authentication mechanism...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
− | Border Gateway Protocol (BGP) | + | Border Gateway Protocol (BGP) mendukung mekanisme otentikasi menggunakan algoritma Message Digest 5 (MD5). Ketika otentikasi diaktifkan, setiap segmen Transmission Control Protocol (TCP) milik BGP yang dipertukarkan antar peer diverifikasi dan diterima hanya jika otentikasi berhasil. Agar otentikasi berhasil, kedua peer harus dikonfigurasi dengan kata sandi yang sama. Jika otentikasi gagal, hubungan peer BGP akan terjadi. |
+ | |||
+ | Contoh konfigurasi | ||
router bgp 100 | router bgp 100 | ||
Line 9: | Line 11: | ||
bgp log-neighbor-changes | bgp log-neighbor-changes | ||
neighbor 80.80.80.80 remote-as 100 | neighbor 80.80.80.80 remote-as 100 | ||
− | neighbor 80.80.80.80 password | + | neighbor 80.80.80.80 password $AP7i1 |
Latest revision as of 08:52, 31 December 2018
Sumber: https://community.cisco.com/t5/networking-documents/configuring-authentication-for-bgp/ta-p/3108287
Border Gateway Protocol (BGP) mendukung mekanisme otentikasi menggunakan algoritma Message Digest 5 (MD5). Ketika otentikasi diaktifkan, setiap segmen Transmission Control Protocol (TCP) milik BGP yang dipertukarkan antar peer diverifikasi dan diterima hanya jika otentikasi berhasil. Agar otentikasi berhasil, kedua peer harus dikonfigurasi dengan kata sandi yang sama. Jika otentikasi gagal, hubungan peer BGP akan terjadi.
Contoh konfigurasi
router bgp 100 no synchronization bgp log-neighbor-changes neighbor 80.80.80.80 remote-as 100 neighbor 80.80.80.80 password $AP7i1