From 0bd7dfb2332b3f9f3e70202f65276593fb48cc0a Mon Sep 17 00:00:00 2001 From: Thibaud Cheruy Date: Thu, 3 Aug 2023 15:27:10 +0200 Subject: [PATCH] [SNMP] Add profile for Avaya Cajun switch (#15466) * Add profile for Avaya Cajun switch * Fix mapping order --- .../default_profiles/avaya-cajun-switch.yaml | 416 +++++ snmp/metadata.csv | 1 + .../compose/data/avaya-cajun-switch.snmprec | 1597 +++++++++++++++++ .../test_profile_avaya_cajun_switch.py | 85 + 4 files changed, 2099 insertions(+) create mode 100644 snmp/datadog_checks/snmp/data/default_profiles/avaya-cajun-switch.yaml create mode 100644 snmp/tests/compose/data/avaya-cajun-switch.snmprec create mode 100644 snmp/tests/test_e2e_core_profiles/test_profile_avaya_cajun_switch.py diff --git a/snmp/datadog_checks/snmp/data/default_profiles/avaya-cajun-switch.yaml b/snmp/datadog_checks/snmp/data/default_profiles/avaya-cajun-switch.yaml new file mode 100644 index 0000000000000..a292d16979ab7 --- /dev/null +++ b/snmp/datadog_checks/snmp/data/default_profiles/avaya-cajun-switch.yaml @@ -0,0 +1,416 @@ +extends: + - avaya.yaml + +sysobjectid: + - 1.3.6.1.4.1.81.17.1.17 # Cajun P330 + - 1.3.6.1.4.1.81.17.1.18 # Cajun P130 + - 1.3.6.1.4.1.81.17.1.19 # Cajun P360 + +metrics: + - MIB: UTILIZATION-MANAGEMENT-MIB + symbol: + name: cpu.usage + OID: 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.1 # genCpuCurrentUtilization.1 + - MIB: UTILIZATION-MANAGEMENT-MIB + symbol: + name: memory.usage + OID: 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.1 # genMemUtilizationPercentUsed.1 + - MIB: CONFIG-MIB + table: + name: genPortTable + OID: 1.3.6.1.4.1.81.9.1 + symbols: + - name: avaya.genPort + constant_value_one: true + metric_tags: + - column: + name: avaya.genPortId + OID: 1.3.6.1.4.1.81.9.1.1.2 + tag: avaya_gen_port_id + - column: + name: avaya.genPortFunctionality + OID: 1.3.6.1.4.1.81.9.1.1.3 + tag: avaya_gen_port_functionality + mapping: + 1: private + 2: repeater_aui + 3: repeater_thin + 4: repeater10_base_t + 5: ten_base_f_sync_act + 6: foirl + 7: xcvr + 8: lobe + 9: ri + 10: ro + 11: serial + 12: local_talk + 13: fddi + 14: clock + 15: gen_token_ring + 16: dte + 17: active_lobe + 18: gen_active_token_ring + 19: ten_base_fb + 20: eth10_base_t + 21: fiber + 22: wan + 23: star + 24: active_ri + 25: active_ro + 26: fl + 27: sonet-oc3 + 28: a100_base_tx + 29: a100_base_fx + 30: oc3 + 31: an_atm-_main + 32: an_atm-_secondary + 33: a1000_base_fx + 40: sonet + 41: fim_voice + 42: sdh-stm1 + 43: eth1000_base_sx + 44: eth1000_base_lx + 45: eth10_base_fl + 46: eth_lag + 47: lag100 + 48: lag1000 + 49: eth1000_base_tx + 50: eth1000_base_cx + 51: g_bic_not_present + 52: g_bic_not_supported + 53: eth1000_base_x-_proprietary + 54: oc12 + 55: s_fp-_not_present + 56: s_fp-_not_supported + 57: eth10_base_tw_in_pwr + 58: eth100_base_t_xw_in_pwr + - column: + name: avaya.genPortType + OID: 1.3.6.1.4.1.81.9.1.1.4 + tag: avaya_gen_port_type + mapping: + 1: le10b_port + 2: le10c_port + 3: le15_port + 4: le20_port + 5: le30x_port + 6: le30xd_port + 7: le40x_port + 8: le40xt_port + 9: lobe_rj45 + 10: lobe_d9 + 11: lobe_d25 + 12: lobe_fo + 13: ri104_d25 + 14: ro104_d25 + 15: ri_rj45 + 16: ri_d9 + 17: ri_d25 + 18: ri_fo + 19: ri104_rj45 + 20: ri104_d9 + 21: ro_rj45 + 22: ro_d9 + 23: ro_d25 + 24: ro_fo + 25: ro104_rj45 + 26: ro104_d9 + 27: le80xt_port + 28: le140xt_port + 29: ielb-aui_port + 30: ielb-10bt_port + 31: ltrf4_port + 32: ltrf16_port + 33: lts16_port + 34: llt8_port + 35: le20r_port + 36: itlb_ro_port + 37: itlb_ri_port + 38: itlb_dte_port + 39: star_fo + 40: le10bn_port + 41: le120r_port + 42: le140xtf-fo_port + 43: le140xtf-10bt_port + 44: le140xtc_port + 45: le110b_port + 46: le110bq_port + 47: le140xtq_port + 48: lert40-aui_port + 49: lert40-10bt_port + 50: clock-int + 51: clock-ext + 52: ri104_rj45_s + 53: ro104_rj45_s + 54: lobe104_rj45_s + 55: le20fb_port + 56: le140xtf-fofb_port + 57: fddi-mic_port1 + 58: fddi-mic_port2 + 59: fddi-mic_port3 + 60: fddi-stm_port1 + 61: fddi-stm_port2 + 62: fddi-stm_port3 + 63: fddi-stl_port1 + 64: fddi-stl_port2 + 65: fddi-stl_port3 + 66: fddi-stp_port1 + 67: fddi-stp_port2 + 68: fddi-stp_port3 + 69: fddi-utp_port1 + 70: fddi-utp_port2 + 71: fddi-utp_port3 + 72: fddi-sts_port1 + 73: fddi-sts_port2 + 74: fddi-sts_port3 + 75: le140xtn_port + 76: ltr104a-lobe_port + 77: ltr104a-ri_port + 78: ltr104a-ro_port + 79: le120q_port + 80: le120sq2_port_s + 81: le120sq2_port_m + 82: le120sq5_port + 83: le120q-fb_port + 84: le120sq2-fb_port_s + 85: le120sq2-fb_port_m + 86: le120sq5-fb_port + 87: ltr108t-lobe_port1 + 88: ltr108t-ri_port1 + 89: ltr108t-ro_port1 + 90: ltr108t-lobe_port + 91: ltr108f-lobe_port + 92: ltr108f-star_port_fo + 93: ltr108f-ri_port_fo + 94: ltr108f-ro_port_fo + 95: lse808_port + 96: lhs_port + 98: iefn_port + 99: itfn_port + 100: itre_port + 107: ierp_port + 108: lse108_port + 109: lse208_port + 110: le110cq_port + 111: ltr108t-star_port1 + 112: she-10bt_port + 113: she-aui_port + 114: she-fo_port + 115: she-fo_sync_port + 116: le115q_port + 117: sht-lobe_port + 118: sht-ri_rj45_port + 119: sht-ri_d9_port + 120: sht-ri_fo_port + 121: sht-ro_rj45_port + 122: sht-ro_d9_port + 123: sht-ro_fo_port + 124: lhb_port + 126: le140xts_port + 127: le40xtn_port + 128: le80xtn_port + 129: itrp_port + 130: fddi-lcf_port1 + 131: fddi-lcf_port2 + 132: fddi-lcf_port3 + 133: ltr108f-lobe_rj45 + 134: lse404_port + 135: star104_rj45_s + 136: she-10bfb_port + 137: sht-star_port + 138: le240xtc_port + 139: le280xt_port + 140: iefr_mic_port + 141: ri104_rj45_sn + 142: iwr10_base_t_port + 144: ro104_rj45_sn + 145: sh-efn-aui_port + 146: lobe104_rj45_sn + 147: sh-efn_port + 148: sh-tfn_port + 152: iere_port + 153: lse404s_port + 154: lse404s-fb_port + 155: le240xtcs_port + 156: le280xts_port + 157: atm_mmf_port + 158: lsa_port + 159: atm_utp_port + 160: sh-elb_aui_port + 161: sh-elb10bt_port + 162: lse404srj_port + 163: lfe100_port + 164: lsf100_port + 165: lst-lobe_rj45_port + 166: lst-star_rj45_port + 167: lst-ri_rj45_port + 168: lst-ro_rj45_port + 169: ten_base_t_port + 170: fl_port + 171: shes-10bt_port + 172: shes-aui_port + 173: shes-fo_port + 174: shes-10bfb_port + 175: le180xt_port + 177: lfe1008_port + 178: lse-pm_port + 179: sh-40sf_port + 180: sh-80rj_port + 181: ls3ls-wan + 183: leb200_port + 184: fat-pipe-fddi_port + 186: lfe4004_port + 190: sonet_port + 191: fim_voice_port + 192: lfe4004_sf_port + 193: lfe4004_st_port + 194: lge-2000_sx_port + 195: lge-2000_lx_port + 196: lfe8008_sutp_port + 255: unknown_port + 1000: visage10_bt_port + 1001: visage16200_f_port + 1004: visage16200_t_port + 1005: visage16200_fc_port + 1006: visage800_t_port + 1007: visage800_f_port + 1008: visage16155_fr_port + 1009: visage16155_f_port + 1010: visage2500_port + 1012: visage3_ls_port + 1013: visage1600_t_port + 1014: visage1000_base_sx_port + 1015: visage1000_base_lx_port + 1016: cajun_p117_s_port + 1017: cajun_p117_sr_port + 2000: m10or100_base_tx_port + 2001: m100_base_fx_port + 2002: m1000_base_sx_port + 2003: m1000_base_lx_port + 2004: m10_base_fl_port + 2005: m10_base_t_port + 2006: m10or100_base_t_xdot1_q_port + 2007: m-acc155or622_mmf_port + 2008: m-acc155or622_smf_port + 2500: cajun_p120-10or100_t_port + 2501: cajun_p120-100_f_port + 2502: cajun_p120-1000_sx_port + 2503: cajun_p120-1000_lx_port + 2504: cajun_p330-10or100_t_port + 2505: cajun_p330-100_f_port + 2506: cajun_p330-1000_sx_port + 2507: cajun_p330-1000_lx_port + 2508: cajun_p330-lag + 2509: cajun_p330-lag100 + 2510: cajun_p330-lag1000 + 2511: cajun_p110-lag100 + 2512: cajun_p110-lag1000 + 2513: cajun_p120-1000_base_cx-gbic + 2514: cajun_p120-1000_base_sx-gbic + 2515: cajun_p120-1000_base_lx-gbic + 2516: cajun_p120-1000_base_t-gbic + 2517: cajun_p120-gbic-_not_present + 2518: cajun_p120-gbic-_unknown + 2519: cajun_p120-gbic-_other + 2520: cajun_p120-_fibre_channel-gbic + 2521: cajun_p120-1000_base_tx + 2522: cajun_p330-1000_tx_port + 2523: cajun_p330-1000_sx-gbic + 2524: cajun_p330-1000_lx-gbic + 2525: cajun_p330-1000_t-gbic + 2526: cajun_p330-1000_cx-gbic + 2527: cajun_p330-gbic-_not_present + 2528: cajun_p330-gbic-_not_supported + 2530: cajun_p130-10or100_base_tx_port + 2531: cajun_p130-100_base_fx_port + 2532: cajun_p130-1000_base_sx-gbic_port + 2533: cajun_p130-1000_base_lx-gbic_port + 2534: cajun_p130-1000_base_x-_proprietary-gbic_port + 2535: cajun_p130-gbic-_not_supported + 2536: cajun_p130-gbic-_not_present + 2537: cajun_p130-lag100 + 2538: cajun_p130-lag1000 + 2539: cajun_p130-1000_base_t_port + 2540: cajun_p330-ml-lag + 2541: cajun_p330-ml-1000_sx-sfp + 2542: cajun_p330-ml-1000_lx-sfp + 2543: cajun_p330-ml-lag100 + 2544: cajun_p330-ml-lag1000 + 2545: cajun_p330-ml-100or1000_t_port + 2546: cajun_p330-ml-10or100_t_port + 2547: cajun_p330-ml-sfp-_not_present + 2548: cajun_p330-ml-sfp-_not_supported + 2549: cajun_p330-10or100_t_port_and_in_pwr + 3000: m15-155_f_port + 3001: m3-622_f_port + 3002: m3-622_sf_port + 3003: m15-155_sf_port + 3004: m15-155_ms_port + 3005: m2-2400_i_port + 3009: m4-ds3_port + 3010: m4-e3_port + - column: + name: avaya.genPortDescr + OID: 1.3.6.1.4.1.81.9.1.1.5 + tag: avaya_gen_port_descr + - column: + name: avaya.genPortName + OID: 1.3.6.1.4.1.81.9.1.1.21 + tag: avaya_gen_port_name + - column: + name: avaya.genPortClassification + OID: 1.3.6.1.4.1.81.9.1.1.22 + tag: avaya_gen_port_classification + mapping: + 1: regular + 2: valuable + 255: not_supported + - column: + name: avaya.scEthPortMode + OID: 1.3.6.1.4.1.81.28.2.1.1.1.28 + tag: avaya_sc_eth_port_mode + mapping: + 1: half_duplex + 2: full_duplux_no_pause + 3: full_duplex_proprietary_fc + 4: full_duplex_isl + 5: full_duplex_flow_control_isl + 6: full_duplex_asym_tx_pause + 7: full_duplex_sym_pause + 8: full_duplex_asym_rx_pause + 255: not_supported + - column: + name: avaya.scEthPortSpeed + OID: 1.3.6.1.4.1.81.28.2.1.1.1.29 + tag: avaya_sc_eth_port_speed + mapping: + 1: ethernet + 2: fast_ethernet + 3: gigabit_ethernet + 4: a155_mbps + 5: a622_mbps + 255: not_supported + - column: + OID: 1.3.6.1.4.1.81.9.1.1.10 + name: avaya.genPortAdminStatus + tag: avaya_gen_port_admin_status + mapping: + 1: enabled + 2: disabled + - column: + OID: 1.3.6.1.4.1.81.28.2.1.1.1.27 + name: avaya.scEthPortFunctionalStatus + tag: avaya_sc_eth_port_functional_status + mapping: + 1: ok + 2: rld + 3: rx_jabber + 8: partition + 10: remote_fault + 11: rsp_error + 255: not_supported + +metric_tags: + - tag: avaya_gen_cpu_utilization_enable_monitoring + OID: 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.1 + symbol: genCpuUtilizationEnableMonitoring diff --git a/snmp/metadata.csv b/snmp/metadata.csv index 940790e9f8b6f..e73b0a20677d1 100644 --- a/snmp/metadata.csv +++ b/snmp/metadata.csv @@ -61,6 +61,7 @@ snmp.arubaWiredFanTray,gauge,,,,"[ARUBAWIRED-FANTRAY-MIB] This table contains on snmp.arubaWiredPSUInstantaneousPower,gauge,,,,"[ARUBAWIRED-POWERSUPPLY-MIB] Total instantaneous power supplied by the power supply in Watts.",0,snmp,, snmp.arubaWiredPSUNumberFailures,gauge,,,,"[ARUBAWIRED-POWERSUPPLY-MIB] Number of failures the power supply has experienced since the most recent insertion of the power supply and boot of the system. The number of failures for a power supply will be cleared if the power supply is removed from the system or if the system is rebooted. For non removable power supplies, the number of failures will not clear until the system reboots. Failure...",0,snmp,, snmp.arubaWiredTempSensorTemperature,gauge,,,,"[ARUBAWIRED-TEMPSENSOR-MIB] Current temperature value read from the temperature sensor.",0,snmp,, +snmp.avaya.genPort,gauge,,,,"[CONFIG-MIB] Table of configuration attributes for managed ports. Includes configuration data which are independent of the specific functionality of the port. (Make 'sum by {X}' queries to count elements with the tag X.)",0,snmp,, snmp.avocent.acsActiveSessionsNumberOfSession,gauge,,,,"[ACS8000-MIB] Number of active sessions.",0,snmp,, snmp.avocent.acsSerialPort,gauge,,,,"[ACS8000-MIB] This table contains information about serial ports. (Make 'sum by {X}' queries to count elements with the tag X.)",0,snmp,, snmp.axAppGlobalAllowedCurrentValue,gauge,,,,"[A10-AX-MIB] The current value for the allowed system resource.",0,snmp,, diff --git a/snmp/tests/compose/data/avaya-cajun-switch.snmprec b/snmp/tests/compose/data/avaya-cajun-switch.snmprec new file mode 100644 index 0000000000000..f407e7776d629 --- /dev/null +++ b/snmp/tests/compose/data/avaya-cajun-switch.snmprec @@ -0,0 +1,1597 @@ +1.3.6.1.2.1.1.1.0|4|avaya-cajun-switch Device Description +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.81.17.1.19 +1.3.6.1.2.1.1.5.0|4|avaya-cajun-switch.device.name +1.3.6.1.4.1.81.7.1.0|2|26 +1.3.6.1.4.1.81.7.2.0|2|30 +1.3.6.1.4.1.81.7.3.0|2|12 +1.3.6.1.4.1.81.7.4.0|2|5 +1.3.6.1.4.1.81.7.5.0|2|0 +1.3.6.1.4.1.81.7.6.0|2|15 +1.3.6.1.4.1.81.7.7.0|2|1 +1.3.6.1.4.1.81.7.8.0|4x|7468656972207a6f6d62696573207468656972207a6f6d6269657320627574 +1.3.6.1.4.1.81.7.9.1.1.1.9|2|9 +1.3.6.1.4.1.81.7.9.1.1.1.14|2|14 +1.3.6.1.4.1.81.7.9.1.1.2.9|2|14 +1.3.6.1.4.1.81.7.9.1.1.2.14|2|14 +1.3.6.1.4.1.81.7.9.1.1.3.9|2|30 +1.3.6.1.4.1.81.7.9.1.1.3.14|2|19 +1.3.6.1.4.1.81.7.9.1.1.4.9|4|their +1.3.6.1.4.1.81.7.9.1.1.4.14|4x|6b65707420666f7277617264 +1.3.6.1.4.1.81.7.9.1.1.5.9|6|1.3.6.1.3.238.241.245.241.170.220.184 +1.3.6.1.4.1.81.7.9.1.1.5.14|6|1.3.6.1.3.251.121.210.67.175.239.158 +1.3.6.1.4.1.81.7.9.1.1.6.9|64x|a42d1724 +1.3.6.1.4.1.81.7.9.1.1.6.14|64x|50383235 +1.3.6.1.4.1.81.7.9.1.1.7.9|4x|6b65707420666f7277617264207468656972 +1.3.6.1.4.1.81.7.9.1.1.7.14|4x|6163746564207468656972207468656972 +1.3.6.1.4.1.81.7.9.1.1.8.9|4x|62757420717561696e746c792064726976696e67 +1.3.6.1.4.1.81.7.9.1.1.8.14|4x|7468656972206b657074206b65707420627574206b657074 +1.3.6.1.4.1.81.7.9.1.1.9.9|64x|2a692afc +1.3.6.1.4.1.81.7.9.1.1.9.14|64x|21f0a0ef +1.3.6.1.4.1.81.7.9.1.1.10.9|2|2 +1.3.6.1.4.1.81.7.9.1.1.10.14|2|0 +1.3.6.1.4.1.81.7.9.2.1.1.7|2|7 +1.3.6.1.4.1.81.7.9.2.1.1.16|2|16 +1.3.6.1.4.1.81.7.9.2.1.2.7|64x|3598524f +1.3.6.1.4.1.81.7.9.2.1.2.16|64x|268966ee +1.3.6.1.4.1.81.7.9.2.1.3.7|4x|6275742064726976696e672061637465642064726976696e672061637465642064726976696e67 +1.3.6.1.4.1.81.7.9.2.1.3.16|4x|6f78656e20666f7277617264207468656972206b657074206b65707420717561696e746c79207a6f6d62696573 +1.3.6.1.4.1.81.7.9.2.1.4.7|4x|4a61646564206f78656e207468656972 +1.3.6.1.4.1.81.7.9.2.1.4.16|4x|666f7277617264207468656972207a6f6d62696573207468656972 +1.3.6.1.4.1.81.7.9.2.1.5.7|4x|64726976696e67206275742064726976696e672064726976696e6720666f72776172642064726976696e67207a6f6d62696573207468656972 +1.3.6.1.4.1.81.7.9.2.1.5.16|4x|6f78656e20717561696e746c79206f78656e20666f72776172642064726976696e6720717561696e746c79206163746564 +1.3.6.1.4.1.81.7.9.2.1.6.7|4x|6275742064726976696e6720627574206f78656e207a6f6d626965732064726976696e67207468656972206b65707420717561696e746c79 +1.3.6.1.4.1.81.7.9.2.1.6.16|4x|746865697220627574207a6f6d62696573 +1.3.6.1.4.1.81.7.9.2.1.7.7|2|6 +1.3.6.1.4.1.81.7.9.2.1.7.16|2|9 +1.3.6.1.4.1.81.7.9.2.1.8.7|2|2 +1.3.6.1.4.1.81.7.9.2.1.8.16|2|1 +1.3.6.1.4.1.81.7.9.2.1.9.7|2|2 +1.3.6.1.4.1.81.7.9.2.1.9.16|2|1 +1.3.6.1.4.1.81.7.9.2.1.10.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.10.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.11.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.11.16|2|1 +1.3.6.1.4.1.81.7.9.2.1.12.7|2|2 +1.3.6.1.4.1.81.7.9.2.1.12.16|2|1 +1.3.6.1.4.1.81.7.9.2.1.13.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.13.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.14.7|2|2 +1.3.6.1.4.1.81.7.9.2.1.14.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.15.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.15.16|2|1 +1.3.6.1.4.1.81.7.9.2.1.16.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.16.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.17.7|6|1.3.6.1.3.22.0.253.144.39.179 +1.3.6.1.4.1.81.7.9.2.1.17.16|6|1.3.6.1.3.57.71.138.49.95.127.119.124.194 +1.3.6.1.4.1.81.7.9.2.1.18.7|4x|627574206f78656e206f78656e204a61646564206b657074204a61646564206b65707420627574 +1.3.6.1.4.1.81.7.9.2.1.18.16|4x|717561696e746c79207468656972204a6164656420666f72776172642064726976696e67207a6f6d62696573206f78656e20666f7277617264207468656972 +1.3.6.1.4.1.81.7.9.2.1.19.7|4x|6163746564206f78656e207a6f6d62696573204a6164656420627574206b657074207a6f6d6269657320717561696e746c7920666f7277617264 +1.3.6.1.4.1.81.7.9.2.1.19.16|4x|64726976696e672064726976696e6720616374656420666f7277617264 +1.3.6.1.4.1.81.7.9.2.1.20.7|2|4 +1.3.6.1.4.1.81.7.9.2.1.20.16|2|4 +1.3.6.1.4.1.81.7.9.2.1.21.7|4|h +1.3.6.1.4.1.81.7.9.2.1.21.16|4|h +1.3.6.1.4.1.81.7.9.2.1.22.7|2|25 +1.3.6.1.4.1.81.7.9.2.1.22.16|2|4 +1.3.6.1.4.1.81.7.9.2.1.23.7|4x|666f72776172642064726976696e67206f78656e20666f7277617264 +1.3.6.1.4.1.81.7.9.2.1.23.16|4x|6b657074206b657074206f78656e20717561696e746c79206163746564206b65707420746865697220627574 +1.3.6.1.4.1.81.7.9.2.1.24.7|2|26 +1.3.6.1.4.1.81.7.9.2.1.24.16|2|24 +1.3.6.1.4.1.81.7.9.2.1.25.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.25.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.26.7|2|4 +1.3.6.1.4.1.81.7.9.2.1.26.16|2|28 +1.3.6.1.4.1.81.7.9.2.1.27.7|2|2 +1.3.6.1.4.1.81.7.9.2.1.27.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.28.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.28.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.29.7|4x|64726976696e6720717561696e746c7920717561696e746c792064726976696e67206163746564 +1.3.6.1.4.1.81.7.9.2.1.29.16|4x|666f72776172642064726976696e672064726976696e67206f78656e207a6f6d62696573206f78656e20746865697220717561696e746c79 +1.3.6.1.4.1.81.7.9.2.1.30.7|4x|7a6f6d626965732064726976696e6720717561696e746c79206163746564207a6f6d62696573207a6f6d62696573207468656972 +1.3.6.1.4.1.81.7.9.2.1.30.16|4x|64726976696e672062757420627574 +1.3.6.1.4.1.81.7.9.2.1.31.7|2|1 +1.3.6.1.4.1.81.7.9.2.1.31.16|2|2 +1.3.6.1.4.1.81.7.9.2.1.32.7|4x|6163746564206b657074204a61646564206b657074204a6164656420717561696e746c7920717561696e746c79206b657074207a6f6d62696573 +1.3.6.1.4.1.81.7.9.2.1.32.16|4x|64726976696e67204a61646564206f78656e206b65707420746865697220616374656420666f7277617264 +1.3.6.1.4.1.81.7.9.3.1.0|2|12 +1.3.6.1.4.1.81.7.9.3.2.1.1.12|2|12 +1.3.6.1.4.1.81.7.9.3.2.1.1.24|2|24 +1.3.6.1.4.1.81.7.9.3.2.1.2.12|64x|e8d31597 +1.3.6.1.4.1.81.7.9.3.2.1.2.24|64x|e81ce82a +1.3.6.1.4.1.81.7.9.3.2.1.3.12|2|2 +1.3.6.1.4.1.81.7.9.3.2.1.3.24|2|1 +1.3.6.1.4.1.81.7.9.3.3.0|2|13 +1.3.6.1.4.1.81.7.9.3.4.1.1.2|2|2 +1.3.6.1.4.1.81.7.9.3.4.1.1.13|2|13 +1.3.6.1.4.1.81.7.9.3.4.1.2.2|64x|8bb2411e +1.3.6.1.4.1.81.7.9.3.4.1.2.13|64x|11a84c2f +1.3.6.1.4.1.81.7.9.3.4.1.3.2|64x|caced5fa +1.3.6.1.4.1.81.7.9.3.4.1.3.13|64x|ff779855 +1.3.6.1.4.1.81.7.9.3.5.0|4x|666f7277617264206163746564 +1.3.6.1.4.1.81.7.9.3.6.0|2|2 +1.3.6.1.4.1.81.7.9.3.7.1.1.12.14|2|31 +1.3.6.1.4.1.81.7.9.3.7.1.1.24.30|2|13 +1.3.6.1.4.1.81.7.9.3.7.1.2.12.14|2|14 +1.3.6.1.4.1.81.7.9.3.7.1.2.24.30|2|30 +1.3.6.1.4.1.81.7.9.3.7.1.3.12.14|2|1 +1.3.6.1.4.1.81.7.9.3.7.1.3.24.30|2|1 +1.3.6.1.4.1.81.7.9.3.8.0|2|3 +1.3.6.1.4.1.81.7.9.3.100.0|2|21 +1.3.6.1.4.1.81.7.9.4.0|2|1 +1.3.6.1.4.1.81.7.9.5.0|4|kept +1.3.6.1.4.1.81.7.10.1.0|2|1 +1.3.6.1.4.1.81.7.10.2.0|2|2 +1.3.6.1.4.1.81.7.10.3.0|2|1 +1.3.6.1.4.1.81.7.10.4.0|2|8 +1.3.6.1.4.1.81.7.11.1.1.1.8|2|8 +1.3.6.1.4.1.81.7.11.1.1.1.26|2|26 +1.3.6.1.4.1.81.7.11.1.1.2.8|2|4 +1.3.6.1.4.1.81.7.11.1.1.2.26|2|6 +1.3.6.1.4.1.81.7.11.1.1.3.8|2|2 +1.3.6.1.4.1.81.7.11.1.1.3.26|2|6 +1.3.6.1.4.1.81.7.11.1.1.4.8|2|1 +1.3.6.1.4.1.81.7.11.1.1.4.26|2|11 +1.3.6.1.4.1.81.7.11.1.1.5.8|2|20 +1.3.6.1.4.1.81.7.11.1.1.5.26|2|13 +1.3.6.1.4.1.81.7.11.1.1.6.8|2|2 +1.3.6.1.4.1.81.7.11.1.1.6.26|2|29 +1.3.6.1.4.1.81.7.11.1.1.7.8|2|29 +1.3.6.1.4.1.81.7.11.1.1.7.26|2|25 +1.3.6.1.4.1.81.7.11.1.1.8.8|2|22 +1.3.6.1.4.1.81.7.11.1.1.8.26|2|1 +1.3.6.1.4.1.81.7.11.1.1.9.8|2|1 +1.3.6.1.4.1.81.7.11.1.1.9.26|2|2 +1.3.6.1.4.1.81.7.11.1.1.10.8|4|forward +1.3.6.1.4.1.81.7.11.1.1.10.26|4x|7a6f6d626965732064726976696e67204a61646564204a61646564 +1.3.6.1.4.1.81.7.11.1.1.11.8|4x|61637465642064726976696e6720746865697220666f7277617264204a61646564206f78656e20627574206f78656e +1.3.6.1.4.1.81.7.11.1.1.11.26|4x|4a61646564206275742064726976696e6720717561696e746c79206f78656e20717561696e746c79 +1.3.6.1.4.1.81.7.11.1.1.12.8|2|15 +1.3.6.1.4.1.81.7.11.1.1.12.26|2|0 +1.3.6.1.4.1.81.7.11.1.1.13.8|2|0 +1.3.6.1.4.1.81.7.11.1.1.13.26|2|14 +1.3.6.1.4.1.81.7.11.2.0|2|1 +1.3.6.1.4.1.81.7.11.3.0|2|0 +1.3.6.1.4.1.81.7.11.4.0|2|28 +1.3.6.1.4.1.81.7.11.5.0|2|3 +1.3.6.1.4.1.81.7.11.6.1.1.1.2|2|2 +1.3.6.1.4.1.81.7.11.6.1.1.1.16|2|16 +1.3.6.1.4.1.81.7.11.6.1.1.2.2|2|255 +1.3.6.1.4.1.81.7.11.6.1.1.2.16|2|2600 +1.3.6.1.4.1.81.7.11.6.1.1.3.2|4x|7a6f6d62696573207468656972 +1.3.6.1.4.1.81.7.11.6.1.1.3.16|4x|666f727761726420616374656420717561696e746c79 +1.3.6.1.4.1.81.7.11.6.1.1.4.2|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.4.16|2|2 +1.3.6.1.4.1.81.7.11.6.1.1.5.2|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.5.16|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.6.2|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.6.16|2|2 +1.3.6.1.4.1.81.7.11.6.1.1.7.2|2|10 +1.3.6.1.4.1.81.7.11.6.1.1.7.16|2|25 +1.3.6.1.4.1.81.7.11.6.1.1.8.2|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.8.16|2|1 +1.3.6.1.4.1.81.7.11.6.1.1.9.2|2|4 +1.3.6.1.4.1.81.7.11.6.1.1.9.16|2|11 +1.3.6.1.4.1.81.7.11.6.1.1.10.2|2|2 +1.3.6.1.4.1.81.7.11.6.1.1.10.16|2|8 +1.3.6.1.4.1.81.7.11.6.2.0|2|3 +1.3.6.1.4.1.81.7.11.6.3.0|2|31 +1.3.6.1.4.1.81.7.11.6.4.0|2|18 +1.3.6.1.4.1.81.7.11.6.5.0|2|8 +1.3.6.1.4.1.81.7.11.6.6.0|2|31 +1.3.6.1.4.1.81.7.11.6.7.0|2|2 +1.3.6.1.4.1.81.7.11.6.8.0|2|2 +1.3.6.1.4.1.81.7.11.6.9.0|2|4 +1.3.6.1.4.1.81.7.11.6.10.0|2|18 +1.3.6.1.4.1.81.7.11.6.11.0|2|1 +1.3.6.1.4.1.81.7.12.0|67|428629069 +1.3.6.1.4.1.81.7.13.1.1.1.8|2|8 +1.3.6.1.4.1.81.7.13.1.1.1.28|2|28 +1.3.6.1.4.1.81.7.13.1.1.2.8|6|1.3.6.1.3.201.228.24.24.185 +1.3.6.1.4.1.81.7.13.1.1.2.28|6|1.3.6.1.3.137.13.16.20.56.17.96.13.174 +1.3.6.1.4.1.81.7.13.1.1.3.8|2|1 +1.3.6.1.4.1.81.7.13.1.1.3.28|2|1 +1.3.6.1.4.1.81.7.13.1.1.4.8|2|11 +1.3.6.1.4.1.81.7.13.1.1.4.28|2|19 +1.3.6.1.4.1.81.7.13.1.1.5.8|2|29 +1.3.6.1.4.1.81.7.13.1.1.5.28|2|1 +1.3.6.1.4.1.81.7.13.1.1.6.8|2|1 +1.3.6.1.4.1.81.7.13.1.1.6.28|2|1 +1.3.6.1.4.1.81.7.13.1.1.7.8|2|2 +1.3.6.1.4.1.81.7.13.1.1.7.28|2|3 +1.3.6.1.4.1.81.7.13.1.1.8.8|4x|7468656972206f78656e207468656972207468656972207a6f6d6269657320627574 +1.3.6.1.4.1.81.7.13.1.1.8.28|4x|746865697220627574206f78656e20627574 +1.3.6.1.4.1.81.7.13.1.1.9.8|2|4 +1.3.6.1.4.1.81.7.13.1.1.9.28|2|4 +1.3.6.1.4.1.81.7.13.2.0|2|18 +1.3.6.1.4.1.81.7.13.3.1.1.2.30.18|2|2 +1.3.6.1.4.1.81.7.13.3.1.1.16.2.7|2|16 +1.3.6.1.4.1.81.7.13.3.1.2.2.30.18|2|30 +1.3.6.1.4.1.81.7.13.3.1.2.16.2.7|2|2 +1.3.6.1.4.1.81.7.13.3.1.3.2.30.18|2|18 +1.3.6.1.4.1.81.7.13.3.1.3.16.2.7|2|7 +1.3.6.1.4.1.81.7.13.3.1.4.2.30.18|2|1 +1.3.6.1.4.1.81.7.13.3.1.4.16.2.7|2|4 +1.3.6.1.4.1.81.7.13.4.0|2|31 +1.3.6.1.4.1.81.7.13.5.0|67|3265733346 +1.3.6.1.4.1.81.7.14.0|4|oxen +1.3.6.1.4.1.81.7.15.0|4x|4a61646564206f78656e204a6164656420666f727761726420627574207a6f6d6269657320666f7277617264207468656972204a61646564206f78656e204a6164656420666f727761726420627574207a6f6d6269657320666f7277617264207468656972204a61646564206f78656e +1.3.6.1.4.1.81.7.16.0|4x|62757420717561696e746c7920666f7277617264207468656972204a61646564 +1.3.6.1.4.1.81.7.17.0|2|13 +1.3.6.1.4.1.81.7.18.0|4x|7a6f6d62696573207a6f6d6269657320627574 +1.3.6.1.4.1.81.7.19.0|2|8 +1.3.6.1.4.1.81.7.20.0|4|kept +1.3.6.1.4.1.81.7.21.0|4x|7a6f6d6269657320717561696e746c7920666f7277617264204a6164656420717561696e746c79204a6164656420717561696e746c79 +1.3.6.1.4.1.81.7.22.1.1.17.2|2|17 +1.3.6.1.4.1.81.7.22.1.1.30.17|2|30 +1.3.6.1.4.1.81.7.22.1.2.17.2|2|2 +1.3.6.1.4.1.81.7.22.1.2.30.17|2|17 +1.3.6.1.4.1.81.7.22.1.3.17.2|2|1 +1.3.6.1.4.1.81.7.22.1.3.30.17|2|1 +1.3.6.1.4.1.81.7.22.1.4.17.2|65|3766918930 +1.3.6.1.4.1.81.7.22.1.4.30.17|65|473149453 +1.3.6.1.4.1.81.7.22.1.5.17.2|4x|74686569722064726976696e6720666f7277617264206f78656e206b657074206b657074204a61646564206f78656e +1.3.6.1.4.1.81.7.22.1.5.30.17|4x|666f7277617264206b657074206163746564206f78656e207a6f6d6269657320717561696e746c79204a61646564207a6f6d62696573206163746564 +1.3.6.1.4.1.81.7.22.1.6.17.2|4x|717561696e746c7920627574207a6f6d6269657320616374656420627574 +1.3.6.1.4.1.81.7.22.1.6.30.17|4|oxen +1.3.6.1.4.1.81.7.23.0|4x|666f7277617264206f78656e +1.3.6.1.4.1.81.7.24.1.1.4|2|4 +1.3.6.1.4.1.81.7.24.1.1.20|2|20 +1.3.6.1.4.1.81.7.24.1.2.4|2|27 +1.3.6.1.4.1.81.7.24.1.2.20|2|6 +1.3.6.1.4.1.81.7.24.1.3.4|2|30 +1.3.6.1.4.1.81.7.24.1.3.20|2|31 +1.3.6.1.4.1.81.7.24.1.4.4|2|10 +1.3.6.1.4.1.81.7.24.1.4.20|2|30 +1.3.6.1.4.1.81.7.24.1.5.4|2|16 +1.3.6.1.4.1.81.7.24.1.5.20|2|24 +1.3.6.1.4.1.81.7.24.1.6.4|2|20 +1.3.6.1.4.1.81.7.24.1.6.20|2|12 +1.3.6.1.4.1.81.7.24.1.7.4|2|1 +1.3.6.1.4.1.81.7.24.1.7.20|2|2 +1.3.6.1.4.1.81.7.24.1.8.4|4|but +1.3.6.1.4.1.81.7.24.1.8.20|4|acted +1.3.6.1.4.1.81.7.25.1.1.1.1|2|1 +1.3.6.1.4.1.81.7.25.1.1.1.2|2|2 +1.3.6.1.4.1.81.7.25.1.1.2.1|2|3 +1.3.6.1.4.1.81.7.25.1.1.2.2|2|5 +1.3.6.1.4.1.81.7.25.1.1.3.1|2|2 +1.3.6.1.4.1.81.7.25.1.1.3.2|2|2 +1.3.6.1.4.1.81.7.25.1.1.4.1|4x|7a6f6d6269657320746865697220717561696e746c792064726976696e67207a6f6d62696573207a6f6d626965732064726976696e67206f78656e20666f7277617264 +1.3.6.1.4.1.81.7.25.1.1.4.2|4x|7468656972206b657074207a6f6d62696573207a6f6d62696573204a61646564207a6f6d626965732062757420666f7277617264 +1.3.6.1.4.1.81.7.25.1.1.5.1|4x|717561696e746c792064726976696e6720717561696e746c7920627574206275742064726976696e67 +1.3.6.1.4.1.81.7.25.1.1.5.2|4x|4a61646564207468656972206163746564 +1.3.6.1.4.1.81.7.25.1.1.6.1|4x|717561696e746c7920717561696e746c792074686569722064726976696e67206b657074 +1.3.6.1.4.1.81.7.25.1.1.6.2|4x|616374656420666f7277617264 +1.3.6.1.4.1.81.7.25.1.1.7.1|2|2 +1.3.6.1.4.1.81.7.25.1.1.7.2|2|1 +1.3.6.1.4.1.81.7.25.1.1.8.1|4x|746865697220666f727761726420666f72776172642061637465642064726976696e6720666f7277617264 +1.3.6.1.4.1.81.7.25.1.1.8.2|4x|6275742064726976696e6720717561696e746c792064726976696e67206f78656e +1.3.6.1.4.1.81.7.25.1.1.9.1|4x|7a6f6d62696573204a616465642064726976696e672064726976696e6720627574207a6f6d626965732062757420717561696e746c79207468656972 +1.3.6.1.4.1.81.7.25.1.1.9.2|4x|61637465642064726976696e67206163746564206f78656e2064726976696e672062757420627574206f78656e204a61646564 +1.3.6.1.4.1.81.7.25.1.1.10.1|4x|6163746564207a6f6d62696573 +1.3.6.1.4.1.81.7.25.1.1.10.2|4x|6f78656e206f78656e +1.3.6.1.4.1.81.7.25.1.1.11.1|2|2 +1.3.6.1.4.1.81.7.25.1.1.11.2|2|1 +1.3.6.1.4.1.81.7.25.2.0|2|0 +1.3.6.1.4.1.81.7.26.0|2|2 +1.3.6.1.4.1.81.7.27.0|2|2 +1.3.6.1.4.1.81.7.28.0|2|1 +1.3.6.1.4.1.81.8.1.1.1.18|2|18 +1.3.6.1.4.1.81.8.1.1.1.29|2|29 +1.3.6.1.4.1.81.8.1.1.2.18|4x|64726976696e67206163746564206b657074206163746564206f78656e20666f727761726420616374656420746865697220666f7277617264 +1.3.6.1.4.1.81.8.1.1.2.29|4x|4a6164656420717561696e746c79 +1.3.6.1.4.1.81.8.1.1.3.18|4x|6b657074206b657074206f78656e204a61646564207a6f6d62696573 +1.3.6.1.4.1.81.8.1.1.4.18|2|11 +1.3.6.1.4.1.81.8.1.1.4.29|2|11 +1.3.6.1.4.1.81.8.1.1.5.18|4x|666f7277617264206163746564206f78656e +1.3.6.1.4.1.81.8.1.1.5.29|4x|74686569722064726976696e67207a6f6d626965732064726976696e67 +1.3.6.1.4.1.81.8.1.1.6.18|2|28 +1.3.6.1.4.1.81.8.1.1.6.29|2|13 +1.3.6.1.4.1.81.8.1.1.7.18|2|7 +1.3.6.1.4.1.81.8.1.1.7.29|2|7 +1.3.6.1.4.1.81.8.1.1.8.18|2|1 +1.3.6.1.4.1.81.8.1.1.8.29|2|2 +1.3.6.1.4.1.81.8.1.1.9.18|2|1 +1.3.6.1.4.1.81.8.1.1.9.29|2|1 +1.3.6.1.4.1.81.8.1.1.10.18|4x|746865697220746865697220616374656420717561696e746c79 +1.3.6.1.4.1.81.8.1.1.10.29|4x|6163746564206163746564206f78656e207a6f6d62696573206b657074 +1.3.6.1.4.1.81.8.1.1.11.18|2|1 +1.3.6.1.4.1.81.8.1.1.11.29|2|3 +1.3.6.1.4.1.81.8.1.1.12.18|2|1 +1.3.6.1.4.1.81.8.1.1.12.29|2|1 +1.3.6.1.4.1.81.8.1.1.13.0|2|1 +1.3.6.1.4.1.81.8.1.1.14.0|2|2 +1.3.6.1.4.1.81.8.1.1.15.0|2|1 +1.3.6.1.4.1.81.8.1.1.15.19|4x|6f78656e204a6164656420627574204a61646564204a61646564204a61646564 +1.3.6.1.4.1.81.8.1.1.16.0|2|3 +1.3.6.1.4.1.81.8.1.1.17.0|2|1 +1.3.6.1.4.1.81.8.1.1.18.0|2|1 +1.3.6.1.4.1.81.8.1.1.19.0|2|31 +1.3.6.1.4.1.81.8.1.1.20.0|6|1.3.6.1.3.33.250.241 +1.3.6.1.4.1.81.8.1.1.21.0|4x|616374656420717561696e746c7920666f7277617264207468656972206f78656e207a6f6d6269657320717561696e746c79206f78656e +1.3.6.1.4.1.81.8.1.1.22.0|67|873349779 +1.3.6.1.4.1.81.8.1.1.23.0|2|2 +1.3.6.1.4.1.81.8.1.1.24.0|4x|4a61646564206163746564206b657074206b657074 +1.3.6.1.4.1.81.8.1.1.25.0|2|8 +1.3.6.1.4.1.81.8.1.1.26.0|2|16 +1.3.6.1.4.1.81.8.1.1.27.0|4x|4a6164656420717561696e746c792064726976696e67 +1.3.6.1.4.1.81.8.1.1.28.0|4|kept +1.3.6.1.4.1.81.8.1.1.29.0|4x|6f78656e20717561696e746c7920717561696e746c79 +1.3.6.1.4.1.81.8.1.1.30.0|4x|717561696e746c79206163746564 +1.3.6.1.4.1.81.8.1.1.31.0|2|1 +1.3.6.1.4.1.81.8.1.1.32.0|2|2 +1.3.6.1.4.1.81.8.1.1.33.0|2|3 +1.3.6.1.4.1.81.8.1.1.34.0|4|acted +1.3.6.1.4.1.81.8.1.1.35.0|4|acted +1.3.6.1.4.1.81.8.1.1.36.0|4x|746865697220717561696e746c79 +1.3.6.1.4.1.81.8.1.1.37.0|4x|666f7277617264206163746564206163746564207a6f6d62696573 +1.3.6.1.4.1.81.8.1.1.38.0|2|1 +1.3.6.1.4.1.81.8.1.1.39.0|2|2 +1.3.6.1.4.1.81.8.1.1.40.0|2|18 +1.3.6.1.4.1.81.8.1.1.41.0|2|3 +1.3.6.1.4.1.81.8.1.1.42.0|2|3 +1.3.6.1.4.1.81.8.1.1.43.0|2|2 +1.3.6.1.4.1.81.8.1.1.44.0|2|10 +1.3.6.1.4.1.81.8.1.1.45.0|4x|6b65707420666f72776172642064726976696e67 +1.3.6.1.4.1.81.8.1.1.46.0|4x|6f78656e207a6f6d62696573 +1.3.6.1.4.1.81.8.1.1.47.0|2|1 +1.3.6.1.4.1.81.8.1.1.48.0|4x|74686569722062757420746865697220717561696e746c79207468656972204a6164656420717561696e746c79 +1.3.6.1.4.1.81.8.1.1.49.0|67|4138391273 +1.3.6.1.4.1.81.8.1.1.50.0|4x|6163746564206f78656e +1.3.6.1.4.1.81.8.1.1.51.0|4x|627574206f78656e20616374656420666f727761726420717561696e746c7920717561696e746c7920717561696e746c79207a6f6d62696573206b657074 +1.3.6.1.4.1.81.8.1.1.52.0|2|1 +1.3.6.1.4.1.81.8.1.1.53.0|2|2 +1.3.6.1.4.1.81.8.1.1.54.0|4x|627574206b657074204a61646564204a61646564204a616465642064726976696e67206b657074204a61646564 +1.3.6.1.4.1.81.8.1.1.55.0|2|2 +1.3.6.1.4.1.81.8.1.1.56.0|2|2 +1.3.6.1.4.1.81.8.1.1.57.0|2|2 +1.3.6.1.4.1.81.9.1.1.1.15.19|2|15 +1.3.6.1.4.1.81.9.1.1.1.24.8|2|24 +1.3.6.1.4.1.81.9.1.1.2.15.19|2|19 +1.3.6.1.4.1.81.9.1.1.2.24.8|2|8 +1.3.6.1.4.1.81.9.1.1.3.15.19|2|10 +1.3.6.1.4.1.81.9.1.1.3.24.8|2|22 +1.3.6.1.4.1.81.9.1.1.4.15.19|2|21 +1.3.6.1.4.1.81.9.1.1.4.24.8|2|22 +1.3.6.1.4.1.81.9.1.1.5.15.19|4x|4a61646564206163746564 +1.3.6.1.4.1.81.9.1.1.5.24.8|4x|7a6f6d62696573207a6f6d6269657320627574 +1.3.6.1.4.1.81.9.1.1.6.15.19|2|2 +1.3.6.1.4.1.81.9.1.1.6.24.8|2|1 +1.3.6.1.4.1.81.9.1.1.7.15.19|4|forward +1.3.6.1.4.1.81.9.1.1.7.24.8|4x|4a6164656420666f7277617264206163746564204a61646564206b6570742064726976696e6720717561696e746c79 +1.3.6.1.4.1.81.9.1.1.8.15.19|4|their +1.3.6.1.4.1.81.9.1.1.8.24.8|4x|7a6f6d626965732074686569722064726976696e6720666f7277617264206f78656e +1.3.6.1.4.1.81.9.1.1.9.15.19|2|4 +1.3.6.1.4.1.81.9.1.1.9.24.8|2|6 +1.3.6.1.4.1.81.9.1.1.10.15.19|2|1 +1.3.6.1.4.1.81.9.1.1.10.24.8|2|1 +1.3.6.1.4.1.81.9.1.1.11.15.19|6|1.3.6.1.3.78.196.49 +1.3.6.1.4.1.81.9.1.1.11.24.8|6|1.3.6.1.3.76 +1.3.6.1.4.1.81.9.1.1.12.15.19|4|oxen +1.3.6.1.4.1.81.9.1.1.12.24.8|4|oxen +1.3.6.1.4.1.81.9.1.1.13.15.19|4x|6163746564207a6f6d62696573206b65707420746865697220616374656420717561696e746c79206b657074206f78656e +1.3.6.1.4.1.81.9.1.1.13.24.8|4x|62757420627574 +1.3.6.1.4.1.81.9.1.1.14.15.19|4x|64726976696e6720717561696e746c79207a6f6d62696573206b657074206163746564207468656972 +1.3.6.1.4.1.81.9.1.1.14.24.8|4x|64726976696e67206f78656e204a6164656420616374656420666f7277617264207468656972 +1.3.6.1.4.1.81.9.1.1.15.15.19|2|1 +1.3.6.1.4.1.81.9.1.1.15.24.8|2|1 +1.3.6.1.4.1.81.9.1.1.16.15.19|2|2 +1.3.6.1.4.1.81.9.1.1.16.24.8|2|2 +1.3.6.1.4.1.81.9.1.1.17.15.19|2|10 +1.3.6.1.4.1.81.9.1.1.17.24.8|2|10 +1.3.6.1.4.1.81.9.1.1.18.15.19|2|9 +1.3.6.1.4.1.81.9.1.1.18.24.8|2|23 +1.3.6.1.4.1.81.9.1.1.19.15.19|2|1 +1.3.6.1.4.1.81.9.1.1.19.24.8|2|1 +1.3.6.1.4.1.81.9.1.1.20.15.19|2|2 +1.3.6.1.4.1.81.9.1.1.20.24.8|2|1 +1.3.6.1.4.1.81.9.1.1.21.15.19|4|driving +1.3.6.1.4.1.81.9.1.1.21.24.8|4|Jaded +1.3.6.1.4.1.81.9.1.1.22.15.19|2|2 +1.3.6.1.4.1.81.9.1.1.22.24.8|2|2 +1.3.6.1.4.1.81.9.1.1.23.15.19|2|4 +1.3.6.1.4.1.81.9.1.1.23.24.8|2|1 +1.3.6.1.4.1.81.10.1.1.1.2.18|2|2 +1.3.6.1.4.1.81.10.1.1.1.27.29|2|27 +1.3.6.1.4.1.81.10.1.1.2.2.18|2|18 +1.3.6.1.4.1.81.10.1.1.2.27.29|2|29 +1.3.6.1.4.1.81.10.1.1.3.2.18|2|2 +1.3.6.1.4.1.81.10.1.1.3.27.29|2|2 +1.3.6.1.4.1.81.10.1.1.4.2.18|2|1 +1.3.6.1.4.1.81.10.1.1.4.27.29|2|1 +1.3.6.1.4.1.81.10.1.1.5.2.18|2|23 +1.3.6.1.4.1.81.10.1.1.5.27.29|2|18 +1.3.6.1.4.1.81.10.1.1.6.2.18|2|4 +1.3.6.1.4.1.81.10.1.1.6.27.29|2|3 +1.3.6.1.4.1.81.10.1.1.7.2.18|6|1.3.6.1.3.215.234.94.181.23 +1.3.6.1.4.1.81.10.1.1.7.27.29|6|1.3.6.1.3.28.202.120.227.233.43.177 +1.3.6.1.4.1.81.10.1.1.8.2.18|2|1 +1.3.6.1.4.1.81.10.1.1.8.27.29|2|1 +1.3.6.1.4.1.81.11.1.1.1.2|2|2 +1.3.6.1.4.1.81.11.1.1.1.13|2|13 +1.3.6.1.4.1.81.11.1.1.2.2|4x|6f78656e207468656972 +1.3.6.1.4.1.81.11.1.1.2.13|4|their +1.3.6.1.4.1.81.11.1.1.3.2|2|26 +1.3.6.1.4.1.81.11.1.1.3.13|2|23 +1.3.6.1.4.1.81.11.1.1.4.2|2|30 +1.3.6.1.4.1.81.11.1.1.4.13|2|10 +1.3.6.1.4.1.81.11.1.1.5.2|2|24 +1.3.6.1.4.1.81.11.1.1.5.13|2|22 +1.3.6.1.4.1.81.11.1.1.6.2|2|10 +1.3.6.1.4.1.81.11.1.1.6.13|2|6 +1.3.6.1.4.1.81.11.1.1.7.2|2|3 +1.3.6.1.4.1.81.11.1.1.7.13|2|2 +1.3.6.1.4.1.81.11.2.0|2|2 +1.3.6.1.4.1.81.11.3.1.1.6|2|6 +1.3.6.1.4.1.81.11.3.1.1.20|2|20 +1.3.6.1.4.1.81.11.3.1.2.6|4|Jaded +1.3.6.1.4.1.81.11.3.1.2.20|4|Jaded +1.3.6.1.4.1.81.11.3.1.3.6|2|13 +1.3.6.1.4.1.81.11.3.1.3.20|2|11 +1.3.6.1.4.1.81.11.3.1.4.6|2|4 +1.3.6.1.4.1.81.11.3.1.4.20|2|19 +1.3.6.1.4.1.81.11.3.1.5.6|2|26 +1.3.6.1.4.1.81.11.3.1.5.20|2|3 +1.3.6.1.4.1.81.11.3.1.6.6|2|5 +1.3.6.1.4.1.81.11.3.1.6.20|2|29 +1.3.6.1.4.1.81.11.3.1.7.6|2|2 +1.3.6.1.4.1.81.11.3.1.7.20|2|1 +1.3.6.1.4.1.81.11.4.0|2|1 +1.3.6.1.4.1.81.11.5.0|2|14 +1.3.6.1.4.1.81.28.1.1.1.0|2|0 +1.3.6.1.4.1.81.28.1.1.2.0|2|3 +1.3.6.1.4.1.81.28.1.1.3.0|2|1 +1.3.6.1.4.1.81.28.1.1.4.0|2|30 +1.3.6.1.4.1.81.28.1.2.1.1.1.16|2|16 +1.3.6.1.4.1.81.28.1.2.1.1.1.18|2|18 +1.3.6.1.4.1.81.28.1.2.1.1.1.22|2|22 +1.3.6.1.4.1.81.28.1.2.1.1.1.29|2|29 +1.3.6.1.4.1.81.28.1.2.1.1.2.16|65|4134528372 +1.3.6.1.4.1.81.28.1.2.1.1.2.18|65|2214259681 +1.3.6.1.4.1.81.28.1.2.1.1.2.22|65|138450149 +1.3.6.1.4.1.81.28.1.2.1.1.2.29|65|1167738217 +1.3.6.1.4.1.81.28.1.2.1.1.3.16|65|2034850736 +1.3.6.1.4.1.81.28.1.2.1.1.3.18|65|603622678 +1.3.6.1.4.1.81.28.1.2.1.1.3.22|65|3599324851 +1.3.6.1.4.1.81.28.1.2.1.1.4.16|65|1215687518 +1.3.6.1.4.1.81.28.1.2.1.1.4.18|65|1383744095 +1.3.6.1.4.1.81.28.1.2.1.1.4.22|65|1567530605 +1.3.6.1.4.1.81.28.1.2.1.1.4.29|65|2030313653 +1.3.6.1.4.1.81.28.1.2.1.1.5.16|65|3104766252 +1.3.6.1.4.1.81.28.1.2.1.1.5.18|65|2836808862 +1.3.6.1.4.1.81.28.1.2.1.1.5.22|65|4038158990 +1.3.6.1.4.1.81.28.1.2.1.1.5.29|65|1711931213 +1.3.6.1.4.1.81.28.1.2.1.1.6.16|65|1081512323 +1.3.6.1.4.1.81.28.1.2.1.1.6.18|65|1638679817 +1.3.6.1.4.1.81.28.1.2.1.1.6.22|65|953732877 +1.3.6.1.4.1.81.28.1.2.1.1.6.29|65|1093003035 +1.3.6.1.4.1.81.28.1.2.1.1.7.16|65|615588092 +1.3.6.1.4.1.81.28.1.2.1.1.7.18|65|2628253320 +1.3.6.1.4.1.81.28.1.2.1.1.7.22|65|767316045 +1.3.6.1.4.1.81.28.1.2.1.1.7.29|65|1180794743 +1.3.6.1.4.1.81.28.1.2.1.1.8.16|65|1191155898 +1.3.6.1.4.1.81.28.1.2.1.1.8.18|65|3226230123 +1.3.6.1.4.1.81.28.1.2.1.1.8.22|65|2237454604 +1.3.6.1.4.1.81.28.1.2.1.1.8.29|65|1823026976 +1.3.6.1.4.1.81.28.1.2.1.1.9.16|65|2214191594 +1.3.6.1.4.1.81.28.1.2.1.1.9.18|65|2593612542 +1.3.6.1.4.1.81.28.1.2.1.1.9.22|65|3935056459 +1.3.6.1.4.1.81.28.1.2.1.1.9.29|65|2012977011 +1.3.6.1.4.1.81.28.1.2.1.1.10.16|65|1268857833 +1.3.6.1.4.1.81.28.1.2.1.1.10.18|65|91968597 +1.3.6.1.4.1.81.28.1.2.1.1.10.22|65|2799890279 +1.3.6.1.4.1.81.28.1.2.1.1.10.29|65|2418138409 +1.3.6.1.4.1.81.28.1.2.1.1.11.16|4|oxen +1.3.6.1.4.1.81.28.1.2.1.1.11.18|4|oxen +1.3.6.1.4.1.81.28.1.2.1.1.11.22|4|oxen +1.3.6.1.4.1.81.28.1.2.1.1.11.29|4|kept +1.3.6.1.4.1.81.28.1.2.1.1.12.16|2|1 +1.3.6.1.4.1.81.28.1.2.1.1.12.18|2|2 +1.3.6.1.4.1.81.28.1.2.1.1.12.22|2|1 +1.3.6.1.4.1.81.28.1.2.1.1.12.29|2|1 +1.3.6.1.4.1.81.28.1.2.1.1.13.16|4x|4a61646564207468656972204a6164656420717561696e746c79204a61646564 +1.3.6.1.4.1.81.28.1.2.1.1.13.18|4x|627574206163746564206163746564206b657074206163746564207468656972 +1.3.6.1.4.1.81.28.1.2.1.1.13.22|4x|717561696e746c7920627574206275742064726976696e6720666f7277617264 +1.3.6.1.4.1.81.28.1.2.1.1.13.29|4x|7468656972204a6164656420616374656420627574206f78656e206163746564 +1.3.6.1.4.1.81.28.1.2.1.1.14.16|4|te +1.3.6.1.4.1.81.28.1.2.1.1.14.18|4|er +1.3.6.1.4.1.81.28.1.2.1.1.14.22|4|gh +1.3.6.1.4.1.81.28.1.2.1.1.14.29|4|rt +1.3.6.1.4.1.81.28.1.2.1.1.15.16|67|3838843142 +1.3.6.1.4.1.81.28.1.2.1.1.15.18|67|3332371922 +1.3.6.1.4.1.81.28.1.2.1.1.15.19|65|737423456 +1.3.6.1.4.1.81.28.1.2.1.1.15.22|67|1857880869 +1.3.6.1.4.1.81.28.1.2.1.1.15.29|67|1770861619 +1.3.6.1.4.1.81.28.1.2.1.1.16.16|67|2820135155 +1.3.6.1.4.1.81.28.1.2.1.1.16.18|67|1399153138 +1.3.6.1.4.1.81.28.1.2.1.1.16.22|67|1455695960 +1.3.6.1.4.1.81.28.1.2.1.1.16.29|67|687178418 +1.3.6.1.4.1.81.28.1.2.2.1.1.11.2|2|11 +1.3.6.1.4.1.81.28.1.2.2.1.1.16.2|2|16 +1.3.6.1.4.1.81.28.1.2.2.1.1.31.1|2|31 +1.3.6.1.4.1.81.28.1.2.2.1.2.11.2|2|2 +1.3.6.1.4.1.81.28.1.2.2.1.2.16.2|2|2 +1.3.6.1.4.1.81.28.1.2.2.1.2.31.1|2|1 +1.3.6.1.4.1.81.28.1.2.2.1.3.11.2|65|506208459 +1.3.6.1.4.1.81.28.1.2.2.1.3.16.2|65|225649179 +1.3.6.1.4.1.81.28.1.2.2.1.3.31.1|65|770539026 +1.3.6.1.4.1.81.28.1.2.2.1.4.11.2|65|3429924375 +1.3.6.1.4.1.81.28.1.2.2.1.4.16.2|65|1071222698 +1.3.6.1.4.1.81.28.1.2.2.1.4.31.1|65|1532320921 +1.3.6.1.4.1.81.28.1.2.3.0|4x|666f727761726420746865697220746865697220666f7277617264206b657074 +1.3.6.1.4.1.81.28.1.2.4.1.1.6.8|2|6 +1.3.6.1.4.1.81.28.1.2.4.1.1.8.19|2|8 +1.3.6.1.4.1.81.28.1.2.4.1.1.12.0|2|12 +1.3.6.1.4.1.81.28.1.2.4.1.1.29.9|2|29 +1.3.6.1.4.1.81.28.1.2.4.1.2.6.8|2|8 +1.3.6.1.4.1.81.28.1.2.4.1.2.8.19|2|19 +1.3.6.1.4.1.81.28.1.2.4.1.2.12.0|2|0 +1.3.6.1.4.1.81.28.1.2.4.1.2.29.9|2|9 +1.3.6.1.4.1.81.28.1.2.4.1.3.6.8|65|4004862782 +1.3.6.1.4.1.81.28.1.2.4.1.3.8.19|65|3662345560 +1.3.6.1.4.1.81.28.1.2.4.1.3.12.0|65|3286957954 +1.3.6.1.4.1.81.28.1.2.4.1.3.29.9|65|2849726045 +1.3.6.1.4.1.81.28.1.2.4.1.4.6.8|65|749187223 +1.3.6.1.4.1.81.28.1.2.4.1.4.8.19|65|646572360 +1.3.6.1.4.1.81.28.1.2.4.1.4.12.0|65|3957347576 +1.3.6.1.4.1.81.28.1.2.4.1.4.29.9|65|2212176723 +1.3.6.1.4.1.81.28.1.2.4.1.5.6.8|65|1362257162 +1.3.6.1.4.1.81.28.1.2.4.1.5.8.19|65|2388239751 +1.3.6.1.4.1.81.28.1.2.4.1.5.12.0|65|3611294702 +1.3.6.1.4.1.81.28.1.2.4.1.5.29.9|65|1368312417 +1.3.6.1.4.1.81.28.1.2.4.1.6.6.8|65|1942433487 +1.3.6.1.4.1.81.28.1.2.4.1.6.8.19|65|798935884 +1.3.6.1.4.1.81.28.1.2.4.1.6.12.0|65|3040035499 +1.3.6.1.4.1.81.28.1.2.4.1.6.29.9|65|457551388 +1.3.6.1.4.1.81.28.1.2.4.1.7.6.8|65|1433393428 +1.3.6.1.4.1.81.28.1.2.4.1.7.8.19|65|1568457039 +1.3.6.1.4.1.81.28.1.2.4.1.7.12.0|65|2245190739 +1.3.6.1.4.1.81.28.1.2.4.1.7.29.9|65|4129350827 +1.3.6.1.4.1.81.28.1.2.5.0|4|jk +1.3.6.1.4.1.81.28.1.2.6.1.1.10.13|4x|74686569722061637465642062757420746865697220666f7277617264207468656972206f78656e207a6f6d62696573204a61646564 +1.3.6.1.4.1.81.28.1.2.6.1.1.20.15|4x|6f78656e207a6f6d6269657320666f727761726420666f7277617264206163746564 +1.3.6.1.4.1.81.28.1.2.6.1.1.21.8|4x|7468656972207468656972204a61646564204a6164656420746865697220666f727761726420717561696e746c79 +1.3.6.1.4.1.81.28.1.2.6.1.1.23.29|4x|616374656420717561696e746c792062757420666f7277617264206163746564206163746564206b657074 +1.3.6.1.4.1.81.28.1.2.6.1.2.10.13|2|13 +1.3.6.1.4.1.81.28.1.2.6.1.2.20.15|2|15 +1.3.6.1.4.1.81.28.1.2.6.1.2.21.8|2|8 +1.3.6.1.4.1.81.28.1.2.6.1.2.23.29|2|29 +1.3.6.1.4.1.81.28.1.2.6.1.3.10.13|2|10 +1.3.6.1.4.1.81.28.1.2.6.1.3.20.15|2|20 +1.3.6.1.4.1.81.28.1.2.6.1.3.21.8|2|21 +1.3.6.1.4.1.81.28.1.2.6.1.3.23.29|2|23 +1.3.6.1.4.1.81.28.1.2.6.1.4.10.13|2|25 +1.3.6.1.4.1.81.28.1.2.6.1.4.20.15|2|1 +1.3.6.1.4.1.81.28.1.2.6.1.4.21.8|2|16 +1.3.6.1.4.1.81.28.1.2.6.1.4.23.29|2|16 +1.3.6.1.4.1.81.28.1.3.1.1.1.0|2|0 +1.3.6.1.4.1.81.28.1.3.1.1.1.6|2|6 +1.3.6.1.4.1.81.28.1.3.1.1.1.14|2|14 +1.3.6.1.4.1.81.28.1.3.1.1.1.20|2|20 +1.3.6.1.4.1.81.28.1.3.1.1.2.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.2.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.2.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.2.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.3.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.3.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.3.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.3.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.4.0|2|14 +1.3.6.1.4.1.81.28.1.3.1.1.4.6|2|19 +1.3.6.1.4.1.81.28.1.3.1.1.4.14|2|11 +1.3.6.1.4.1.81.28.1.3.1.1.4.20|2|10 +1.3.6.1.4.1.81.28.1.3.1.1.5.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.5.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.5.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.5.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.6.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.6.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.6.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.6.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.7.0|2|29 +1.3.6.1.4.1.81.28.1.3.1.1.7.6|2|31 +1.3.6.1.4.1.81.28.1.3.1.1.7.14|2|10 +1.3.6.1.4.1.81.28.1.3.1.1.7.20|2|5 +1.3.6.1.4.1.81.28.1.3.1.1.8.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.8.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.8.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.8.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.9.0|4x|7a6f6d62696573206b657074206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.9.6|4x|74686569722061637465642064726976696e6720616374656420666f7277617264206f78656e206163746564 +1.3.6.1.4.1.81.28.1.3.1.1.9.14|4x|666f7277617264206275742064726976696e6720616374656420717561696e746c7920666f727761726420717561696e746c79 +1.3.6.1.4.1.81.28.1.3.1.1.9.20|4x|717561696e746c79207468656972204a616465642064726976696e672064726976696e6720627574 +1.3.6.1.4.1.81.28.1.3.1.1.10.0|4x|4a6164656420666f7277617264 +1.3.6.1.4.1.81.28.1.3.1.1.10.6|4x|62757420717561696e746c7920666f7277617264207468656972 +1.3.6.1.4.1.81.28.1.3.1.1.10.14|4x|7a6f6d62696573206b6570742064726976696e67206b657074207a6f6d62696573207468656972207468656972206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.10.20|4x|7468656972207468656972207468656972206163746564207a6f6d62696573206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.11.0|4x|7a6f6d62696573206163746564207468656972 +1.3.6.1.4.1.81.28.1.3.1.1.11.6|4x|4a61646564204a6164656420746865697220717561696e746c7920746865697220717561696e746c79204a61646564 +1.3.6.1.4.1.81.28.1.3.1.1.11.14|4x|74686569722062757420717561696e746c7920666f7277617264206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.11.20|4x|717561696e746c7920666f7277617264 +1.3.6.1.4.1.81.28.1.3.1.1.12.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.12.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.12.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.12.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.13.0|2|25 +1.3.6.1.4.1.81.28.1.3.1.1.13.6|2|5 +1.3.6.1.4.1.81.28.1.3.1.1.13.14|2|24 +1.3.6.1.4.1.81.28.1.3.1.1.13.20|2|19 +1.3.6.1.4.1.81.28.1.3.1.1.14.0|4x|666f7277617264206163746564206163746564206f78656e +1.3.6.1.4.1.81.28.1.3.1.1.14.6|4x|4a6164656420627574206b657074207a6f6d6269657320717561696e746c79 +1.3.6.1.4.1.81.28.1.3.1.1.14.14|4|but +1.3.6.1.4.1.81.28.1.3.1.1.14.20|4x|64726976696e6720717561696e746c79206f78656e +1.3.6.1.4.1.81.28.1.3.1.1.15.0|4x|74686569722064726976696e67207a6f6d6269657320627574206163746564207468656972207a6f6d6269657320746865697220666f7277617264 +1.3.6.1.4.1.81.28.1.3.1.1.15.6|4|acted +1.3.6.1.4.1.81.28.1.3.1.1.15.14|4x|7a6f6d62696573206163746564206f78656e20717561696e746c792062757420717561696e746c79206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.15.20|4x|666f727761726420627574206b657074207468656972206f78656e204a61646564 +1.3.6.1.4.1.81.28.1.3.1.1.16.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.16.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.16.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.16.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.17.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.17.6|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.17.14|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.17.20|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.18.0|4x|7468656972204a61646564206b657074 +1.3.6.1.4.1.81.28.1.3.1.1.18.6|4x|7a6f6d6269657320746865697220717561696e746c7920616374656420627574 +1.3.6.1.4.1.81.28.1.3.1.1.18.14|4x|64726976696e6720627574204a61646564207468656972 +1.3.6.1.4.1.81.28.1.3.1.1.18.20|4x|6b657074206163746564206b65707420627574204a61646564206163746564 +1.3.6.1.4.1.81.28.1.3.1.1.19.0|4x|4a61646564207a6f6d626965732064726976696e67207468656972 +1.3.6.1.4.1.81.28.1.3.1.1.19.6|4x|616374656420717561696e746c79206b65707420627574207a6f6d6269657320717561696e746c79207468656972 +1.3.6.1.4.1.81.28.1.3.1.1.19.14|4x|7a6f6d6269657320717561696e746c792062757420717561696e746c7920717561696e746c79204a6164656420717561696e746c79207a6f6d6269657320627574 +1.3.6.1.4.1.81.28.1.3.1.1.19.20|4x|6f78656e20666f7277617264206f78656e206f78656e +1.3.6.1.4.1.81.28.1.3.1.1.20.0|4x|62757420666f7277617264206f78656e +1.3.6.1.4.1.81.28.1.3.1.1.20.6|4x|627574207468656972206275742064726976696e67206163746564207a6f6d6269657320717561696e746c7920666f7277617264 +1.3.6.1.4.1.81.28.1.3.1.1.20.14|4x|64726976696e6720666f7277617264206f78656e +1.3.6.1.4.1.81.28.1.3.1.1.20.20|4x|6b6570742064726976696e67206f78656e20717561696e746c7920666f727761726420717561696e746c79 +1.3.6.1.4.1.81.28.1.3.1.1.21.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.21.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.21.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.21.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.22.0|4x|666f7277617264206b65707420666f7277617264206163746564207468656972206f78656e204a6164656420666f7277617264 +1.3.6.1.4.1.81.28.1.3.1.1.22.6|4|quaintly +1.3.6.1.4.1.81.28.1.3.1.1.22.14|4x|666f727761726420746865697220666f7277617264207a6f6d62696573207a6f6d62696573204a61646564204a61646564 +1.3.6.1.4.1.81.28.1.3.1.1.22.20|4|kept +1.3.6.1.4.1.81.28.1.3.1.1.23.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.23.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.23.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.23.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.24.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.24.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.24.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.24.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.25.0|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.25.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.25.14|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.25.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.26.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.26.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.26.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.26.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.27.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.27.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.27.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.27.20|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.28.0|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.28.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.28.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.28.20|2|3 +1.3.6.1.4.1.81.28.1.3.1.1.29.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.29.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.29.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.29.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.30.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.30.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.30.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.30.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.31.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.31.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.31.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.31.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.32.0|2|31 +1.3.6.1.4.1.81.28.1.3.1.1.32.6|2|12 +1.3.6.1.4.1.81.28.1.3.1.1.32.14|2|29 +1.3.6.1.4.1.81.28.1.3.1.1.32.20|2|13 +1.3.6.1.4.1.81.28.1.3.1.1.33.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.33.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.33.14|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.33.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.34.0|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.34.6|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.34.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.34.20|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.35.0|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.35.6|2|2 +1.3.6.1.4.1.81.28.1.3.1.1.35.14|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.35.20|2|1 +1.3.6.1.4.1.81.28.1.3.1.1.36.0|2|4 +1.3.6.1.4.1.81.28.1.3.1.1.36.6|2|25 +1.3.6.1.4.1.81.28.1.3.1.1.36.14|2|5 +1.3.6.1.4.1.81.28.1.3.1.1.36.20|2|12 +1.3.6.1.4.1.81.28.1.3.1.1.37.0|2|19 +1.3.6.1.4.1.81.28.1.3.1.1.37.6|2|5 +1.3.6.1.4.1.81.28.1.3.1.1.37.14|2|12 +1.3.6.1.4.1.81.28.1.3.1.1.37.20|2|29 +1.3.6.1.4.1.81.28.1.3.1.1.38.0|2|456 +1.3.6.1.4.1.81.28.1.3.1.1.38.6|2|345 +1.3.6.1.4.1.81.28.1.3.1.1.38.14|2|459 +1.3.6.1.4.1.81.28.1.3.1.1.38.20|2|185 +1.3.6.1.4.1.81.28.1.3.2.1.1.4|2|4 +1.3.6.1.4.1.81.28.1.3.2.1.1.5|2|5 +1.3.6.1.4.1.81.28.1.3.2.1.1.24|2|24 +1.3.6.1.4.1.81.28.1.3.2.1.1.30|2|30 +1.3.6.1.4.1.81.28.1.3.2.1.2.4|4|kept +1.3.6.1.4.1.81.28.1.3.2.1.2.5|4|kept +1.3.6.1.4.1.81.28.1.3.2.1.2.24|4|kept +1.3.6.1.4.1.81.28.1.3.2.1.2.30|4|kept +1.3.6.1.4.1.81.28.1.3.2.1.3.4|4x|6b6570742074686569722064726976696e67207468656972207a6f6d62696573 +1.3.6.1.4.1.81.28.1.3.2.1.3.5|4x|64726976696e6720666f7277617264206b657074206163746564206163746564 +1.3.6.1.4.1.81.28.1.3.2.1.3.24|4x|7a6f6d62696573206163746564207468656972207a6f6d62696573206f78656e +1.3.6.1.4.1.81.28.1.3.2.1.3.30|4x|666f727761726420616374656420717561696e746c79206b657074206b657074 +1.3.6.1.4.1.81.28.1.3.2.1.4.4|65|2413590344 +1.3.6.1.4.1.81.28.1.3.2.1.4.5|65|3819545449 +1.3.6.1.4.1.81.28.1.3.2.1.4.24|65|3567410022 +1.3.6.1.4.1.81.28.1.3.2.1.4.30|65|3343423572 +1.3.6.1.4.1.81.28.1.3.2.1.5.4|65|3437919840 +1.3.6.1.4.1.81.28.1.3.2.1.5.5|65|3532799686 +1.3.6.1.4.1.81.28.1.3.2.1.5.24|65|214634286 +1.3.6.1.4.1.81.28.1.3.2.1.5.30|65|1789180958 +1.3.6.1.4.1.81.28.1.3.2.1.6.4|65|1262881567 +1.3.6.1.4.1.81.28.1.3.2.1.6.5|65|1348871571 +1.3.6.1.4.1.81.28.1.3.2.1.6.24|65|3596107607 +1.3.6.1.4.1.81.28.1.3.2.1.6.30|65|4197417891 +1.3.6.1.4.1.81.28.1.3.2.1.7.4|65|2468232379 +1.3.6.1.4.1.81.28.1.3.2.1.7.5|65|2109971633 +1.3.6.1.4.1.81.28.1.3.2.1.7.24|65|690232024 +1.3.6.1.4.1.81.28.1.3.2.1.7.30|65|1406644047 +1.3.6.1.4.1.81.28.1.3.2.1.8.4|65|2829628384 +1.3.6.1.4.1.81.28.1.3.2.1.8.5|65|2939269087 +1.3.6.1.4.1.81.28.1.3.2.1.8.24|65|2931839057 +1.3.6.1.4.1.81.28.1.3.2.1.8.30|65|704397452 +1.3.6.1.4.1.81.28.1.3.2.1.9.4|65|841084302 +1.3.6.1.4.1.81.28.1.3.2.1.9.5|65|3544559721 +1.3.6.1.4.1.81.28.1.3.2.1.9.24|65|1936551982 +1.3.6.1.4.1.81.28.1.3.2.1.9.30|65|3844934634 +1.3.6.1.4.1.81.28.1.3.2.1.10.4|65|3787892378 +1.3.6.1.4.1.81.28.1.3.2.1.10.5|65|1754132510 +1.3.6.1.4.1.81.28.1.3.2.1.10.24|65|2557182663 +1.3.6.1.4.1.81.28.1.3.2.1.10.30|65|3274822749 +1.3.6.1.4.1.81.28.1.3.2.1.11.4|65|4264419616 +1.3.6.1.4.1.81.28.1.3.2.1.11.5|65|1189277075 +1.3.6.1.4.1.81.28.1.3.2.1.11.24|65|2614878214 +1.3.6.1.4.1.81.28.1.3.2.1.11.30|65|3413448969 +1.3.6.1.4.1.81.28.1.3.2.1.12.4|65|2713513726 +1.3.6.1.4.1.81.28.1.3.2.1.12.5|65|664325408 +1.3.6.1.4.1.81.28.1.3.2.1.12.24|65|2997445196 +1.3.6.1.4.1.81.28.1.3.2.1.12.30|65|1063871139 +1.3.6.1.4.1.81.28.1.3.2.1.13.4|2|2 +1.3.6.1.4.1.81.28.1.3.2.1.13.5|2|1 +1.3.6.1.4.1.81.28.1.3.2.1.13.24|2|1 +1.3.6.1.4.1.81.28.1.3.2.1.13.30|2|1 +1.3.6.1.4.1.81.28.1.3.3.1.1.2.2|2|2 +1.3.6.1.4.1.81.28.1.3.3.1.1.4.8|2|4 +1.3.6.1.4.1.81.28.1.3.3.1.1.5.11|2|5 +1.3.6.1.4.1.81.28.1.3.3.1.1.22.9|2|22 +1.3.6.1.4.1.81.28.1.3.3.1.2.2.2|2|2 +1.3.6.1.4.1.81.28.1.3.3.1.2.4.8|2|8 +1.3.6.1.4.1.81.28.1.3.3.1.2.5.11|2|11 +1.3.6.1.4.1.81.28.1.3.3.1.2.22.9|2|9 +1.3.6.1.4.1.81.28.1.3.3.1.3.2.2|65|34573044 +1.3.6.1.4.1.81.28.1.3.3.1.3.4.8|65|1505394822 +1.3.6.1.4.1.81.28.1.3.3.1.3.5.11|65|1925924372 +1.3.6.1.4.1.81.28.1.3.3.1.3.22.9|65|3722640248 +1.3.6.1.4.1.81.28.1.3.3.1.4.2.2|65|970386817 +1.3.6.1.4.1.81.28.1.3.3.1.4.4.8|65|3163008786 +1.3.6.1.4.1.81.28.1.3.3.1.4.5.11|65|1798353569 +1.3.6.1.4.1.81.28.1.3.3.1.4.22.9|65|4241410295 +1.3.6.1.4.1.81.28.1.3.3.1.5.2.2|65|903828241 +1.3.6.1.4.1.81.28.1.3.3.1.5.4.8|65|3811692910 +1.3.6.1.4.1.81.28.1.3.3.1.5.5.11|65|2262187541 +1.3.6.1.4.1.81.28.1.3.3.1.5.22.9|65|2091607269 +1.3.6.1.4.1.81.28.1.3.3.1.6.2.2|65|3173694515 +1.3.6.1.4.1.81.28.1.3.3.1.6.4.8|65|2539620005 +1.3.6.1.4.1.81.28.1.3.3.1.6.5.11|65|2084698443 +1.3.6.1.4.1.81.28.1.3.3.1.6.22.9|65|137584372 +1.3.6.1.4.1.81.28.1.3.3.1.7.2.2|65|1254948647 +1.3.6.1.4.1.81.28.1.3.3.1.7.4.8|65|2888300983 +1.3.6.1.4.1.81.28.1.3.3.1.7.5.11|65|1412019183 +1.3.6.1.4.1.81.28.1.3.3.1.7.22.9|65|2980017739 +1.3.6.1.4.1.81.28.1.3.3.1.8.2.2|65|757117032 +1.3.6.1.4.1.81.28.1.3.3.1.8.4.8|65|3158835838 +1.3.6.1.4.1.81.28.1.3.3.1.8.5.11|65|3457523982 +1.3.6.1.4.1.81.28.1.3.3.1.8.22.9|65|2121508980 +1.3.6.1.4.1.81.28.1.3.3.1.9.2.2|65|2874914079 +1.3.6.1.4.1.81.28.1.3.3.1.9.4.8|65|1316917886 +1.3.6.1.4.1.81.28.1.3.3.1.9.5.11|65|680417996 +1.3.6.1.4.1.81.28.1.3.3.1.9.22.9|65|3673372197 +1.3.6.1.4.1.81.28.1.3.3.1.10.2.2|65|2452823605 +1.3.6.1.4.1.81.28.1.3.3.1.10.4.8|65|2191831160 +1.3.6.1.4.1.81.28.1.3.3.1.10.5.11|65|4245319000 +1.3.6.1.4.1.81.28.1.3.3.1.10.22.9|65|3683655472 +1.3.6.1.4.1.81.28.1.3.3.1.11.2.2|4x|4a6164656420746865697220717561696e746c79 +1.3.6.1.4.1.81.28.1.3.3.1.11.4.8|4|kept +1.3.6.1.4.1.81.28.1.3.3.1.11.5.11|4x|6f78656e20746865697220717561696e746c792064726976696e67206b65707420627574 +1.3.6.1.4.1.81.28.1.3.3.1.11.22.9|4|forward +1.3.6.1.4.1.81.28.1.3.3.1.12.2.2|4x|64726976696e67206163746564206163746564206b657074 +1.3.6.1.4.1.81.28.1.3.3.1.12.4.8|4x|6f78656e206b6570742064726976696e67206275742062757420627574 +1.3.6.1.4.1.81.28.1.3.3.1.12.5.11|4x|74686569722062757420717561696e746c79206f78656e206f78656e204a61646564204a61646564206b657074 +1.3.6.1.4.1.81.28.1.3.3.1.12.22.9|4x|6f78656e2074686569722064726976696e6720717561696e746c7920627574 +1.3.6.1.4.1.81.28.1.3.3.1.13.2.2|4x|7468656972204a61646564206163746564206275742064726976696e67204a6164656420627574206f78656e +1.3.6.1.4.1.81.28.1.3.3.1.13.4.8|4x|616374656420666f727761726420616374656420666f7277617264206b657074206b657074 +1.3.6.1.4.1.81.28.1.3.3.1.13.5.11|4x|7a6f6d6269657320746865697220627574204a61646564207468656972206f78656e20717561696e746c7920666f7277617264206163746564 +1.3.6.1.4.1.81.28.1.3.3.1.13.22.9|4x|6f78656e2064726976696e67 +1.3.6.1.4.1.81.28.1.3.3.1.14.2.2|4x|4a616465642061637465642064726976696e672064726976696e67 +1.3.6.1.4.1.81.28.1.3.3.1.14.4.8|4x|627574206b65707420717561696e746c7920666f7277617264206163746564207a6f6d62696573207468656972 +1.3.6.1.4.1.81.28.1.3.3.1.14.5.11|4x|6b657074206b65707420627574206f78656e207a6f6d62696573 +1.3.6.1.4.1.81.28.1.3.3.1.14.22.9|4x|666f727761726420717561696e746c79207a6f6d62696573207468656972207a6f6d6269657320627574206163746564207468656972 +1.3.6.1.4.1.81.28.1.3.4.1.1.1|2|1 +1.3.6.1.4.1.81.28.1.3.4.1.1.11|2|11 +1.3.6.1.4.1.81.28.1.3.4.1.1.18|2|18 +1.3.6.1.4.1.81.28.1.3.4.1.1.21|2|21 +1.3.6.1.4.1.81.28.1.3.4.1.2.1|2|11 +1.3.6.1.4.1.81.28.1.3.4.1.2.11|2|14 +1.3.6.1.4.1.81.28.1.3.4.1.2.18|2|10 +1.3.6.1.4.1.81.28.1.3.4.1.2.21|2|11 +1.3.6.1.4.1.81.28.1.3.4.1.3.1|2|30 +1.3.6.1.4.1.81.28.1.3.4.1.3.11|2|15 +1.3.6.1.4.1.81.28.1.3.4.1.3.18|2|2 +1.3.6.1.4.1.81.28.1.3.4.1.3.21|2|16 +1.3.6.1.4.1.81.28.1.3.4.1.4.1|2|16 +1.3.6.1.4.1.81.28.1.3.4.1.4.11|2|15 +1.3.6.1.4.1.81.28.1.3.4.1.4.18|2|17 +1.3.6.1.4.1.81.28.1.3.4.1.4.21|2|10 +1.3.6.1.4.1.81.28.1.3.4.1.5.1|2|23 +1.3.6.1.4.1.81.28.1.3.4.1.5.11|2|27 +1.3.6.1.4.1.81.28.1.3.4.1.5.18|2|13 +1.3.6.1.4.1.81.28.1.3.4.1.5.21|2|6 +1.3.6.1.4.1.81.28.1.3.4.1.6.1|2|0 +1.3.6.1.4.1.81.28.1.3.4.1.6.11|2|0 +1.3.6.1.4.1.81.28.1.3.4.1.6.18|2|31 +1.3.6.1.4.1.81.28.1.3.4.1.6.21|2|17 +1.3.6.1.4.1.81.28.1.3.4.1.7.1|2|28 +1.3.6.1.4.1.81.28.1.3.4.1.7.11|2|18 +1.3.6.1.4.1.81.28.1.3.4.1.7.18|2|29 +1.3.6.1.4.1.81.28.1.3.4.1.7.21|2|5 +1.3.6.1.4.1.81.28.1.3.4.1.8.1|2|28 +1.3.6.1.4.1.81.28.1.3.4.1.8.11|2|15 +1.3.6.1.4.1.81.28.1.3.4.1.8.18|2|25 +1.3.6.1.4.1.81.28.1.3.4.1.8.21|2|21 +1.3.6.1.4.1.81.28.1.3.4.1.9.1|2|1 +1.3.6.1.4.1.81.28.1.3.4.1.9.11|2|0 +1.3.6.1.4.1.81.28.1.3.4.1.9.18|2|31 +1.3.6.1.4.1.81.28.1.3.4.1.9.21|2|18 +1.3.6.1.4.1.81.28.1.3.4.1.10.1|64x|f22c7a2d +1.3.6.1.4.1.81.28.1.3.4.1.10.11|64x|637d8c13 +1.3.6.1.4.1.81.28.1.3.4.1.10.18|64x|65a0171b +1.3.6.1.4.1.81.28.1.3.4.1.10.21|64x|b0f7f2f2 +1.3.6.1.4.1.81.28.1.3.4.1.11.1|64x|5c9f8b78 +1.3.6.1.4.1.81.28.1.3.4.1.11.11|64x|f37e46bd +1.3.6.1.4.1.81.28.1.3.4.1.11.18|64x|34c11d26 +1.3.6.1.4.1.81.28.1.3.4.1.11.21|64x|6a1bc3db +1.3.6.1.4.1.81.28.1.3.4.1.12.1|2|2 +1.3.6.1.4.1.81.28.1.3.4.1.12.11|2|1 +1.3.6.1.4.1.81.28.1.3.4.1.12.18|2|1 +1.3.6.1.4.1.81.28.1.3.4.1.12.21|2|1 +1.3.6.1.4.1.81.28.1.3.5.1.1.6|2|6 +1.3.6.1.4.1.81.28.1.3.5.1.1.8|2|8 +1.3.6.1.4.1.81.28.1.3.5.1.1.10|2|10 +1.3.6.1.4.1.81.28.1.3.5.1.1.31|2|31 +1.3.6.1.4.1.81.28.1.3.5.1.2.6|2|18 +1.3.6.1.4.1.81.28.1.3.5.1.2.8|2|30 +1.3.6.1.4.1.81.28.1.3.5.1.2.10|2|29 +1.3.6.1.4.1.81.28.1.3.5.1.2.31|2|18 +1.3.6.1.4.1.81.28.1.3.5.1.3.6|2|23 +1.3.6.1.4.1.81.28.1.3.5.1.3.8|2|26 +1.3.6.1.4.1.81.28.1.3.5.1.3.10|2|2 +1.3.6.1.4.1.81.28.1.3.5.1.3.31|2|31 +1.3.6.1.4.1.81.28.1.3.5.1.4.6|2|18 +1.3.6.1.4.1.81.28.1.3.5.1.4.8|2|20 +1.3.6.1.4.1.81.28.1.3.5.1.4.10|2|26 +1.3.6.1.4.1.81.28.1.3.5.1.4.31|2|25 +1.3.6.1.4.1.81.28.1.3.5.1.5.6|2|31 +1.3.6.1.4.1.81.28.1.3.5.1.5.8|2|24 +1.3.6.1.4.1.81.28.1.3.5.1.5.10|2|12 +1.3.6.1.4.1.81.28.1.3.5.1.5.31|2|22 +1.3.6.1.4.1.81.28.1.4.1.1.1.10.27|2|10 +1.3.6.1.4.1.81.28.1.4.1.1.1.17.12|2|17 +1.3.6.1.4.1.81.28.1.4.1.1.1.20.14|2|20 +1.3.6.1.4.1.81.28.1.4.1.1.1.31.14|2|31 +1.3.6.1.4.1.81.28.1.4.1.1.2.10.27|2|27 +1.3.6.1.4.1.81.28.1.4.1.1.2.17.12|2|12 +1.3.6.1.4.1.81.28.1.4.1.1.2.20.14|2|14 +1.3.6.1.4.1.81.28.1.4.1.1.2.31.14|2|14 +1.3.6.1.4.1.81.28.1.4.1.1.3.10.27|2|24 +1.3.6.1.4.1.81.28.1.4.1.1.3.17.12|2|6 +1.3.6.1.4.1.81.28.1.4.1.1.3.20.14|2|23 +1.3.6.1.4.1.81.28.1.4.1.1.3.31.14|2|31 +1.3.6.1.4.1.81.28.1.4.1.1.4.10.27|2|8 +1.3.6.1.4.1.81.28.1.4.1.1.4.17.12|2|4 +1.3.6.1.4.1.81.28.1.4.1.1.4.20.14|2|9 +1.3.6.1.4.1.81.28.1.4.1.1.4.31.14|2|4 +1.3.6.1.4.1.81.28.1.4.1.1.5.10.27|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.5.17.12|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.5.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.5.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.6.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.6.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.6.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.6.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.7.10.27|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.7.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.7.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.7.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.8.10.27|2|10 +1.3.6.1.4.1.81.28.1.4.1.1.8.17.12|2|5 +1.3.6.1.4.1.81.28.1.4.1.1.8.20.14|2|28 +1.3.6.1.4.1.81.28.1.4.1.1.8.31.14|2|27 +1.3.6.1.4.1.81.28.1.4.1.1.9.10.27|2|20 +1.3.6.1.4.1.81.28.1.4.1.1.9.17.12|2|22 +1.3.6.1.4.1.81.28.1.4.1.1.9.20.14|2|24 +1.3.6.1.4.1.81.28.1.4.1.1.9.31.14|2|28 +1.3.6.1.4.1.81.28.1.4.1.1.10.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.10.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.10.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.10.31.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.11.10.27|4x|6163746564204a6164656420717561696e746c79204a61646564204a61646564 +1.3.6.1.4.1.81.28.1.4.1.1.11.17.12|4x|62757420717561696e746c7920746865697220666f7277617264206163746564 +1.3.6.1.4.1.81.28.1.4.1.1.11.20.14|4x|666f727761726420627574206b65707420666f727761726420666f7277617264 +1.3.6.1.4.1.81.28.1.4.1.1.11.31.14|4x|6f78656e2064726976696e67206163746564207a6f6d62696573207468656972 +1.3.6.1.4.1.81.28.1.4.1.1.12.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.12.17.12|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.12.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.12.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.13.10.27|2|28 +1.3.6.1.4.1.81.28.1.4.1.1.13.17.12|2|4 +1.3.6.1.4.1.81.28.1.4.1.1.13.20.14|2|30 +1.3.6.1.4.1.81.28.1.4.1.1.13.31.14|2|25 +1.3.6.1.4.1.81.28.1.4.1.1.14.10.27|2|8 +1.3.6.1.4.1.81.28.1.4.1.1.14.17.12|2|20 +1.3.6.1.4.1.81.28.1.4.1.1.14.20.14|2|8 +1.3.6.1.4.1.81.28.1.4.1.1.14.31.14|2|5 +1.3.6.1.4.1.81.28.1.4.1.1.15.10.27|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.15.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.15.20.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.15.31.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.16.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.16.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.16.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.16.31.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.17.10.27|4|a +1.3.6.1.4.1.81.28.1.4.1.1.17.17.12|4|o +1.3.6.1.4.1.81.28.1.4.1.1.17.20.14|4|t +1.3.6.1.4.1.81.28.1.4.1.1.17.31.14|4|t +1.3.6.1.4.1.81.28.1.4.1.1.18.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.18.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.18.20.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.18.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.19.10.27|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.19.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.19.20.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.19.31.14|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.20.10.27|4x|666f7277617264207468656972206f78656e206b657074206163746564206b6570742061637465642064726976696e672064726976696e67 +1.3.6.1.4.1.81.28.1.4.1.1.20.17.12|4x|7a6f6d626965732064726976696e6720627574 +1.3.6.1.4.1.81.28.1.4.1.1.20.20.14|4x|64726976696e67206f78656e206b657074206f78656e204a6164656420616374656420746865697220717561696e746c79206f78656e +1.3.6.1.4.1.81.28.1.4.1.1.20.31.14|4x|64726976696e67206b657074207a6f6d62696573206b657074204a6164656420627574 +1.3.6.1.4.1.81.28.1.4.1.1.21.10.27|4x|6b657074207468656972206f78656e206f78656e206b657074204a61646564207a6f6d62696573 +1.3.6.1.4.1.81.28.1.4.1.1.21.17.12|4x|666f72776172642064726976696e672061637465642064726976696e67 +1.3.6.1.4.1.81.28.1.4.1.1.21.20.14|4x|7468656972206163746564207a6f6d62696573 +1.3.6.1.4.1.81.28.1.4.1.1.21.31.14|4x|666f7277617264204a6164656420746865697220717561696e746c7920627574 +1.3.6.1.4.1.81.28.1.4.1.1.22.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.22.17.12|2|1 +1.3.6.1.4.1.81.28.1.4.1.1.22.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.22.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.23.10.27|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.23.17.12|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.23.20.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.23.31.14|2|2 +1.3.6.1.4.1.81.28.1.4.1.1.24.10.27|4x|6b657074206b657074204a61646564206163746564 +1.3.6.1.4.1.81.28.1.4.1.1.24.17.12|4x|6f78656e20717561696e746c79206f78656e +1.3.6.1.4.1.81.28.1.4.1.1.24.20.14|4x|6f78656e20627574207a6f6d6269657320666f7277617264 +1.3.6.1.4.1.81.28.1.4.1.1.24.31.14|4x|7468656972206f78656e +1.3.6.1.4.1.81.28.1.4.1.1.25.10.27|4x|666f7277617264207a6f6d62696573 +1.3.6.1.4.1.81.28.1.4.1.1.25.17.12|4x|6163746564207468656972206f78656e +1.3.6.1.4.1.81.28.1.4.1.1.25.20.14|4x|6b657074204a6164656420717561696e746c7920717561696e746c7920717561696e746c79 +1.3.6.1.4.1.81.28.1.4.1.1.25.31.14|4x|61637465642064726976696e67206163746564206f78656e204a61646564 +1.3.6.1.4.1.81.28.1.4.2.1.1.16.24|2|16 +1.3.6.1.4.1.81.28.1.4.2.1.1.16.31|2|16 +1.3.6.1.4.1.81.28.1.4.2.1.1.21.10|2|21 +1.3.6.1.4.1.81.28.1.4.2.1.1.24.12|2|24 +1.3.6.1.4.1.81.28.1.4.2.1.2.16.24|2|24 +1.3.6.1.4.1.81.28.1.4.2.1.2.16.31|2|31 +1.3.6.1.4.1.81.28.1.4.2.1.2.21.10|2|10 +1.3.6.1.4.1.81.28.1.4.2.1.2.24.12|2|12 +1.3.6.1.4.1.81.28.1.4.2.1.3.16.24|2|4 +1.3.6.1.4.1.81.28.1.4.2.1.3.16.31|2|4 +1.3.6.1.4.1.81.28.1.4.2.1.3.21.10|2|2 +1.3.6.1.4.1.81.28.1.4.2.1.3.24.12|2|4 +1.3.6.1.4.1.81.28.1.4.3.1.1.2.22.6.17.17.17.17.17.17|2|2 +1.3.6.1.4.1.81.28.1.4.3.1.1.3.22.6.17.17.17.17.17.17|2|3 +1.3.6.1.4.1.81.28.1.4.3.1.1.7.24.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.3.1.1.10.20.6.17.17.17.17.17.17|2|10 +1.3.6.1.4.1.81.28.1.4.3.1.2.2.22.6.17.17.17.17.17.17|2|22 +1.3.6.1.4.1.81.28.1.4.3.1.2.3.22.6.17.17.17.17.17.17|2|22 +1.3.6.1.4.1.81.28.1.4.3.1.2.7.24.6.17.17.17.17.17.17|2|24 +1.3.6.1.4.1.81.28.1.4.3.1.2.10.20.6.17.17.17.17.17.17|2|20 +1.3.6.1.4.1.81.28.1.4.3.1.3.2.22.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.3.1.3.3.22.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.3.1.3.7.24.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.3.1.3.10.20.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.3.1.4.2.22.6.17.17.17.17.17.17|2|3 +1.3.6.1.4.1.81.28.1.4.3.1.4.3.22.6.17.17.17.17.17.17|2|6 +1.3.6.1.4.1.81.28.1.4.3.1.4.7.24.6.17.17.17.17.17.17|2|5 +1.3.6.1.4.1.81.28.1.4.3.1.4.10.20.6.17.17.17.17.17.17|2|1 +1.3.6.1.4.1.81.28.1.4.4.1.1.4.8.6.17.17.17.17.17.17|2|4 +1.3.6.1.4.1.81.28.1.4.4.1.1.5.6.6.17.17.17.17.17.17|2|5 +1.3.6.1.4.1.81.28.1.4.4.1.1.5.31.6.17.17.17.17.17.17|2|5 +1.3.6.1.4.1.81.28.1.4.4.1.1.7.1.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.4.1.2.4.8.6.17.17.17.17.17.17|2|8 +1.3.6.1.4.1.81.28.1.4.4.1.2.5.6.6.17.17.17.17.17.17|2|6 +1.3.6.1.4.1.81.28.1.4.4.1.2.5.31.6.17.17.17.17.17.17|2|31 +1.3.6.1.4.1.81.28.1.4.4.1.2.7.1.6.17.17.17.17.17.17|2|1 +1.3.6.1.4.1.81.28.1.4.4.1.3.4.8.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.4.1.3.5.6.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.4.1.3.5.31.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.4.1.3.7.1.6.17.17.17.17.17.17|4x|111111111111 +1.3.6.1.4.1.81.28.1.4.4.1.4.4.8.6.17.17.17.17.17.17|2|6 +1.3.6.1.4.1.81.28.1.4.4.1.4.5.6.6.17.17.17.17.17.17|2|5 +1.3.6.1.4.1.81.28.1.4.4.1.4.5.31.6.17.17.17.17.17.17|2|4 +1.3.6.1.4.1.81.28.1.4.4.1.4.7.1.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.4.1.5.4.8.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.4.1.5.5.6.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.4.1.5.5.31.6.17.17.17.17.17.17|2|5 +1.3.6.1.4.1.81.28.1.4.4.1.5.7.1.6.17.17.17.17.17.17|2|7 +1.3.6.1.4.1.81.28.1.4.4.1.6.4.8.6.17.17.17.17.17.17|2|1 +1.3.6.1.4.1.81.28.1.4.4.1.6.5.6.6.17.17.17.17.17.17|2|1 +1.3.6.1.4.1.81.28.1.4.4.1.6.5.31.6.17.17.17.17.17.17|2|1 +1.3.6.1.4.1.81.28.1.4.4.1.6.7.1.6.17.17.17.17.17.17|2|2 +1.3.6.1.4.1.81.28.1.4.5.1.1.4.30|2|4 +1.3.6.1.4.1.81.28.1.4.5.1.1.8.3|2|8 +1.3.6.1.4.1.81.28.1.4.5.1.1.8.4|2|8 +1.3.6.1.4.1.81.28.1.4.5.1.1.10.15|2|10 +1.3.6.1.4.1.81.28.1.4.5.1.2.4.30|2|30 +1.3.6.1.4.1.81.28.1.4.5.1.2.8.3|2|3 +1.3.6.1.4.1.81.28.1.4.5.1.2.8.4|2|4 +1.3.6.1.4.1.81.28.1.4.5.1.2.10.15|2|15 +1.3.6.1.4.1.81.28.1.4.5.1.3.4.30|2|2 +1.3.6.1.4.1.81.28.1.4.5.1.3.8.3|2|2 +1.3.6.1.4.1.81.28.1.4.5.1.3.8.4|2|1 +1.3.6.1.4.1.81.28.1.4.5.1.3.10.15|2|2 +1.3.6.1.4.1.81.28.1.4.5.1.4.4.30|2|31 +1.3.6.1.4.1.81.28.1.4.5.1.4.8.3|2|20 +1.3.6.1.4.1.81.28.1.4.5.1.4.8.4|2|10 +1.3.6.1.4.1.81.28.1.4.5.1.4.10.15|2|25 +1.3.6.1.4.1.81.28.1.4.5.1.5.4.30|2|14 +1.3.6.1.4.1.81.28.1.4.5.1.5.8.3|2|1 +1.3.6.1.4.1.81.28.1.4.5.1.5.8.4|2|25 +1.3.6.1.4.1.81.28.1.4.5.1.5.10.15|2|1 +1.3.6.1.4.1.81.28.1.4.5.1.6.4.30|2|11 +1.3.6.1.4.1.81.28.1.4.5.1.6.8.3|2|10 +1.3.6.1.4.1.81.28.1.4.5.1.6.8.4|2|19 +1.3.6.1.4.1.81.28.1.4.5.1.6.10.15|2|16 +1.3.6.1.4.1.81.28.1.5.1.1.1.4|2|4 +1.3.6.1.4.1.81.28.1.5.1.1.1.7|2|7 +1.3.6.1.4.1.81.28.1.5.1.1.1.15|2|15 +1.3.6.1.4.1.81.28.1.5.1.1.1.26|2|26 +1.3.6.1.4.1.81.28.1.5.1.1.2.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.2.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.2.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.2.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.3.4|2|28 +1.3.6.1.4.1.81.28.1.5.1.1.3.7|2|5 +1.3.6.1.4.1.81.28.1.5.1.1.3.15|2|0 +1.3.6.1.4.1.81.28.1.5.1.1.3.26|2|7 +1.3.6.1.4.1.81.28.1.5.1.1.4.4|2|21 +1.3.6.1.4.1.81.28.1.5.1.1.4.7|2|24 +1.3.6.1.4.1.81.28.1.5.1.1.4.15|2|4 +1.3.6.1.4.1.81.28.1.5.1.1.4.26|2|13 +1.3.6.1.4.1.81.28.1.5.1.1.5.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.5.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.5.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.5.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.6.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.6.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.6.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.6.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.7.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.7.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.7.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.7.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.8.4|2|26 +1.3.6.1.4.1.81.28.1.5.1.1.8.7|2|10 +1.3.6.1.4.1.81.28.1.5.1.1.8.15|2|23 +1.3.6.1.4.1.81.28.1.5.1.1.8.26|2|31 +1.3.6.1.4.1.81.28.1.5.1.1.9.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.9.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.9.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.9.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.10.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.10.7|2|27 +1.3.6.1.4.1.81.28.1.5.1.1.10.15|2|10 +1.3.6.1.4.1.81.28.1.5.1.1.10.26|2|21 +1.3.6.1.4.1.81.28.1.5.1.1.11.4|2|20 +1.3.6.1.4.1.81.28.1.5.1.1.11.7|2|22 +1.3.6.1.4.1.81.28.1.5.1.1.11.15|2|11 +1.3.6.1.4.1.81.28.1.5.1.1.11.26|2|0 +1.3.6.1.4.1.81.28.1.5.1.1.12.4|4x|666f7277617264207468656972204a6164656420717561696e746c7920627574 +1.3.6.1.4.1.81.28.1.5.1.1.12.7|4x|64726976696e67206f78656e206163746564204a6164656420666f7277617264 +1.3.6.1.4.1.81.28.1.5.1.1.12.15|4x|6163746564204a6164656420666f72776172642062757420627574206f78656e +1.3.6.1.4.1.81.28.1.5.1.1.12.26|4x|666f7277617264206f78656e207a6f6d6269657320627574207a6f6d62696573 +1.3.6.1.4.1.81.28.1.5.1.1.13.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.13.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.13.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.13.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.14.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.14.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.14.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.14.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.15.4|4x|627574206f78656e20666f7277617264207468656972207a6f6d62696573206f78656e +1.3.6.1.4.1.81.28.1.5.1.1.15.7|4x|61637465642064726976696e6720666f7277617264206b657074 +1.3.6.1.4.1.81.28.1.5.1.1.15.15|4x|6b6570742064726976696e672062757420717561696e746c7920717561696e746c7920717561696e746c79 +1.3.6.1.4.1.81.28.1.5.1.1.15.26|4x|717561696e746c79206f78656e20666f727761726420717561696e746c79204a616465642061637465642064726976696e672064726976696e67206b657074 +1.3.6.1.4.1.81.28.1.5.1.1.16.4|4x|666f72776172642074686569722064726976696e67206f78656e20627574206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.16.7|4x|7a6f6d6269657320746865697220717561696e746c79204a61646564207a6f6d62696573206b65707420616374656420666f7277617264206f78656e +1.3.6.1.4.1.81.28.1.5.1.1.16.15|4x|666f727761726420666f7277617264206b65707420666f7277617264207468656972207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.16.26|4x|7468656972206f78656e20717561696e746c79204a616465642064726976696e6720666f7277617264204a61646564 +1.3.6.1.4.1.81.28.1.5.1.1.17.4|4x|7468656972206163746564207468656972206b657074207468656972206275742062757420717561696e746c79 +1.3.6.1.4.1.81.28.1.5.1.1.17.7|4x|717561696e746c79206f78656e204a61646564204a6164656420746865697220717561696e746c7920717561696e746c79207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.17.15|4x|4a6164656420666f727761726420717561696e746c79 +1.3.6.1.4.1.81.28.1.5.1.1.17.26|4x|7a6f6d62696573206f78656e20666f727761726420717561696e746c79206b65707420666f7277617264206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.18.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.18.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.18.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.18.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.19.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.19.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.19.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.19.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.20.4|4x|6f78656e2062757420666f7277617264207a6f6d6269657320666f7277617264 +1.3.6.1.4.1.81.28.1.5.1.1.20.7|4x|666f7277617264206f78656e +1.3.6.1.4.1.81.28.1.5.1.1.20.15|4x|717561696e746c79206f78656e207a6f6d62696573206b657074 +1.3.6.1.4.1.81.28.1.5.1.1.20.26|4|zombies +1.3.6.1.4.1.81.28.1.5.1.1.21.4|4x|64726976696e67204a61646564 +1.3.6.1.4.1.81.28.1.5.1.1.21.7|4x|6b657074206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.21.15|4x|7468656972207a6f6d62696573206f78656e206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.21.26|4|kept +1.3.6.1.4.1.81.28.1.5.1.1.22.4|4x|7468656972206163746564204a61646564206163746564206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.22.7|4x|6b65707420627574206163746564 +1.3.6.1.4.1.81.28.1.5.1.1.22.15|4x|62757420616374656420627574204a61646564206b657074204a61646564 +1.3.6.1.4.1.81.28.1.5.1.1.22.26|4x|7468656972206b657074207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.23.4|4x|616374656420627574204a61646564207a6f6d62696573207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.23.7|4x|7a6f6d62696573206b657074 +1.3.6.1.4.1.81.28.1.5.1.1.23.15|4x|717561696e746c79207a6f6d62696573207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.23.26|4x|6b65707420627574207468656972 +1.3.6.1.4.1.81.28.1.5.1.1.24.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.24.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.24.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.24.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.25.4|2|4 +1.3.6.1.4.1.81.28.1.5.1.1.25.7|2|25 +1.3.6.1.4.1.81.28.1.5.1.1.25.15|2|23 +1.3.6.1.4.1.81.28.1.5.1.1.25.26|2|16 +1.3.6.1.4.1.81.28.1.5.1.1.26.4|2|29 +1.3.6.1.4.1.81.28.1.5.1.1.26.7|2|31 +1.3.6.1.4.1.81.28.1.5.1.1.26.15|2|15 +1.3.6.1.4.1.81.28.1.5.1.1.26.26|2|16 +1.3.6.1.4.1.81.28.1.5.1.1.27.4|2|14 +1.3.6.1.4.1.81.28.1.5.1.1.27.7|2|17 +1.3.6.1.4.1.81.28.1.5.1.1.27.15|2|19 +1.3.6.1.4.1.81.28.1.5.1.1.27.26|2|17 +1.3.6.1.4.1.81.28.1.5.1.1.28.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.28.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.28.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.28.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.29.4|2|29 +1.3.6.1.4.1.81.28.1.5.1.1.29.7|2|22 +1.3.6.1.4.1.81.28.1.5.1.1.29.15|2|21 +1.3.6.1.4.1.81.28.1.5.1.1.29.26|2|20 +1.3.6.1.4.1.81.28.1.5.1.1.30.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.30.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.30.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.30.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.31.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.31.7|2|4 +1.3.6.1.4.1.81.28.1.5.1.1.31.15|2|3 +1.3.6.1.4.1.81.28.1.5.1.1.31.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.32.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.32.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.32.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.32.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.33.4|4x|74686569722064726976696e6720666f727761726420666f7277617264 +1.3.6.1.4.1.81.28.1.5.1.1.33.7|4|their +1.3.6.1.4.1.81.28.1.5.1.1.33.15|4x|4a61646564207468656972206f78656e +1.3.6.1.4.1.81.28.1.5.1.1.33.26|4x|4a61646564204a61646564206163746564206b657074 +1.3.6.1.4.1.81.28.1.5.1.1.34.4|4x|6b65707420746865697220746865697220717561696e746c79204a61646564 +1.3.6.1.4.1.81.28.1.5.1.1.34.7|4x|717561696e746c7920717561696e746c7920717561696e746c79204a61646564 +1.3.6.1.4.1.81.28.1.5.1.1.34.15|4x|717561696e746c792064726976696e672062757420627574 +1.3.6.1.4.1.81.28.1.5.1.1.34.26|4|oxen +1.3.6.1.4.1.81.28.1.5.1.1.35.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.35.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.35.15|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.35.26|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.36.4|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.36.7|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.36.15|2|3 +1.3.6.1.4.1.81.28.1.5.1.1.36.26|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.37.4|2|24 +1.3.6.1.4.1.81.28.1.5.1.1.37.7|2|15 +1.3.6.1.4.1.81.28.1.5.1.1.37.15|2|22 +1.3.6.1.4.1.81.28.1.5.1.1.37.26|2|7 +1.3.6.1.4.1.81.28.1.5.1.1.38.4|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.38.7|2|1 +1.3.6.1.4.1.81.28.1.5.1.1.38.15|2|2 +1.3.6.1.4.1.81.28.1.5.1.1.38.26|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.1.2|2|2 +1.3.6.1.4.1.81.28.1.6.1.1.1.13|2|13 +1.3.6.1.4.1.81.28.1.6.1.1.1.27|2|27 +1.3.6.1.4.1.81.28.1.6.1.1.2.2|4x|666f7277617264206163746564 +1.3.6.1.4.1.81.28.1.6.1.1.2.13|4x|4a61646564206f78656e20717561696e746c79 +1.3.6.1.4.1.81.28.1.6.1.1.2.27|4x|4a6164656420717561696e746c79206f78656e207a6f6d62696573 +1.3.6.1.4.1.81.28.1.6.1.1.3.2|2|20 +1.3.6.1.4.1.81.28.1.6.1.1.3.13|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.3.27|2|29 +1.3.6.1.4.1.81.28.1.6.1.1.4.2|2|29 +1.3.6.1.4.1.81.28.1.6.1.1.4.13|2|3 +1.3.6.1.4.1.81.28.1.6.1.1.4.27|2|14 +1.3.6.1.4.1.81.28.1.6.1.1.5.2|2|16 +1.3.6.1.4.1.81.28.1.6.1.1.5.13|2|13 +1.3.6.1.4.1.81.28.1.6.1.1.5.27|2|22 +1.3.6.1.4.1.81.28.1.6.1.1.6.2|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.6.13|2|20 +1.3.6.1.4.1.81.28.1.6.1.1.6.27|2|11 +1.3.6.1.4.1.81.28.1.6.1.1.7.2|2|25 +1.3.6.1.4.1.81.28.1.6.1.1.7.13|2|9 +1.3.6.1.4.1.81.28.1.6.1.1.7.27|2|11 +1.3.6.1.4.1.81.28.1.6.1.1.8.2|2|2 +1.3.6.1.4.1.81.28.1.6.1.1.8.13|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.8.27|2|2 +1.3.6.1.4.1.81.28.1.6.1.1.9.2|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.9.13|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.9.27|2|1 +1.3.6.1.4.1.81.28.1.6.1.1.10.2|4x|6163746564206f78656e204a61646564 +1.3.6.1.4.1.81.28.1.6.1.1.10.13|4|forward +1.3.6.1.4.1.81.28.1.6.1.1.10.27|4x|666f7277617264207468656972207468656972207a6f6d62696573206163746564 +1.3.6.1.4.1.81.28.1.6.1.1.11.2|2|3 +1.3.6.1.4.1.81.28.1.6.1.1.11.13|2|4 +1.3.6.1.4.1.81.28.1.6.1.1.11.27|2|2 +1.3.6.1.4.1.81.28.1.7.1.1.1.17.5.9|2|17 +1.3.6.1.4.1.81.28.1.7.1.1.1.18.2.30|2|18 +1.3.6.1.4.1.81.28.1.7.1.1.1.27.27.11|2|27 +1.3.6.1.4.1.81.28.1.7.1.1.1.30.16.4|2|30 +1.3.6.1.4.1.81.28.1.7.1.1.2.17.5.9|2|5 +1.3.6.1.4.1.81.28.1.7.1.1.2.18.2.30|2|2 +1.3.6.1.4.1.81.28.1.7.1.1.2.27.27.11|2|27 +1.3.6.1.4.1.81.28.1.7.1.1.2.30.16.4|2|16 +1.3.6.1.4.1.81.28.1.7.1.1.3.17.5.9|2|9 +1.3.6.1.4.1.81.28.1.7.1.1.3.18.2.30|2|30 +1.3.6.1.4.1.81.28.1.7.1.1.3.27.27.11|2|11 +1.3.6.1.4.1.81.28.1.7.1.1.3.30.16.4|2|4 +1.3.6.1.4.1.81.28.1.7.1.1.4.17.5.9|64x|d2ed21c9 +1.3.6.1.4.1.81.28.1.7.1.1.4.18.2.30|64x|1978eda6 +1.3.6.1.4.1.81.28.1.7.1.1.4.27.27.11|64x|e0ccc480 +1.3.6.1.4.1.81.28.1.7.1.1.4.30.16.4|64x|1e517e81 +1.3.6.1.4.1.81.28.2.1.1.1.1.15.19|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.1.23.28|2|23 +1.3.6.1.4.1.81.28.2.1.1.1.1.24.8|2|18 +1.3.6.1.4.1.81.28.2.1.1.1.1.31.7|2|31 +1.3.6.1.4.1.81.28.2.1.1.1.2.15.19|2|29 +1.3.6.1.4.1.81.28.2.1.1.1.2.23.28|2|28 +1.3.6.1.4.1.81.28.2.1.1.1.2.24.8|2|5 +1.3.6.1.4.1.81.28.2.1.1.1.2.31.7|2|7 +1.3.6.1.4.1.81.28.2.1.1.1.3.15.19|65|2623944277 +1.3.6.1.4.1.81.28.2.1.1.1.3.23.28|65|3773094884 +1.3.6.1.4.1.81.28.2.1.1.1.3.24.8|65|2953858336 +1.3.6.1.4.1.81.28.2.1.1.1.3.31.7|65|222758793 +1.3.6.1.4.1.81.28.2.1.1.1.4.15.19|65|1418992410 +1.3.6.1.4.1.81.28.2.1.1.1.4.23.28|65|1625465881 +1.3.6.1.4.1.81.28.2.1.1.1.4.24.8|65|3069718915 +1.3.6.1.4.1.81.28.2.1.1.1.4.31.7|65|3827746295 +1.3.6.1.4.1.81.28.2.1.1.1.5.15.19|65|1870771870 +1.3.6.1.4.1.81.28.2.1.1.1.5.23.28|65|375748663 +1.3.6.1.4.1.81.28.2.1.1.1.5.24.8|65|1357311887 +1.3.6.1.4.1.81.28.2.1.1.1.5.31.7|65|2481645397 +1.3.6.1.4.1.81.28.2.1.1.1.6.15.19|65|544763177 +1.3.6.1.4.1.81.28.2.1.1.1.6.23.28|65|3312871431 +1.3.6.1.4.1.81.28.2.1.1.1.6.24.8|65|3647775568 +1.3.6.1.4.1.81.28.2.1.1.1.6.31.7|65|2125724440 +1.3.6.1.4.1.81.28.2.1.1.1.7.15.19|65|2182714114 +1.3.6.1.4.1.81.28.2.1.1.1.7.23.28|65|554301796 +1.3.6.1.4.1.81.28.2.1.1.1.7.24.8|65|684303533 +1.3.6.1.4.1.81.28.2.1.1.1.7.31.7|65|3612442961 +1.3.6.1.4.1.81.28.2.1.1.1.8.15.19|65|1839364144 +1.3.6.1.4.1.81.28.2.1.1.1.8.23.28|65|881975951 +1.3.6.1.4.1.81.28.2.1.1.1.8.24.8|65|2713995757 +1.3.6.1.4.1.81.28.2.1.1.1.8.31.7|65|4239421466 +1.3.6.1.4.1.81.28.2.1.1.1.9.15.19|65|2551975408 +1.3.6.1.4.1.81.28.2.1.1.1.9.23.28|65|2463684113 +1.3.6.1.4.1.81.28.2.1.1.1.9.24.8|65|3655753578 +1.3.6.1.4.1.81.28.2.1.1.1.9.31.7|65|2071437687 +1.3.6.1.4.1.81.28.2.1.1.1.10.15.19|65|843362772 +1.3.6.1.4.1.81.28.2.1.1.1.10.23.28|65|778866306 +1.3.6.1.4.1.81.28.2.1.1.1.10.24.8|65|3003443658 +1.3.6.1.4.1.81.28.2.1.1.1.10.31.7|65|3294165501 +1.3.6.1.4.1.81.28.2.1.1.1.11.15.19|65|2490209634 +1.3.6.1.4.1.81.28.2.1.1.1.11.23.28|65|2471754711 +1.3.6.1.4.1.81.28.2.1.1.1.11.24.8|65|2226910163 +1.3.6.1.4.1.81.28.2.1.1.1.11.31.7|65|742663273 +1.3.6.1.4.1.81.28.2.1.1.1.12.15.19|65|106103704 +1.3.6.1.4.1.81.28.2.1.1.1.12.23.28|65|2360654025 +1.3.6.1.4.1.81.28.2.1.1.1.12.24.8|65|1016221358 +1.3.6.1.4.1.81.28.2.1.1.1.12.31.7|65|3455672471 +1.3.6.1.4.1.81.28.2.1.1.1.13.15.19|65|3671266448 +1.3.6.1.4.1.81.28.2.1.1.1.13.23.28|65|1832569767 +1.3.6.1.4.1.81.28.2.1.1.1.13.24.8|65|3780083855 +1.3.6.1.4.1.81.28.2.1.1.1.13.31.7|65|2007739687 +1.3.6.1.4.1.81.28.2.1.1.1.14.15.19|65|2310794480 +1.3.6.1.4.1.81.28.2.1.1.1.14.23.28|65|2062642388 +1.3.6.1.4.1.81.28.2.1.1.1.14.24.8|65|1549073464 +1.3.6.1.4.1.81.28.2.1.1.1.14.31.7|65|432412190 +1.3.6.1.4.1.81.28.2.1.1.1.15.15.19|65|200294154 +1.3.6.1.4.1.81.28.2.1.1.1.15.23.28|65|526213780 +1.3.6.1.4.1.81.28.2.1.1.1.15.24.8|65|1310130662 +1.3.6.1.4.1.81.28.2.1.1.1.15.31.7|65|1399548521 +1.3.6.1.4.1.81.28.2.1.1.1.16.15.19|65|3042310196 +1.3.6.1.4.1.81.28.2.1.1.1.16.23.28|65|1663524726 +1.3.6.1.4.1.81.28.2.1.1.1.16.24.8|65|3211827288 +1.3.6.1.4.1.81.28.2.1.1.1.16.31.7|65|2204274557 +1.3.6.1.4.1.81.28.2.1.1.1.17.15.19|65|3813295312 +1.3.6.1.4.1.81.28.2.1.1.1.17.23.28|65|1628860921 +1.3.6.1.4.1.81.28.2.1.1.1.17.24.8|65|4020557701 +1.3.6.1.4.1.81.28.2.1.1.1.17.31.7|65|4200021657 +1.3.6.1.4.1.81.28.2.1.1.1.18.15.19|65|3413029705 +1.3.6.1.4.1.81.28.2.1.1.1.18.23.28|65|3031314561 +1.3.6.1.4.1.81.28.2.1.1.1.18.24.8|65|2847353489 +1.3.6.1.4.1.81.28.2.1.1.1.18.31.7|65|3849126505 +1.3.6.1.4.1.81.28.2.1.1.1.19.15.19|65|1406141068 +1.3.6.1.4.1.81.28.2.1.1.1.19.23.28|65|1002082029 +1.3.6.1.4.1.81.28.2.1.1.1.19.24.8|65|4223999972 +1.3.6.1.4.1.81.28.2.1.1.1.19.31.7|65|1150684737 +1.3.6.1.4.1.81.28.2.1.1.1.20.15.19|65|110188674 +1.3.6.1.4.1.81.28.2.1.1.1.20.23.28|65|2345259024 +1.3.6.1.4.1.81.28.2.1.1.1.20.24.8|65|1085056909 +1.3.6.1.4.1.81.28.2.1.1.1.20.31.7|65|807559513 +1.3.6.1.4.1.81.28.2.1.1.1.21.15.19|65|1939590845 +1.3.6.1.4.1.81.28.2.1.1.1.21.23.28|65|4270685574 +1.3.6.1.4.1.81.28.2.1.1.1.21.24.8|65|2407158916 +1.3.6.1.4.1.81.28.2.1.1.1.21.31.7|65|3906865687 +1.3.6.1.4.1.81.28.2.1.1.1.22.15.19|65|2315140360 +1.3.6.1.4.1.81.28.2.1.1.1.22.23.28|65|1214116376 +1.3.6.1.4.1.81.28.2.1.1.1.22.24.8|65|1727529883 +1.3.6.1.4.1.81.28.2.1.1.1.22.31.7|65|422564717 +1.3.6.1.4.1.81.28.2.1.1.1.23.15.19|65|3155023334 +1.3.6.1.4.1.81.28.2.1.1.1.23.23.28|65|2599566433 +1.3.6.1.4.1.81.28.2.1.1.1.23.24.8|65|2420541654 +1.3.6.1.4.1.81.28.2.1.1.1.23.31.7|65|1978718156 +1.3.6.1.4.1.81.28.2.1.1.1.24.15.19|65|3969501031 +1.3.6.1.4.1.81.28.2.1.1.1.24.23.28|65|464514337 +1.3.6.1.4.1.81.28.2.1.1.1.24.24.8|65|1258736400 +1.3.6.1.4.1.81.28.2.1.1.1.24.31.7|65|1255330538 +1.3.6.1.4.1.81.28.2.1.1.1.25.15.19|65|289329289 +1.3.6.1.4.1.81.28.2.1.1.1.25.23.28|65|3957742825 +1.3.6.1.4.1.81.28.2.1.1.1.25.24.8|65|62091003 +1.3.6.1.4.1.81.28.2.1.1.1.25.31.7|65|2974958270 +1.3.6.1.4.1.81.28.2.1.1.1.26.15.19|65|954324395 +1.3.6.1.4.1.81.28.2.1.1.1.26.23.28|65|1639676930 +1.3.6.1.4.1.81.28.2.1.1.1.26.24.8|65|900978681 +1.3.6.1.4.1.81.28.2.1.1.1.26.31.7|65|3158116557 +1.3.6.1.4.1.81.28.2.1.1.1.27.15.19|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.27.23.28|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.27.24.8|2|11 +1.3.6.1.4.1.81.28.2.1.1.1.27.31.7|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.28.15.19|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.28.23.28|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.28.24.8|2|5 +1.3.6.1.4.1.81.28.2.1.1.1.28.31.7|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.29.15.19|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.29.23.28|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.29.24.8|2|4 +1.3.6.1.4.1.81.28.2.1.1.1.29.31.7|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.30.15.19|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.30.23.28|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.30.24.8|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.30.31.7|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.31.15.19|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.31.23.28|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.31.24.8|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.31.31.7|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.32.15.19|65|2463078946 +1.3.6.1.4.1.81.28.2.1.1.1.32.23.28|65|3606089528 +1.3.6.1.4.1.81.28.2.1.1.1.32.24.8|65|681559789 +1.3.6.1.4.1.81.28.2.1.1.1.32.31.7|65|566820051 +1.3.6.1.4.1.81.28.2.1.1.1.33.15.19|65|2929549648 +1.3.6.1.4.1.81.28.2.1.1.1.33.23.28|65|514605159 +1.3.6.1.4.1.81.28.2.1.1.1.33.24.8|65|2521252688 +1.3.6.1.4.1.81.28.2.1.1.1.33.31.7|65|1224652346 +1.3.6.1.4.1.81.28.2.1.1.1.34.15.19|65|3456904614 +1.3.6.1.4.1.81.28.2.1.1.1.34.23.28|65|1667864117 +1.3.6.1.4.1.81.28.2.1.1.1.34.24.8|65|1626890132 +1.3.6.1.4.1.81.28.2.1.1.1.34.31.7|65|3708411804 +1.3.6.1.4.1.81.28.2.1.1.1.35.15.19|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.35.23.28|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.35.24.8|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.35.31.7|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.36.15.19|65|262104640 +1.3.6.1.4.1.81.28.2.1.1.1.36.23.28|65|1261496487 +1.3.6.1.4.1.81.28.2.1.1.1.36.24.8|65|1137744941 +1.3.6.1.4.1.81.28.2.1.1.1.36.31.7|65|3720117074 +1.3.6.1.4.1.81.28.2.1.1.1.37.15.19|65|2128677018 +1.3.6.1.4.1.81.28.2.1.1.1.37.23.28|65|1489492549 +1.3.6.1.4.1.81.28.2.1.1.1.37.24.8|65|3722571053 +1.3.6.1.4.1.81.28.2.1.1.1.37.31.7|65|1484856804 +1.3.6.1.4.1.81.28.2.1.1.1.38.15.19|65|187883175 +1.3.6.1.4.1.81.28.2.1.1.1.38.23.28|65|164559450 +1.3.6.1.4.1.81.28.2.1.1.1.38.24.8|65|1868623275 +1.3.6.1.4.1.81.28.2.1.1.1.38.31.7|65|370738481 +1.3.6.1.4.1.81.28.2.1.1.1.39.15.19|65|1677556005 +1.3.6.1.4.1.81.28.2.1.1.1.39.23.28|65|1326120154 +1.3.6.1.4.1.81.28.2.1.1.1.39.24.8|65|2526864526 +1.3.6.1.4.1.81.28.2.1.1.1.39.31.7|65|3509703027 +1.3.6.1.4.1.81.28.2.1.1.1.40.15.19|65|2341943166 +1.3.6.1.4.1.81.28.2.1.1.1.40.23.28|65|4064635585 +1.3.6.1.4.1.81.28.2.1.1.1.40.24.8|65|2540692445 +1.3.6.1.4.1.81.28.2.1.1.1.40.31.7|65|147168287 +1.3.6.1.4.1.81.28.2.1.1.1.41.15.19|65|741851564 +1.3.6.1.4.1.81.28.2.1.1.1.41.23.28|65|182972714 +1.3.6.1.4.1.81.28.2.1.1.1.41.24.8|65|1787104611 +1.3.6.1.4.1.81.28.2.1.1.1.41.31.7|65|3672513563 +1.3.6.1.4.1.81.28.2.1.1.1.42.15.19|65|1026927644 +1.3.6.1.4.1.81.28.2.1.1.1.42.23.28|65|2689984233 +1.3.6.1.4.1.81.28.2.1.1.1.42.24.8|65|3406441227 +1.3.6.1.4.1.81.28.2.1.1.1.42.31.7|65|1469436105 +1.3.6.1.4.1.81.28.2.1.1.1.43.15.19|65|1422679634 +1.3.6.1.4.1.81.28.2.1.1.1.43.23.28|65|2426349648 +1.3.6.1.4.1.81.28.2.1.1.1.43.24.8|65|627543404 +1.3.6.1.4.1.81.28.2.1.1.1.43.31.7|65|1123694956 +1.3.6.1.4.1.81.28.2.1.1.1.44.15.19|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.44.23.28|2|4 +1.3.6.1.4.1.81.28.2.1.1.1.44.24.8|2|4 +1.3.6.1.4.1.81.28.2.1.1.1.44.31.7|2|4 +1.3.6.1.4.1.81.28.2.1.1.1.45.15.19|65|1065292543 +1.3.6.1.4.1.81.28.2.1.1.1.45.23.28|65|2546518391 +1.3.6.1.4.1.81.28.2.1.1.1.45.24.8|65|3216631602 +1.3.6.1.4.1.81.28.2.1.1.1.45.31.7|65|146916337 +1.3.6.1.4.1.81.28.2.1.1.1.46.15.19|65|2491850560 +1.3.6.1.4.1.81.28.2.1.1.1.46.23.28|65|3560857693 +1.3.6.1.4.1.81.28.2.1.1.1.46.24.8|65|3463840561 +1.3.6.1.4.1.81.28.2.1.1.1.46.31.7|65|272648388 +1.3.6.1.4.1.81.28.2.1.1.1.47.15.19|2|3 +1.3.6.1.4.1.81.28.2.1.1.1.47.23.28|2|1 +1.3.6.1.4.1.81.28.2.1.1.1.47.24.8|2|2 +1.3.6.1.4.1.81.28.2.1.1.1.47.31.7|2|2 +1.3.6.1.4.1.81.28.2.2.1.1.1.10|2|10 +1.3.6.1.4.1.81.28.2.2.1.1.1.14|2|14 +1.3.6.1.4.1.81.28.2.2.1.1.1.26|2|26 +1.3.6.1.4.1.81.28.2.2.1.1.1.27|2|27 +1.3.6.1.4.1.81.28.2.2.1.1.2.10|2|1 +1.3.6.1.4.1.81.28.2.2.1.1.2.14|2|1 +1.3.6.1.4.1.81.28.2.2.1.1.2.26|2|2 +1.3.6.1.4.1.81.28.2.2.1.1.2.27|2|1 +1.3.6.1.4.1.81.28.2.2.1.1.3.10|2|2 +1.3.6.1.4.1.81.28.2.2.1.1.3.14|2|2 +1.3.6.1.4.1.81.28.2.2.1.1.3.26|2|2 +1.3.6.1.4.1.81.28.2.2.1.1.3.27|2|1 +1.3.6.1.4.1.81.28.2.2.1.1.4.10|4|their +1.3.6.1.4.1.81.28.2.2.1.1.4.14|4|their +1.3.6.1.4.1.81.28.2.2.1.1.4.26|4|zombies +1.3.6.1.4.1.81.28.2.2.1.1.4.27|4|driving +1.3.6.1.4.1.81.28.3.1.1.1.5|2|5 +1.3.6.1.4.1.81.28.3.1.1.1.18|2|18 +1.3.6.1.4.1.81.28.3.1.1.1.21|2|21 +1.3.6.1.4.1.81.28.3.1.1.1.29|2|29 +1.3.6.1.4.1.81.28.3.1.1.2.5|4x|6163746564207a6f6d62696573204a61646564 +1.3.6.1.4.1.81.28.3.1.1.2.18|4|oxen +1.3.6.1.4.1.81.28.3.1.1.2.21|4x|4a616465642064726976696e6720666f7277617264 +1.3.6.1.4.1.81.28.3.1.1.2.29|4x|4a6164656420627574 +1.3.6.1.4.1.81.28.3.1.1.3.5|2|1 +1.3.6.1.4.1.81.28.3.1.1.3.18|2|2 +1.3.6.1.4.1.81.28.3.1.1.3.21|2|3 +1.3.6.1.4.1.81.28.3.1.1.15.19|2|3 +1.3.6.1.4.1.81.28.3.2.1.1.12.16|2|12 +1.3.6.1.4.1.81.28.3.2.1.1.17.10|2|17 +1.3.6.1.4.1.81.28.3.2.1.1.20.17|2|20 +1.3.6.1.4.1.81.28.3.2.1.1.21.10|2|21 +1.3.6.1.4.1.81.28.3.2.1.2.12.16|2|16 +1.3.6.1.4.1.81.28.3.2.1.2.17.10|2|10 +1.3.6.1.4.1.81.28.3.2.1.2.20.17|2|17 +1.3.6.1.4.1.81.28.3.2.1.2.21.10|2|10 +1.3.6.1.4.1.81.28.3.2.1.3.12.16|2|24 +1.3.6.1.4.1.81.28.3.2.1.3.17.10|2|2 +1.3.6.1.4.1.81.28.3.2.1.3.20.17|2|25 +1.3.6.1.4.1.81.28.3.2.1.3.21.10|2|29 +1.3.6.1.4.1.81.28.4.1.1.1.2|2|2 +1.3.6.1.4.1.81.28.4.1.1.1.9|2|9 +1.3.6.1.4.1.81.28.4.1.1.1.15|2|15 +1.3.6.1.4.1.81.28.4.1.1.1.18|2|18 +1.3.6.1.4.1.81.28.4.1.1.2.2|2|6 +1.3.6.1.4.1.81.28.4.1.1.2.9|2|1 +1.3.6.1.4.1.81.28.4.1.1.2.15|2|2 +1.3.6.1.4.1.81.28.4.1.1.2.18|2|7 +1.3.6.1.4.1.81.28.4.1.1.3.2|2|2 +1.3.6.1.4.1.81.28.4.1.1.3.9|2|1 +1.3.6.1.4.1.81.28.4.1.1.3.15|2|1 +1.3.6.1.4.1.81.28.4.1.1.3.18|2|2 +1.3.6.1.4.1.81.28.4.1.1.4.2|2|1 +1.3.6.1.4.1.81.28.4.1.1.4.9|2|1 +1.3.6.1.4.1.81.28.4.1.1.4.15|2|2 +1.3.6.1.4.1.81.28.4.1.1.4.18|2|2 +1.3.6.1.4.1.81.28.4.1.1.5.2|2|2 +1.3.6.1.4.1.81.28.4.1.1.5.9|2|2 +1.3.6.1.4.1.81.28.4.1.1.5.15|2|1 +1.3.6.1.4.1.81.28.4.1.1.5.18|2|1 +1.3.6.1.4.1.81.28.4.1.1.6.2|4|acted +1.3.6.1.4.1.81.28.4.1.1.6.9|4|forward +1.3.6.1.4.1.81.28.4.1.1.6.15|4|forward +1.3.6.1.4.1.81.28.4.1.1.6.18|4|forward +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.0|2|0 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.16|2|16 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.18|2|18 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.20|2|20 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.26|2|26 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.1.29|2|29 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.0|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.16|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.18|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.20|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.26|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.2.29|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3.0|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3.16|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3.18|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3.20|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.3.26|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.0|2|56 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.16|2|90 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.18|2|67 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.20|2|67 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.26|2|67 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.4.29|2|89 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.0|2|7 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.16|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.18|2|10 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.20|2|22 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.26|2|15 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.29|2|12 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.1|2|12 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.16|2|20 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.18|2|1 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.20|2|14 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.26|2|0 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.29|2|20 +1.3.6.1.4.1.6889.2.1.11.1.1.1.1.15.19|2|2 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.0.20|2|20 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.16.10|2|10 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.20.14|2|14 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.24.8|2|5 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.26.6|2|6 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.1.29.10|2|10 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.0.20|2|17 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.16.10|2|26 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.20.14|2|28 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.24.8|2|27 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.26.6|2|16 +1.3.6.1.4.1.6889.2.1.11.1.1.2.1.2.29.10|2|8 +1.3.6.1.4.1.6889.2.1.11.1.2.1.0|2|5 +1.3.6.1.4.1.6889.2.1.11.1.2.2.0|2|27 +1.3.6.1.4.1.6889.2.1.11.1.2.3.1.0|2|19 +1.3.6.1.4.1.6889.2.1.11.1.2.3.2.0|2|9 +1.3.6.1.4.1.6889.2.1.11.1.2.3.3.0|2|28 +1.3.6.1.4.1.6889.2.1.11.1.2.4.0|2|18 +1.3.6.1.4.1.6889.2.1.11.1.2.5.1.0|2|30 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1.2|2|2 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1.11|2|11 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1.12|2|12 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.1.13|2|13 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.2.2|2|12 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.2.11|2|14 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.2.12|2|31 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.2.13|2|11 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.1|2|0 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.11|2|14 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.12|2|23 +1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.13|2|27 +1.3.6.1.6.3.1.1.4.1.0|6|1.3.6.1.3.122.68.65 +1.3.6.1.6.3.1.1.4.3.0|6|1.3.6.1.3.66.14.224.158.183.90 +1.3.6.1.6.3.1.1.6.1.0|2|26 +1.3.6.1.6.3.10.2.1.1.0|4x|616374656420717561696e746c79207468656972207468656972 +1.3.6.1.6.3.10.2.1.2.0|2|25 +1.3.6.1.6.3.10.2.1.3.0|2|6 +1.3.6.1.6.3.10.2.1.4.0|2|789 diff --git a/snmp/tests/test_e2e_core_profiles/test_profile_avaya_cajun_switch.py b/snmp/tests/test_e2e_core_profiles/test_profile_avaya_cajun_switch.py new file mode 100644 index 0000000000000..73ee0c42dfaee --- /dev/null +++ b/snmp/tests/test_e2e_core_profiles/test_profile_avaya_cajun_switch.py @@ -0,0 +1,85 @@ +# (C) Datadog, Inc. 2023-present +# All rights reserved +# Licensed under a 3-clause BSD style license (see LICENSE) + +import pytest + +from datadog_checks.dev.utils import get_metadata_metrics + +from .. import common +from ..test_e2e_core_metadata import assert_device_metadata +from .utils import ( + assert_common_metrics, + create_e2e_core_test_config, + get_device_ip_from_config, +) + +pytestmark = [pytest.mark.e2e, common.py3_plus_only, common.snmp_integration_only] + + +def test_e2e_profile_avaya_cajun_switch(dd_agent_check): + config = create_e2e_core_test_config('avaya-cajun-switch') + aggregator = common.dd_agent_check_wrapper(dd_agent_check, config, rate=True) + + ip_address = get_device_ip_from_config(config) + common_tags = [ + 'snmp_profile:avaya-cajun-switch', + 'snmp_host:avaya-cajun-switch.device.name', + 'device_namespace:default', + 'snmp_device:' + ip_address, + ] + [] + + # --- TEST EXTENDED METRICS --- + + # --- TEST METRICS --- + assert_common_metrics(aggregator, common_tags) + + aggregator.assert_metric('snmp.cpu.usage', metric_type=aggregator.GAUGE, tags=common_tags) + aggregator.assert_metric('snmp.memory.usage', metric_type=aggregator.GAUGE, tags=common_tags) + tag_rows = [ + [ + 'avaya_gen_port_admin_status:enabled', + 'avaya_gen_port_classification:valuable', + 'avaya_gen_port_descr:Jaded acted', + 'avaya_gen_port_functionality:ro', + 'avaya_gen_port_id:19', + 'avaya_gen_port_name:driving', + 'avaya_gen_port_type:ro_rj45', + 'avaya_sc_eth_port_functional_status:ok', + 'avaya_sc_eth_port_mode:full_duplex_proprietary_fc', + 'avaya_sc_eth_port_speed:fast_ethernet', + ], + [ + 'avaya_gen_port_admin_status:enabled', + 'avaya_gen_port_classification:valuable', + 'avaya_gen_port_descr:zombies zombies but', + 'avaya_gen_port_functionality:wan', + 'avaya_gen_port_id:8', + 'avaya_gen_port_name:Jaded', + 'avaya_gen_port_type:ro_d9', + 'avaya_sc_eth_port_functional_status:rsp_error', + 'avaya_sc_eth_port_mode:full_duplex_flow_control_isl', + 'avaya_sc_eth_port_speed:a155_mbps', + ], + ] + for tag_row in tag_rows: + aggregator.assert_metric('snmp.avaya.genPort', metric_type=aggregator.GAUGE, tags=common_tags + tag_row) + + # --- TEST METADATA --- + device = { + 'description': 'avaya-cajun-switch Device Description', + 'id': 'default:' + ip_address, + 'id_tags': ['device_namespace:default', 'snmp_device:' + ip_address], + 'ip_address': '' + ip_address, + 'name': 'avaya-cajun-switch.device.name', + 'profile': 'avaya-cajun-switch', + 'status': 1, + 'sys_object_id': '1.3.6.1.4.1.81.17.1.19', + 'vendor': 'avaya', + } + device['tags'] = common_tags + assert_device_metadata(aggregator, device) + + # --- CHECK COVERAGE --- + aggregator.assert_all_metrics_covered() + aggregator.assert_metrics_using_metadata(get_metadata_metrics())