VMware NSX-T Data Center (VCP-NV 2019) — Question 85
An administrator wants to validate the BGP connection status between the Tier-0 Gateway and the upstream physical router.
What sequence of commands could be used to check this status on NSX Edge node?
Answer options
- A. - set vrf <ID> - show logical-routers - show <LR-D> bgp
- B. - show logical-routers - get vrf - show ip route bgp
- C. - enable <LR-D> - get vrf <ID> - show bgp neighbor
- D. - get logical-routers - vrf <number> - get bgp neighbor
Correct answer: D
Explanation
The correct answer, D, provides the appropriate commands to retrieve the BGP neighbor status by first listing the logical routers and then checking the BGP neighbor within a specific VRF. Option A incorrectly uses the 'set' command, which is not suitable for this action. Option B does not directly query the BGP status, and option C includes an 'enable' command that is unnecessary for this validation.