View all questions & answers for the NSE 7 - Enterprise Firewall 7.6 Administrator Exam Materials exam


Question 29 Discussion

Refer to the exhibit. A network topology and a FortiGate routing table is shown. What must you configure in the BGP section to add only the subnet 100.64.2.0/24 in the routing table of FortiGate_A? (Choose one answer)

  • A. Configure route-map-in on FortiGate_A.
  • B. Configure the 100.64.2.0/24 network on FortiGate_C.
  • C. Configure connected routes redistribution on FortiGate_C.
  • D. Configure BGP route redistribution on FortiGate_B.
Correct Answer: B

Brave-Dump Clients Votes

B 100%

Comments



Adam 2026-01-19 08:17:22

Selected Answers: B


Considering existing 3 BGP peerings (FortiGate_A with FortiGate_B, FortiGate_B with FortiGate_C, and FortiGate_A with FortiGate_C), then:
A -> as the network is not in routing table, adding more restriction for filtering inbound routes won't help, so it's wrong
B -> it achieves the requirement
C -> redistributing all directly connected networks contradicts request to add "only the subnet 100.64.2.0/24"
D -> to redistribute routes on FortiGate_B learned from FortiGate_C (via BGP peering between FortiGate_B and FortiGate_C) to FortiGate_A (via BGP peering between FortiGate_A and FortiGate_B), also doesn't restrict it to only 100.64.2.0/24 as requested, so it's wrong