Examine the following routing table and BGP configuration; then answer the question below.
#get router info routing-table all
* 0.0.0.0/0 [10/0] via 10.200.1.254, port1
C 10.200.1.0/24 is directly connected, port1
S 192.168.0.0/16 [10/0] via 10.200.1.254, port1
# show router bgp
config router bgp
set as 65500
set router-id 10.200.1.1
set network-import-check enable
set ebgp-miltipath disable
config neighbor
edit “10.200.3.1”
set remote-as 65501
next
end
config network
edit1
The BGP connection is up, but the local peer is NOT advertising the prefix 192.168.1.0/24. Which configuration change will make the local peer advertise this
prefix?

A.
Enable the redistribution of connected routers into BGP.
B.
Enable the redistribution of static routers into BGP.
C.
Disable the setting network-import-check.
D.
Enable the setting ebgp-multipath.
for me response B:
Per default BGP don’t redistribute static route.
0
0
Correct answer is C; on the Fortigates the ‘network-import-check’ option has to be disabled in order to advertise any prefix with BGP.
0
0