VMware NSX 4.x Professional (2024) — Question 5
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. - enable <LR-D> - get vrf <ID> - show bgp neighbor
- B. - get gateways - vrf <number> - get bgp neighbor
- C. - set vrf <ID> - show logical-routers - show <LR-D> bgp
- D. - show logical-routers - get vrf - show ip route bgp
Correct answer: B
Explanation
Option B is correct because it uses the 'get gateways' command followed by 'vrf <number>' to specify the virtual routing and forwarding instance, and then 'get bgp neighbor' to check the BGP status. The other options do not follow the correct command sequence needed to validate BGP connections effectively on an NSX Edge node.