initial commit
This commit is contained in:
130
example_prompts.md
Normal file
130
example_prompts.md
Normal file
@@ -0,0 +1,130 @@
|
||||
# 📝 Contoh Prompt untuk MikroTik + Gemini
|
||||
|
||||
## 🎯 **Kategori: Monitoring & Status**
|
||||
|
||||
### **1. Status Sistem**
|
||||
```
|
||||
Berikan status lengkap perangkat MikroTik:
|
||||
- CPU usage saat ini
|
||||
- Memory usage
|
||||
- Interface yang running/tidak
|
||||
- PPPoE connections status
|
||||
- Rekomendasi jika ada masalah
|
||||
```
|
||||
|
||||
### **2. Health Check**
|
||||
```
|
||||
Lakukan health check perangkat:
|
||||
1. Cek error pada interfaces
|
||||
2. Cek PPPoE yang disconnected
|
||||
3. Cek memory usage
|
||||
4. Cek CPU load
|
||||
5. Berikan summary
|
||||
```
|
||||
|
||||
## 🔧 **Kategori: Troubleshooting**
|
||||
|
||||
### **3. Masalah Internet Lambat**
|
||||
```
|
||||
User mengeluh internet lambat. Analisis:
|
||||
1. Interface dengan traffic tertinggi
|
||||
2. Cek error counters
|
||||
3. Identifikasi bottleneck
|
||||
4. Berikan solusi
|
||||
```
|
||||
|
||||
### **4. Koneksi Putus-Putus**
|
||||
```
|
||||
PPPoE sering disconnect. Periksa:
|
||||
1. Log error PPPoE
|
||||
2. Signal quality
|
||||
3. MTU settings
|
||||
4. Rekomendasi fix
|
||||
```
|
||||
|
||||
## 📊 **Kategori: Analisis Jaringan**
|
||||
|
||||
### **5. Analisis Traffic**
|
||||
```
|
||||
Analisis pola traffic jaringan:
|
||||
1. Peak usage hours
|
||||
2. Top talkers
|
||||
3. Bandwidth utilization
|
||||
4. Rekomendasi optimasi
|
||||
```
|
||||
|
||||
### **6. Security Audit**
|
||||
```
|
||||
Lakukan audit keamanan:
|
||||
1. Port terbuka ke internet
|
||||
2. User accounts
|
||||
3. Firewall rules
|
||||
4. Rekomendasi hardening
|
||||
```
|
||||
|
||||
## 🛠️ **Kategori: Konfigurasi**
|
||||
|
||||
### **7. Tambah VLAN Baru**
|
||||
```
|
||||
Saya ingin menambahkan VLAN baru untuk departemen IT:
|
||||
1. VLAN apa yang sudah ada?
|
||||
2. Port available?
|
||||
3. Contoh konfigurasi
|
||||
4. Periksa konflik IP
|
||||
```
|
||||
|
||||
### **8. Setup QoS**
|
||||
```
|
||||
Setup QoS untuk prioritas VoIP:
|
||||
1. Current traffic patterns
|
||||
2. Recommended queues
|
||||
3. Configuration example
|
||||
4. Testing procedure
|
||||
```
|
||||
|
||||
## 📈 **Kategori: Reporting**
|
||||
|
||||
### **9. Daily Report**
|
||||
```
|
||||
Buat daily report:
|
||||
1. Uptime
|
||||
2. Traffic statistics
|
||||
3. Error counts
|
||||
4. Performance metrics
|
||||
5. Recommendations
|
||||
```
|
||||
|
||||
### **10. Capacity Planning**
|
||||
```
|
||||
Analisis capacity untuk ekspansi:
|
||||
1. Current utilization
|
||||
2. Growth trends
|
||||
3. Bottleneck identification
|
||||
4. Upgrade recommendations
|
||||
```
|
||||
|
||||
## 💡 **Tips Penggunaan**
|
||||
|
||||
1. **Spesifik**: Semakin spesifik pertanyaan, semakin baik jawaban
|
||||
2. **Context**: Gemini menggunakan data MikroTik sebagai context
|
||||
3. **Format**: Jawaban dalam markdown dengan tabel jika perlu
|
||||
4. **Bahasa**: Gunakan bahasa Indonesia untuk hasil terbaik
|
||||
|
||||
## 🚀 **Contoh Lengkap**
|
||||
|
||||
**Prompt:**
|
||||
```
|
||||
Berdasarkan data MikroTik, berikan analisis:
|
||||
1. Device model dan spesifikasi
|
||||
2. Current CPU dan memory usage
|
||||
3. Jumlah interface aktif
|
||||
4. Status PPPoE connections
|
||||
5. Rekomendasi maintenance
|
||||
```
|
||||
|
||||
**Expected Response:**
|
||||
- Table dengan spesifikasi device
|
||||
- Chart usage (jika support)
|
||||
- List interface bermasalah
|
||||
- Action items
|
||||
```
|
||||
Reference in New Issue
Block a user