NetConfEval / step_3_low_level.jsonl
cjwangee's picture
Update datasets (#2)
8c60dd8 verified
{"scenario_name": "ospf_simple", "prompt": "The network topology is in a textual format. Each line has the following format:\n<NAME>[<METADATA>]=<VALUE>\n\n<NAME> is the device name. \n<METADATA> is alphanumeric. The numeric values are network interfaces of the device <NAME>. You have to remember them. The interface name is composed as \"eth<METADATA>\" All the other values can be ignored.\n<VALUE> is the value associated to <METADATA>. You only need to remember values associated to the network interfaces. They represent the LAN identifier where the interface is attached. If two devices are on the same LAN, it means that they are directly connected.\nHere is the network topology:\n\nbb0[0]=A\nbb0[1]=C\n\nbb1[0]=A\nbb1[1]=D\n\nbb2[0]=A\nbb2[1]=B\n\nbb3[0]=B\nbb3[1]=C\n\nbb4[0]=C\nbb4[1]=D\n\nGive the user the configurations of all the devices.\nIf you do not know a required value, leave the following placeholder: [PLACEHOLDER].\nIf a value is optional, do not include anything in the output.\nIf a chunk of configuration is optional, do not include anything in the output.", "result": "{\"bb0\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\ninterface eth0\\n ip ospf cost 21\\nexit\\n!\\ninterface eth1\\n ip ospf cost 36\\nexit\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"bb2\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"bb3\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\ninterface eth0\\n ip ospf cost 7\\nexit\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"bb1\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\ninterface eth1\\n ip ospf cost 45\\nexit\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"bb4\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\"}"}
{"scenario_name": "ospf_multiarea", "prompt": "The network topology is in a textual format. Each line has the following format:\n<NAME>[<METADATA>]=<VALUE>\n\n<NAME> is the device name. \n<METADATA> is alphanumeric. The numeric values are network interfaces of the device <NAME>. You have to remember them. The interface name is composed as \"eth<METADATA>\" All the other values can be ignored.\n<VALUE> is the value associated to <METADATA>. You only need to remember values associated to the network interfaces. They represent the LAN identifier where the interface is attached. If two devices are on the same LAN, it means that they are directly connected.\nHere is the network topology:\n\nbb0[0]=A\nbb0[1]=C\n\nbb1[0]=A\nbb1[1]=D\nbb1[2]=E\nbb1[3]=F\n\nbb2[0]=A\nbb2[1]=B\nbb2[2]=H\nbb2[3]=G\n\nbb3[0]=B\nbb3[1]=C\n\nbb4[0]=C\nbb4[1]=D\n\nr1[0]=E\nr1[1]=I\n\nr2[0]=I\nr2[1]=J\n\nr3[0]=G\nr3[1]=F\nr3[2]=K\n\nr4[0]=L\nr4[1]=N\n\nr5[0]=M\nr5[1]=N\nr5[2]=H\n\nr6[0]=L\nr6[1]=M\nGive the user the configurations of all the devices.\nIf you do not know a required value, leave the following placeholder: [PLACEHOLDER].\nIf a value is optional, do not include anything in the output.\nIf a chunk of configuration is optional, do not include anything in the output.", "result": "{\"r6\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 220.0.0.0/16 area 3.3.3.3\\n area 3.3.3.3 stub\\nexit\\n!\\nend\\n\", \"bb0\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"r3\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 110.0.0.0/30 area 2.2.2.2\\n network 120.0.0.0/30 area 2.2.2.2\\n network 210.0.0.0/16 area 2.2.2.2\\n area 2.2.2.2 stub\\nexit\\n!\\nend\\n\", \"bb2\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\ninterface eth0\\n ip ospf cost 100\\nexit\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\n network 120.0.0.0/30 area 2.2.2.2\\n network 130.0.0.0/30 area 3.3.3.3\\n area 2.2.2.2 stub\\n area 3.3.3.3 stub\\nexit\\n!\\nend\\n\", \"r2\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 200.0.0.0/16 area 1.1.1.1\\n area 1.1.1.1 stub\\nexit\\n!\\nend\\n\", \"r5\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 130.0.0.0/30 area 3.3.3.3\\n network 220.0.0.0/16 area 3.3.3.3\\n area 3.3.3.3 stub\\nexit\\n!\\nend\\n\", \"bb3\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"bb1\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\ninterface eth0\\n ip ospf cost 90\\nexit\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\n network 100.0.0.0/30 area 1.1.1.1\\n network 110.0.0.0/30 area 2.2.2.2\\n area 1.1.1.1 stub\\n area 2.2.2.2 stub\\nexit\\n!\\nend\\n\", \"bb4\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 10.0.0.0/16 area 0.0.0.0\\nexit\\n!\\nend\\n\", \"r1\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 100.0.0.0/30 area 1.1.1.1\\n network 200.0.0.0/16 area 1.1.1.1\\n area 1.1.1.1 stub\\nexit\\n!\\nend\\n\", \"r4\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter ospf\\n redistribute connected\\n network 220.0.0.0/16 area 3.3.3.3\\n area 3.3.3.3 stub\\nexit\\n!\\nend\\n\"}"}
{"scenario_name": "rip", "prompt": "The network topology is in a textual format. Each line has the following format:\n<NAME>[<METADATA>]=<VALUE>\n\n<NAME> is the device name. \n<METADATA> is alphanumeric. The numeric values are network interfaces of the device <NAME>. You have to remember them. The interface name is composed as \"eth<METADATA>\" All the other values can be ignored.\n<VALUE> is the value associated to <METADATA>. You only need to remember values associated to the network interfaces. They represent the LAN identifier where the interface is attached. If two devices are on the same LAN, it means that they are directly connected.\nHere is the network topology:\n\nr1[0]=\"H\"\nr1[1]=\"G\"\nr1[2]=\"E\"\nr1[3]=\"A\"\n\nr2[0]=\"E\"\nr2[1]=\"F\"\nr2[2]=\"B\"\n\nr3[0]=\"F\"\nr3[1]=\"G\"\nr3[2]=\"I\"\nr3[3]=\"C\"\n\nr4[0]=\"L\"\nr4[1]=\"D\"\nr4[2]=\"I\"\nr4[3]=\"H\"\n\nr5[0]=\"L\"\n\nGive the user the configurations of all the devices.\nIf you do not know a required value, leave the following placeholder: [PLACEHOLDER].\nIf a value is optional, do not include anything in the output.\nIf a chunk of configuration is optional, do not include anything in the output.", "result": "{\"r3\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter rip\\n network 100.1.0.0/24\\n redistribute connected\\nexit\\n!\\nend\\n\", \"r2\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter rip\\n network 100.1.0.0/24\\n redistribute connected\\nexit\\n!\\nend\\n\", \"r1\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter rip\\n network 100.1.0.0/24\\n redistribute connected\\nexit\\n!\\nend\\n\", \"r4\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter rip\\n network 100.1.0.0/24\\n redistribute connected\\nexit\\n!\\nend\\n\"}"}
{"scenario_name": "bgp_simple", "prompt": "The network topology is in a textual format. Each line has the following format:\n<NAME>[<METADATA>]=<VALUE>\n\n<NAME> is the device name. \n<METADATA> is alphanumeric. The numeric values are network interfaces of the device <NAME>. You have to remember them. The interface name is composed as \"eth<METADATA>\" All the other values can be ignored.\n<VALUE> is the value associated to <METADATA>. You only need to remember values associated to the network interfaces. They represent the LAN identifier where the interface is attached. If two devices are on the same LAN, it means that they are directly connected.\nHere is the network topology:\n\nrouter1[0]=\"A\"\nrouter1[1]=\"B\"\n\nrouter2[0]=\"A\"\nrouter2[1]=\"C\"\n\nGive the user the configurations of all the devices.\nIf you do not know a required value, leave the following placeholder: [PLACEHOLDER].\nIf a value is optional, do not include anything in the output.\nIf a chunk of configuration is optional, do not include anything in the output.", "result": "{\"router1\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter bgp 1\\n neighbor 193.10.11.2 remote-as 2\\n !\\n address-family ipv4 unicast\\n network 195.11.14.0/24\\n exit-address-family\\nexit\\n!\\nend\\n\", \"router2\": \"frr version 9.0.1\\nfrr defaults traditional\\nhostname frr_test\\nno ipv6 forwarding\\nno service integrated-vtysh-config\\n!\\nrouter bgp 2\\n neighbor 193.10.11.1 remote-as 1\\n !\\n address-family ipv4 unicast\\n network 200.1.1.0/24\\n exit-address-family\\nexit\\n!\\nend\\n\"}"}
{"scenario_name": "rift_dc", "prompt": "The network topology is in a textual format. Each line has the following format:\n<NAME>[<METADATA>]=<VALUE>\n\n<NAME> is the device name. \n<METADATA> is alphanumeric. The numeric values are network interfaces of the device <NAME>. You have to remember them. The interface name is composed as \"eth<METADATA>\" All the other values can be ignored.\n<VALUE> is the value associated to <METADATA>. You only need to remember values associated to the network interfaces. They represent the LAN identifier where the interface is attached. If two devices are on the same LAN, it means that they are directly connected.\nHere is the network topology:\n\ntof_1_2_1[0]=\"G\"\ntof_1_2_1[1]=\"I\"\ntof_1_2_1[2]=\"Q\"\ntof_1_2_1[3]=\"S\"\ntof_1_2_2[0]=\"H\"\ntof_1_2_2[1]=\"J\"\ntof_1_2_2[2]=\"R\"\ntof_1_2_2[3]=\"T\"\n\nspine_1_1_1[0]=\"A\"\nspine_1_1_1[1]=\"D\"\nspine_1_1_1[2]=\"G\"\nspine_1_1_1[3]=\"H\"\nspine_1_1_2[0]=\"B\"\nspine_1_1_2[1]=\"E\"\nspine_1_1_2[2]=\"I\"\nspine_1_1_2[3]=\"J\"\n\nleaf_1_0_1[0]=\"A\"\nleaf_1_0_1[1]=\"B\"\nleaf_1_0_1[2]=\"C\"\nleaf_1_0_1[3]=\"U\"\nleaf_1_0_2[0]=\"D\"\nleaf_1_0_2[1]=\"E\"\nleaf_1_0_2[2]=\"V\"\nleaf_1_0_2[3]=\"Z\"\n\nspine_2_1_1[0]=\"K\"\nspine_2_1_1[1]=\"N\"\nspine_2_1_1[2]=\"Q\"\nspine_2_1_1[3]=\"R\"\nspine_2_1_2[0]=\"L\"\nspine_2_1_2[1]=\"O\"\nspine_2_1_2[2]=\"S\"\nspine_2_1_2[3]=\"T\"\n\nleaf_2_0_1[0]=\"K\"\nleaf_2_0_1[1]=\"L\"\nleaf_2_0_1[2]=\"M\"\nleaf_2_0_1[3]=\"F\"\nleaf_2_0_2[0]=\"N\"\nleaf_2_0_2[1]=\"O\"\nleaf_2_0_2[2]=\"P\"\nleaf_2_0_2[3]=\"W\"\nGive the user the configurations of all the devices.\nIf you do not know a required value, leave the following placeholder: [PLACEHOLDER].\nIf a value is optional, do not include anything in the output.\nIf a chunk of configuration is optional, do not include anything in the output.", "result": "{\"leaf_1_0_2\": \"router rift\\n level 1\\n interface eth0\\n interface eth1\\n interface eth2\\n prefix 200.0.2.0/24\", \"spine_1_1_2\": \"router rift\\n system-id 874638\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"spine_1_1_1\": \"router rift\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"spine_2_1_1\": \"router rift\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"tof_1_2_1\": \"router rift\\n level 20\\n lie-address 224.0.8.24\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"tof_1_2_2\": \"router rift\\n level 20\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"spine_2_1_2\": \"router rift\\n interface eth0\\n interface eth1\\n interface eth2\\n interface eth3\", \"leaf_2_0_1\": \"router rift\\n level 1\\n interface eth0\\n interface eth1\\n interface eth2\\n prefix 200.0.3.0/24\\n prefix fafb::/64\", \"leaf_1_0_1\": \"router rift\\n level 1\\n interface eth0\\n interface eth1\\n interface eth2\\n prefix 200.0.1.0/24\", \"leaf_2_0_2\": \"router rift\\n level 1\\n interface eth0\\n interface eth1\\n interface eth2\\n prefix 200.0.4.0/24\"}"}