NSE 7 – Network Security Architect — Question 40
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?
Answer options
- 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.
Correct answer: C
Explanation
The correct answer is C because disabling the network-import-check allows the local peer to advertise prefixes that are not directly connected. Options A and B are incorrect as they do not directly relate to the prefix in question, and D is also incorrect because enabling ebgp-multipath does not affect the advertisement of the specified prefix.