diff --git a/inventory_provider/db/opsdb.py b/inventory_provider/db/opsdb.py
index a9d4d6ea9aa904a01cfbbeb86ce6a3c74ef70ce3..548cadc6e70d6ca8961b85be8f818758f4baf499 100644
--- a/inventory_provider/db/opsdb.py
+++ b/inventory_provider/db/opsdb.py
@@ -132,7 +132,8 @@ retrieve_services_query = """SELECT *
                     WHERE
                         equipment IS NOT NULL
                         AND equipment != ''
-                        AND circuit_type IN ('path', 'service', 'l2circuit')
+                        AND circuit_type IN (
+                          'path', 'service', 'l2circuit', 'link-aggr-group')
                     ORDER BY
                     name,
                      FIELD(status,