Minor bug: onu_sql.php Line 54: $sql = "select * from onus WHERE olt=\"$sql_ip\" AND name LIKE \"EPON0/$sfp%\" $search_sql ORDER BY $sort"; Should be: $sql = "select * from onus WHERE olt=\"$sql_ip\" AND name LIKE \"EPON0/$sfp\:%\" $search_sql ORDER BY $sort";
Or when you select sfp1 from 16 port bdcom it will show onu's on epon 0/1, 0/10, 0/11 ... 0/16 and etc.