Description This article points out on how to check to which FQDN an IP
address belongs to. Scope Solution Execute the simple command as below:
# diagnose firewall fqdn list | grep x.x.x.x <----- Where x.x.x.x is the
IP that is accessed.
Description This article describes another way on how to get the backup
configuration file on FortiGate using HTTPS RestAPI calls from a Python
script. Scope FortiGate Solution 1) Create a REST API Admin in FortiGate
under System -> Administrators ->...
Hi, I would suggest to check on this community link:
https://community.fortinet.com/t5/FortiGate/Technical-Tip-Usage-of-BGP-multipath-and-description-of-the-BGP/ta-p/195919
which better explains your questions. Let me know if you have any
further que...
Hi, What I see so far is that on the tunnel interface on the Spoke you
specify remote-ip 172.30.0.254 255.255.255.0 but this should be the Hub
tunnel ip 172.30.0.1/24 Furthermore I did a quick check on Fortigate and
this will automatically add in the...
Hi, x means the received path id(set by peer); y means the sending
path id(set by this router) The assignment of the Path Identifier for a
path by a BGP speaker is purely a local matter. The Path Identifier must
be assigned in such a way that the BG...