Create Date: Nov 27 2013 8:48PM
Hi,
Yes it is possible.
In our environment, we use STP on the access switches, activated only on the access ports (not on the uplinks towards the core).
So we have isolated instances of STP on each access switch, and the distribution/core switches are not aware of STP (so you can have two uplinks on your access switch that connect to two core switchs with MLAG for example).
We use STP in combination with "edge-safeguard", "bpdu restrict" and "recovery timetout" (check the EXOS Concepts Guide for explanation)
It works well, when a user accidentally plugs in a cable on two plugs in a office, the switch deactivates the ports, and then checks every 60 seconds (the "recovery timeout") to see if the loop is still here or not. If the loop disappears, the ports are activated.
We created a log filter on the access switches to record this event, and a script on our monitoring server checking the value of this filter, so we have monitoring alerts when a loop appears.
Best regards,
Gabriel (from Gabrielboubil)