action.skip

Troubleshooting MCR When a BGP Session is Down

When a BGP session on Megaport Cloud Router (MCR) is down, step through these troubleshooting actions.

Troubleshooting actions

Action Steps
Verify the BGPBorder Gateway Protocol (BGP) is a standardized routing protocol designed to exchange route and reachability information among autonomous systems (AS) on the internet.
configuration
Check the ASNAn autonomous system (AS) is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators on behalf of a single administrative entity or domain. ASN refers to autonomous system number and is a unique numerical ID allocated to each AS for use in BGP routing.
, BGP IP address, and subnet mask:
  1. Select the MCR.
  2. Select the VXC and select the MCR A-EndThe start of the connection – the Port, MCR, or MVE. Megaport connections need an A-End and a B-End. The connection starts with an A-End. Most often, the Port is the A-End. The B-End is the other end of the connection: it can be a Port, an Internet Exchange, a Marketplace connection, or a cloud service provider.
    or B-EndA Port, MCR, or MVE establishes the A-End of the connection and the B-End is the other end. The B-End can be a Port, MCR, or MVE for a private VXC, an Internet Exchange, a Marketplace connection, or a cloud service provider (CSP).
    .
  3. Under BGP Connections, verify that the correct local ASN is in use for the A-End of the VXC.
  4. Verify that the correct peer IP address is in use.
Verify access to TCP port 179 BGP neighborsMCR uses Border Gateway Protocol (BGP) to exchange network reachability information with adjacent BGP systems, known as neighbors, or peers. By default, once the BGP neighbors are connected, they share routing information with each other.
establish a TCP session using TCP port 179.
  1. Make sure that a BGP neighbor is not blocking ingress or egress from TCP port 179 and other relevant ephemeral ports. You can view the port number using Wireshark, debug ip packet detail command, netstat in Windows.
  2. Make sure that all firewalls and ACLsAn access control list (ACL) is a set of rules that control access to a network device or resource. ACLs are used to specify which traffic is allowed to enter or exit a network, and can be used to filter traffic based on various criteria, such as IP addresses, protocols, ports, and other parameters. ACLs are commonly used in routers and firewalls to control the flow of network traffic between different network segments or between a network and the internet.
    permit TCP port 179 in both directions.
Verify the route filtering The MCR Looking Glass displays the routes received or sent after applying route filtering. For more information, see Viewing Traffic Routing Through MCR Looking Glass.
  1. Choose Tools > MCR Looking Glass.
  2. Select an MCR from the MCR drop-down list.
  3. Next to the VXC, click Neighbour Routes.
  4. After Show, select the Advertised or Received tabs to narrow the list.
Check the BGP neighbor state When BGP is configured with a neighbor IP address, it goes through several stages before it reaches the Established state. The BGP Neighbor States are Idle, Connect, Active, OpenSent, OpenConfirm, and Established.

BGP Neighbor States
Check the BGP message type BGP packets use these message types:
  • OPEN – Sets up and establishes BGP adjacency.
  • UPDATE – Advertises, updates, or withdraws routes.
  • KEEPALIVE – Ensures that the BGP neighbor is still alive.
  • NOTIFICATION – Indicates an error condition to a BGP neighbor.
Verify the MD5Sometimes known as an MD5 hash or BGP key. The message-digest (MD5) algorithm is a widely used cryptographic function producing a string of 32 hexadecimal digits. This is used as a password or key between routers exchanging BGP information.
authentication
  • Look through the logs for Invalid MD5 digest.
  • Verify that the correct BGP MD5 password is in use for the A-End and B-End of the VXC.
Run connectivity tests
  • Run a ping test between BGP peers.
  • Confirm the ARPThe Address Resolution Protocol (ARP) routing table contains a list of MAC address (Layer 2) to IP address (Layer 3) mappings.
    table entry of the BGP peer.
Find error conditions in BGP logs The BGP protocol sends a notification message when it detects an error with the BGP session such as: an expiring hold timer, a change to neighbor capabilities, or a request to reset a BGP session. When an error is detected, the BGP session is closed.

For example, enter show log %BGP-xxxxx

Next steps

If the troubleshooting actions do not resolve your issue, contact support. Before contacting support for assistance, collect the following information.

  • Note the date, time, and time zone in which the issue started.
  • Is the BGP session down?
  • Is the BGP session flapping? For example, does the peering establish, then drop, re-establish, and then drop? Try to pinpoint where the problem might be in the network using ping.
  • Is there a BGP routing issue?

Note

For more information on when a field service technician is needed onsite at the data center, see Customer Field Services.

Collect essential troubleshooting data

BGP configuration information

  • Interface settings, including VLAN number
  • BGP IP address and subnet mask
  • BGP ASN
  • BGP network addresses to be advertised
  • BGP neighbor IP address and subnet mask
  • BGP neighbor ASN
  • BGP neighbor network addresses to be received
  • BGP authentication between BGP peers
  • BGP route filtering and manipulation, if any

BGP command output and packet capture information

  • Examine the BGP neighbor table and BGP state using the show IP BGP summary command
  • Examine the BGP neighbor details using the show IP BGP neighbors command
  • Logs that show BGP-related messages (output from the show log %BGP-xxxxx command)
  • BGP routing table entries that have BGP routing issues (output from the show IP BGP command)
  • BGP advertised routes (output from the show IP BGP neighbors <neighbor-ip-address> advertised-routes command)
  • BGP received routes (output from the show IP BGP neighbors <neighbor-ip-address> routes command)
  • Routing table (output from the show IP route <ip-address> command)
  • Traceroute logs between source and destination host
  • Packet capture logs, if possible (file size can be up to 10 M)