Procedure
- Log in to NSX Edge CLI with the admin credentials.
- Get the service router information.
get logical-routers
- Type the VRF for the tier-0 service router.
vrf <vrf-no>
- Identify the BGP peers. See if SR has at least two equal cost BGP peers.
get bgp neighbor summary
- Identify the BGP prefixes.
The get bgp command will list all the prefixes in the BGP table.
The get bgp neighbor <neighbor-IP> route will list prefix specific to the BGP peer.
Note: Ensure that BGP prefixes, which are expected to have ECMP towards the BGP peers, are learned from each of the peers. - Identify a specific route to confirm that it has two next hops.
get route
- Identify the forwarding table on the Tier0 to confirm that each prefix learned with ECMP through BGP is installed with two next hops.
get forwarding