Unsolved
4 Posts
0
25
ExpressRoute/BGP issue on Dell S4048T-ON
Hello all:
I've got an AT&T ADX/ExpressRoute connected and the routes coming in through eBGP show up correctly. However, when I advertise my local network, we lose all connectivity to Azure.
Here is the show ip bgp ipv4 unicast:
Network Next Hop Metric LocPrf Weight Path
*> 10.0.0.0/16 10.220.56.2 50000 13979 12076 i
*> 10.1.0.0/16 10.220.56.2 50000 13979 12076 i
*> 10.2.0.0/16 10.220.56.2 50000 13979 12076 i
*> 10.220.56.0/30 10.220.56.2 50000 13979 i
*> 10.220.56.8/30 10.220.56.2 50000 13979 i
*> 10.220.56.12/30 10.220.56.2 50000 13979 i
When I edit the BGP config to advertise my local network it shows up like this:
n*> 192.168.1.0/24 0.0.0.0 32768 i
Which is the wrong path. Instead the next-hop should be 10.220.56.2.
I've noticed that when I try add network using address-family configuration, I'm not able to input ipv4 unicast on the advertisement. The router only seems to allow address-family ipv4 multicast or address-family ipv6 unicast, which does me no good since we are talking ipv4 here. Any guidance on how to get to the right configuration would be appreciated greatly, as I believe this is the only thing holding up connectivity on our ExpressRoute currently.
Dell -Charles R
Moderator
Moderator
•
2.8K Posts
0
25-09-2023 20:50 PM
Hello Mark,
To check in to this could you let us know the OS and version you are on?
Maybe this could help to get you started if OS9.14.2.6
Example-Configuring BGP routing between peers
https://dell.to/48wdefi
technashville
4 Posts
0
26-09-2023 00:53 AM
Hey Charles! I appreciate the response. My OS is:
RELEASE IMAGE INFORMATION :
---------------------------------------------------------------------
Platform Version Size ReleaseTime
S-Series:S4048T-ON 9.14(2.17) 72714306 Oct 5 2022 13:36:11
The strange thing about this issue is that the route actually advertises just fine when I add it, but there's no connectivity. Here is the config itself:
router bgp 65067
description ADX-to-Azure
network 192.168.1.0/24
timers bgp 15 45
bgp four-octet-as-support
bgp graceful-restart
neighbor 10.220.56.2 remote-as 13979
neighbor 10.220.56.2 no shutdown
I can see the advertisements from the other router just fine and I can see the advertisement from my router showing up in the ExpressRoute's route table in Azure.
technashville
4 Posts
0
26-09-2023 15:02 PM
Hey Joey C,
I appreciate the response. The unfortunate thing about that is that I purchased this switch used from a third-party reseller. It does have a support contract on it, but not from Dell. The company I work for is a non-profit org so this is not uncommon practice for us when purchasing equipment. Would I still be able to get help from Dell if we paid for the support?
Thanks,
Mark
(edited)
technashville
4 Posts
0
26-09-2023 18:52 PM
@Dell -Charles R
Thanks for all your help. I will do that.