Created on 09-28-2023 09:51 PM Edited on 11-01-2023 08:33 AM By Stephen_G
Description | This article describes how to configure neighbor passwords with the BGP neighbor group. |
Scope | FortiGate v7.2.4, v7.4.0 and above. |
Solution |
On R3:
config router bgp config neighbor-group edit "FGT" set remote-as 65010 set password ENC <PASSWORD> next end config neighbor-range edit 1 set prefix 172.16.201.0 255.255.255.0 set neighbor-group "FGT" next end end
On R4:
config router bgp config neighbor edit "172.16.201.1" set remote-as 65010 set password ENC <PASSWORD> next end end
The password is set by default and activated as an encrypted password.
The default password cannot be unset.
config neighbor edit 172.16.201.1 show config neighbor edit "172.16.201.1" set remote-as 65010 set password ENC WVeBxKJWaYXRQkUKOXLz39OsU6v8HopE0GoA1xKLLGaOvFrpbarAkc+qfdF7kbyha+RJWj4QS4c2S1T7cmh309Bko/CRhsquwhG3cK84ANlrRseF+BAanufkZ6kO00fi8dNkpVyFDAXrmhRZb7kfM/yeZcfFFlWwoNWhTDmvpj9vXeOtPvyXr7O4eKVD6qUoAmuqvw== next end
unset password show config neighbor edit "172.16.201.1" set remote-as 65010 next end
sh full-configuration config neighbor edit "172.16.201.1" set advertisement-interval 30 next end
Related document: |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.