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?
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
To validate the BGP connection status between the Tier-0 Gateway and the upstream physical router, the following steps are typically used on an NSX Edge node:
Enable the Logical Router (LR-D): This step activates the specific logical router in which the BGP configuration is applied.
Get the VRF (Virtual Routing and Forwarding) ID: This command retrieves the VRF information to ensure that BGP is configured in the correct VRF.
Show BGP neighbor: This command displays the status of the BGP neighbor connection, showing if the BGP session is up or down and other related details.
B, C, and D are not correct because they do not provide the correct sequence or relevant commands for directly checking the BGP status from the NSX Edge node.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
electro165
1 week, 5 days agoamorcle
2 weeks, 6 days ago