diff --git a/orchagent/main.cpp b/orchagent/main.cpp index 2fa06ad685..758b8d1506 100644 --- a/orchagent/main.cpp +++ b/orchagent/main.cpp @@ -764,9 +764,8 @@ int main(int argc, char **argv) if (gMySwitchType == "voq") { orchDaemon->setFabricEnabled(true); - // SAI doesn't fully support counters for non fabric asics - orchDaemon->setFabricPortStatEnabled(false); - orchDaemon->setFabricQueueStatEnabled(false); + orchDaemon->setFabricPortStatEnabled(true); + orchDaemon->setFabricQueueStatEnabled(true); } } else