[ {"prompt": "Tolong tunjukkan daftar semua antarmuka di Router R1", "completion": "[Router R1] show interfaces"}, {"prompt": "Mohon berikan daftar semua antarmuka yang terhubung ke Router R2", "completion": "[Router R2] show interfaces"}, {"prompt": "Tolong berikan daftar interface untuk Router B Interface G0/0/0", "completion": "[Router B] show interface g0/0/0"}, {"prompt": "Tunjukkan daftar interface yang tersedia di Router A Interface F0/0", "completion": "[Router A] show interface f0/0"}, {"prompt": "Berikan daftar semua interface yang terhubung ke Router A Interface F0/1", "completion": "[Router A] show interface f0/1"}, {"prompt": "Saya membutuhkan informasi tentang antarmuka F1/0 di Router A", "completion": "[Router A] show interface f1/0"}, {"prompt": "Berikan daftar semua interface untuk Router B G0/1/1", "completion": "[Router B] show interface g0/1/1"}, {"prompt": "Tolong tunjukkan daftar interface yang tersedia di Router B Interface G1/1/1", "completion": "[Router B] show interface g1/1/1"}, {"prompt": "Beri saya daftar semua antarmuka yang tersedia di Router C F0/1", "completion": "[Router C] show interface f0/1"}, {"prompt": "Saya membutuhkan informasi tentang interface G1/0/0 di Router R1", "completion": "[Router R1] show interface g1/0/0"}, {"prompt": "Tunjukkan daftar semua interface yang terhubung ke Router R2 Interface G0/0/0", "completion": "[Router R2] show interface g0/0/0"}, {"prompt": "Berikan daftar semua interface untuk Router R2 G0/0/1", "completion": "[Router R2] show interface g0/0/1"}, {"prompt": "Tolong berikan daftar interface untuk Router R1 Interface F0/1", "completion": "[Router R1] show interface f0/1"}, {"prompt": "Tolong ubah IP di Router C Interface X menjadi 192.168.1.1", "completion": "[Router C] configure terminal\ninterface X\nip address 192.168.1.1 255.255.255.0\nend"}, {"prompt": "Ubah IP di Router A Interface G0/0/1 menjadi 10.0.0.1", "completion": "[Router A] configure terminal\ninterface G0/0/1\nip address 10.0.0.1 255.255.255.0\nend"} ]