Fun with /24 connected to /30
Turned up an mpls site this week that was out of footprint for my primary provider so it crossed the nni and interfaced with a third party lec. Because of how the service terminated, the lec's router was at the edge and I was behind them (cpe) by ethernet. Unbeknownst to me, their cpe side lan was a /24 despite the order saying it was a /30. Half-luckily they were .1 and I was .2. We saw massive packet loss, between 50-90%. Routes would be in the table on second and then disappear the next. We swapped cables, tried different ports, endless debugs and traceroutes. In the end, problems went away when they changed their config to /30 to match mine.
Why would this happen? Since logically we were in the same subnet with valid ip's, shouldn't everything be ok?
Why would this happen? Since logically we were in the same subnet with valid ip's, shouldn't everything be ok?
Comments
I have no way to determine if that is the case or not, but that's the first thought that comes to the mind when an improper mask is used, like in this case.
Hope this helps.
LinkedIn: http://www.linkedin.com/in/lewislampkin (Please connect: Just say you're from TechExams.Net!)
This is most likely what was happening. Also if the network was being advertised in 2 places on the service providers network then that explains why routes were showing up and going away. Routing updates were causing the route to that network to change over and over and over.