Hi,
I’m just wondering how does rapid spanning tree affect routing protocols ?
I never really thought about before.
What I am specifically wondering is how the blocked ports affect EIRGP (or OSPF) neighbourships and routing.
For example I have one network with two exit points to a core switch. I can see spanning tree is blocking the vlans on one of those ports to the core but even though its blocking I can still see there are Eigrp neighbourships up and connected accross the link that spanning tree has blocked.
I’m not sure if this is normal or not ?
But the main think I need to ask is I currently have a dedicated Layer two Point to multipoint link with my service provider.
This p2mp link has 3 sites link a triangle.
Lets say site A, B and C.
One site is in the far end of the county (Site A) and the other two sites (Site B and C) are close by each other in the same city.
The two sites close by each other in the same city share a core switch.
That core switch has a connection to the Site B P2mp circuit and Site C P2mp circuit.
I have lets say vlan 500 running trough the 3 sites over the L2mp circuit and also on the Core switch.
To stop any loops I have fine tuned spanning tree to block the link for vlan 500 where it enters the core switch at site B from the service provider p2mp link and all works fine.
The issue is now I want to route Eigrp over this L2P2MP circuit.
So if I rolled out and SVI on the core for Vlan 500 and an SVI on the switch at site A and ran eigrp would the routing traverse site B and C to Site A (given that it is equal cost so by default it would) or would it only route between site C and A and not utilize site B as its blocked by spanning tree ?
Until such a time as the link in site C fails and then it would fail over to site B ?
Or does spanning tree have any effect on Layer 3 neighbourships and rounting and possibly would site A route with site B and C to the Core behind them load balancing given the path is equal ?
Normally I could roll out a separate vlan for each site to site with a corrosponding SVI for each and I could utilize all links that way but Given that this is a “triangle” topology with three connection points and the networks behind two of the sites have to connect to each other I have to block whatever Vlans I use somewhere between the two sites that connect to the same switch.
Basically I’m wondering how Eigrp (or even OSPF) behaves with its neighbours and routes over blocked spanning tree links ?
Thanks