ExamGecko
Question list
Search
Search

Question 7 - 2V0-41.23 discussion

Report
Export

An administrator wants to validate the BGP connection status between the Tier-O Gateway and the upstream physical router.

What sequence of commands could be used to check this status on NSX Edge node?

A.
set vrf <ID> show logical-routers show <LR-D> bgp
Answers
A.
set vrf <ID> show logical-routers show <LR-D> bgp
B.
show logical-routers get vrf show ip route bgp
Answers
B.
show logical-routers get vrf show ip route bgp
C.
get gateways vrf <number> get bgp neighbor
Answers
C.
get gateways vrf <number> get bgp neighbor
D.
enable <LR-D> get vrf <ID> show bgp neighbor
Answers
D.
enable <LR-D> get vrf <ID> show bgp neighbor
Suggested answer: C

Explanation:

The sequence of commands that could be used to check the BGP connection status between the Tier-O Gateway and the upstream physical router on NSX Edge node isget gateways, vrf <number>, get bgp neighbor.These commands can be executed on the NSX Edge node CLI after logging in as admin6.The first command,get gateways, displays the list of logical routers (gateways) configured on the Edge node, along with their IDs and VRF numbers7.The second command,vrf <number>, switches to the VRF context of the desired Tier-O Gateway, where <number> is the VRF number obtained from the previous command7.The third command,get bgp neighbor, displays the BGP neighbor summary for the selected VRF, including the neighbor IP address, AS number, state, uptime, and prefixes received8. The other options are incorrect because they either use invalid or incomplete commands or do not switch to the correct VRF context.References:NSX-T Command-Line Interface Reference,NSX Edge Node CLI Commands,Troubleshooting BGP on NSX-T Edge Nodes

asked 16/09/2024
Carlos Periterra
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first