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

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

Answer: A

Explanation:

To validate the BGP connection status between the Tier-0 Gateway and the upstream physical router on an NSX Edge node, the correct sequence involves enabling the specific logical router (Tier-0 Gateway), checking the VRF (Virtual Routing and Forwarding) context, and then using the show bgp neighbor command to view the BGP session status.

enable <LR-D>: This command enables the logical router interface (Tier-0 Gateway) to access its configuration.

get vrf <ID>: This command checks the specific VRF (used for routing separation) to see the associated routing table.

show bgp neighbor: This command displays the status of the BGP connection, including details about the neighbor relationships and their state.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments