Skip to main content
You can review your MVE connection settings through Orchestrator and the CLI. In Orchestrator, under Test & Troubleshoot > Remote Diagnostics, select the MVE and click Run for Troubleshoot BGP - Show BGP Summary to verify the BGP session and ensure the remote router is up. You can also check connectivity and BGP status from the CLI of the edge device.
  1. SSH to your MVE using the SSH keypair you provided during MVE creation. ssh -i megaport-mve-instance-1-2048 root@162.43.144.9
  2. Check the interface configuration.
    Interface numbering on the CLI differs from the Orchestrator console. In the CLI, interface numbering begins at 0 so the corresponding CLI interface for GE3 is eth2. The number following eth2 is the subinterface ID (the A-End VLAN ID).
  3. Ping the remote end.
  4. Check the BGP status.
Last modified on August 21, 2026