hanungaddi
commited on
Commit
•
e24b960
1
Parent(s):
c95b80c
Upload 2 files
Browse files- train.json +48 -0
- validation.json +15 -0
train.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"prompt": "Berikan daftar interface yang ada di Router A", "completion": "[Router A] show interfaces"},
|
2 |
+
{"prompt": "Saya membutuhkan informasi tentang semua interface di Router A", "completion": "[Router A] show interfaces"},
|
3 |
+
{"prompt": "Tunjukkan daftar semua interface yang tersedia di Router A", "completion": "[Router A] show interfaces"},
|
4 |
+
{"prompt": "Beri saya daftar semua antarmuka yang terhubung ke Router A", "completion": "[Router A] show interfaces"},
|
5 |
+
{"prompt": "Saya ingin melihat daftar interface di Router B", "completion": "[Router B] show interfaces"},
|
6 |
+
{"prompt": "Tolong berikan informasi tentang semua interface yang tersedia di Router B", "completion": "[Router B] show interfaces"},
|
7 |
+
{"prompt": "Tunjukkan saya daftar semua antarmuka di Router B", "completion": "[Router B] show interfaces"},
|
8 |
+
{"prompt": "Berikan daftar semua antarmuka yang terhubung ke Router C", "completion": "[Router C] show interfaces"},
|
9 |
+
{"prompt": "Saya memerlukan informasi tentang semua interface di Router C", "completion": "[Router C] show interfaces"},
|
10 |
+
{"prompt": "Tunjukkan semua interface yang tersedia di Router C", "completion": "[Router C] show interfaces"},
|
11 |
+
{"prompt": "Beri saya daftar semua antarmuka yang terhubung ke Router D", "completion": "[Router D] show interfaces"},
|
12 |
+
{"prompt": "Mohon informasi tentang semua interface di Router D", "completion": "[Router D] show interfaces"},
|
13 |
+
{"prompt": "Tolong tunjukkan daftar semua antarmuka di Router D", "completion": "[Router D] show interfaces"},
|
14 |
+
{"prompt": "Berikan daftar semua antarmuka yang terhubung ke Router internal", "completion": "[Router internal] show interfaces"},
|
15 |
+
{"prompt": "Saya membutuhkan informasi tentang semua interface di Router external", "completion": "[Router external] show interfaces"},
|
16 |
+
{"prompt": "Tolong tunjukkan daftar semua antarmuka di Router R1", "completion": "[Router R1] show interfaces"},
|
17 |
+
{"prompt": "Mohon berikan daftar semua antarmuka yang terhubung ke Router R2", "completion": "[Router R2] show interfaces"},
|
18 |
+
{"prompt": "Tolong berikan daftar interface untuk Router B Interface G0/0/0", "completion": "[Router B] show interface g0/0/0"},
|
19 |
+
{"prompt": "Tunjukkan daftar interface yang tersedia di Router A Interface F0/0", "completion": "[Router A] show interface f0/0"},
|
20 |
+
{"prompt": "Berikan daftar semua interface yang terhubung ke Router A Interface F0/1", "completion": "[Router A] show interface f0/1"},
|
21 |
+
{"prompt": "Saya membutuhkan informasi tentang antarmuka F1/0 di Router A", "completion": "[Router A] show interface f1/0"},
|
22 |
+
{"prompt": "Berikan daftar semua interface untuk Router B G0/1/1", "completion": "[Router B] show interface g0/1/1"},
|
23 |
+
{"prompt": "Tolong tunjukkan daftar interface yang tersedia di Router B Interface G1/1/1", "completion": "[Router B] show interface g1/1/1"},
|
24 |
+
{"prompt": "Beri saya daftar semua antarmuka yang tersedia di Router C F0/1", "completion": "[Router C] show interface f0/1"},
|
25 |
+
{"prompt": "Saya membutuhkan informasi tentang interface G1/0/0 di Router R1", "completion": "[Router R1] show interface g1/0/0"},
|
26 |
+
{"prompt": "Tunjukkan daftar semua interface yang terhubung ke Router R2 Interface G0/0/0", "completion": "[Router R2] show interface g0/0/0"},
|
27 |
+
{"prompt": "Berikan daftar semua interface untuk Router R2 G0/0/1", "completion": "[Router R2] show interface g0/0/1"},
|
28 |
+
{"prompt": "Tolong berikan daftar interface untuk Router R1 Interface F0/1", "completion": "[Router R1] show interface f0/1"},
|
29 |
+
{"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"},
|
30 |
+
{"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"},
|
31 |
+
{"prompt": "Ubah IP di Router B Interface F0/1 menjadi 172.16.0.1", "completion": "[Router B] configure terminal\ninterface F0/1\nip address 172.16.0.1 255.255.255.0\nend"},
|
32 |
+
{"prompt": "Tolong ubah IP di Internal Router Interface G1/0/0 menjadi 192.168.2.1", "completion": "[Internal Router] configure terminal\ninterface G1/0/0\nip address 192.168.2.1 255.255.255.0\nend"},
|
33 |
+
{"prompt": "Saya butuh bantuan untuk mengubah IP di External Router Interface F1/0 menjadi 10.1.1.1", "completion": "[External Router] configure terminal\ninterface F1/0\nip address 10.1.1.1 255.255.255.0\nend"},
|
34 |
+
{"prompt": "Mohon bantu untuk mengganti IP di R1 Interface G0/0/0 menjadi 192.168.3.1", "completion": "[Router R1] configure terminal\ninterface G0/0/0\nip address 192.168.3.1 255.255.255.0\nend"},
|
35 |
+
{"prompt": "Mohon bantu untuk mengubah IP di Router D Interface F0/1 menjadi 172.16.10.1", "completion": "[Router D] configure terminal\ninterface F0/1\nip address 172.16.10.1 255.255.255.0\nend"},
|
36 |
+
{"prompt": "Tolong ubah IP di Router E Interface G0/0 menjadi 192.168.5.1", "completion": "[Router E] configure terminal\ninterface G0/0\nip address 192.168.5.1 255.255.255.0\nend"},
|
37 |
+
{"prompt": "Berikan bantuan untuk mengganti IP di Router F Interface F1/0 menjadi 10.1.2.1", "completion": "[Router F] configure terminal\ninterface F1/0\nip address 10.1.2.1 255.255.255.0\nend"},
|
38 |
+
{"prompt": "Ubah IP di Router G Interface G0/0/1 menjadi 10.0.1.1", "completion": "[Router G] configure terminal\ninterface G0/0/1\nip address 10.0.1.1 255.255.255.0\nend"},
|
39 |
+
{"prompt": "Mohon bantu untuk mengubah IP di R2 Interface F0/0 menjadi 192.168.4.1", "completion": "[Router R2] configure terminal\ninterface F0/0\nip address 192.168.4.1 255.255.255.0\nend"},
|
40 |
+
{"prompt": "Tolong tambahkan kunci enkripsi ke Router D", "completion": "[Router D] configure terminal\ncrypto key generate rsa\nend"},
|
41 |
+
{"prompt": "Mohon tambahkan kunci enkripsi ke Router E", "completion": "[Router E] configure terminal\ncrypto key generate rsa\nend"},
|
42 |
+
{"prompt": "Tolong buat kunci enkripsi di Router F", "completion": "[Router F] configure terminal\ncrypto key generate rsa\nend"},
|
43 |
+
{"prompt": "Mohon tambahkan kunci enkripsi ke Router G", "completion": "[Router G] configure terminal\ncrypto key generate rsa\nend"},
|
44 |
+
{"prompt": "Tolong aktifkan enkripsi di Router H", "completion": "[Router H] configure terminal\nservice password-encryption\nend"},
|
45 |
+
{"prompt": "Mohon bantu untuk menambahkan kunci enkripsi di R1", "completion": "[Router R1] configure terminal\ncrypto key generate rsa\nend"},
|
46 |
+
{"prompt": "Saya ingin melihat daftar semua antarmuka di Router D", "completion": "[Router D] show interfaces"},
|
47 |
+
{"prompt": "Tunjukkan semua interface yang terhubung ke Router external", "completion": "[Router external] show interfaces"},
|
48 |
+
{"prompt": "Beri saya daftar semua antarmuka yang terhubung ke Router internal", "completion": "[Router internal] show interfaces"}
|
validation.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"prompt": "Tolong tunjukkan daftar semua antarmuka di Router R1", "completion": "[Router R1] show interfaces"},
|
2 |
+
{"prompt": "Mohon berikan daftar semua antarmuka yang terhubung ke Router R2", "completion": "[Router R2] show interfaces"},
|
3 |
+
{"prompt": "Tolong berikan daftar interface untuk Router B Interface G0/0/0", "completion": "[Router B] show interface g0/0/0"},
|
4 |
+
{"prompt": "Tunjukkan daftar interface yang tersedia di Router A Interface F0/0", "completion": "[Router A] show interface f0/0"},
|
5 |
+
{"prompt": "Berikan daftar semua interface yang terhubung ke Router A Interface F0/1", "completion": "[Router A] show interface f0/1"},
|
6 |
+
{"prompt": "Saya membutuhkan informasi tentang antarmuka F1/0 di Router A", "completion": "[Router A] show interface f1/0"},
|
7 |
+
{"prompt": "Berikan daftar semua interface untuk Router B G0/1/1", "completion": "[Router B] show interface g0/1/1"},
|
8 |
+
{"prompt": "Tolong tunjukkan daftar interface yang tersedia di Router B Interface G1/1/1", "completion": "[Router B] show interface g1/1/1"},
|
9 |
+
{"prompt": "Beri saya daftar semua antarmuka yang tersedia di Router C F0/1", "completion": "[Router C] show interface f0/1"},
|
10 |
+
{"prompt": "Saya membutuhkan informasi tentang interface G1/0/0 di Router R1", "completion": "[Router R1] show interface g1/0/0"},
|
11 |
+
{"prompt": "Tunjukkan daftar semua interface yang terhubung ke Router R2 Interface G0/0/0", "completion": "[Router R2] show interface g0/0/0"},
|
12 |
+
{"prompt": "Berikan daftar semua interface untuk Router R2 G0/0/1", "completion": "[Router R2] show interface g0/0/1"},
|
13 |
+
{"prompt": "Tolong berikan daftar interface untuk Router R1 Interface F0/1", "completion": "[Router R1] show interface f0/1"},
|
14 |
+
{"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"},
|
15 |
+
{"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"}
|