Azure and Cisco Router not forming an express route BGP session

Gunther Fembini 0 Reputation points
2024-02-16T15:21:59.3+00:00

For some reason my BGP session to Azure through an Express Route connection is not forming. Below is the configuration of the Express Route Circuit: Peer AS: 65000 Subnets: IPv4 Primary IPv4: 10.x.x.0/30 Secondary IPv4 10.x.x.4/30 Vlan ID: XXX Cisco router config: router bgp 65000 neighbor 10.x.x.2 remote-as 65515 address-family ipv4 neighbor 10.x.x.2 activate interface GigabitEthernet0/0/3.XXX encapsulation dot1q XXX ip address 10.x.x.1 255.255.255.252 I can ping from the router to the Azure express-route connection but BGP is not forming and I do not see any BGP messages from Azure when I debug BGP from the Cisco router. What am I not seeing here?

Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
367 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gulnaz Mushtaq 410 Reputation points MVP
    2024-09-09T13:49:29+00:00

    Hi @Gunther Fembini

    First of all run the command show ip bgp summary on your Cisco router to check the BGP state. If it shows “Idle,” you may need to look into the logs for more details. Also, you need to verify that the NSGs on your Azure side are not blocking the BGP traffic.

    You should also check whether the ARP is functioning correctly on both sides. Sometimes ARP issues can cause BGP sessions to fail.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.