diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py
index 9ecc442f2ab461417c178145f7ba7fd317b16808..09f71f72d553f1d68b9cbfe9d130a019ba9453dc 100644
--- a/inventory_provider/tasks/worker.py
+++ b/inventory_provider/tasks/worker.py
@@ -673,8 +673,8 @@ def update_circuit_hierarchy_and_port_id_services(self, use_current=False):
                     return False
                 if candidate['product'] in tls_names:
                     return True
-                if candidate['speed'] == 'BGP':
-                    return True
+                # if candidate['speed'] == 'BGP':
+                #     return True
                 return False
 
             if _is_rs(c):