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
there is no enable in the NSX Edge shell, the correct order is get gateways to see all the available gateways, then select by using the vrf and id of the logical gateway in this case the logical gateway need to be SR, then sget bgp neighbor
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.
General_HCCIE
4 weeks agoputifarri
1 month agoelectro165
2 months, 3 weeks agoamorcle
3 months ago